Skip to content

Commit

Permalink
feat: bump lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed Oct 2, 2024
1 parent 593fd92 commit 72d511c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/SkuldNorniern/fluere"

[dependencies]
clap = { version = "4.0.32", features = ["cargo"] }
tokio = { version = "1.36", features = ["full", "macros", "rt-multi-thread"] }
tokio = { version = "1.39", features = ["full", "macros", "rt-multi-thread"] }
pnet = { version = "0.35", features = ["std"] }
pnet_macros_support = "0.35"
pnet_macros = "0.35"
Expand All @@ -22,23 +22,23 @@ pnet_macros = "0.35"

pcap = "2"

chrono = { version = "0.4.29", default-features = false, features = ["clock"] }
chrono = { version = "0.4", default-features = false, features = ["clock"] }
libc = "0.2"
csv = "1.3"
nom = "7.1.2"
snafu = "0.8.0"
serde = { version = "1.0.193", features = ["derive"] }
toml = "0.8.12"
nom = "7.1"
snafu = "0.8"
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"

fluere_plugin = { version = "0.2.0", path = "./fluere-plugin", features = ["log"] }
fluere-config = { version = "0.2.0", path = "./fluere-config", features = ["log"] }
fluereflow = { version = "0.3.2", path = "./fluereflow" }

ratatui = { version = "0.26.1", features = ["all-widgets"] }
ratatui = { version = "0.26", features = ["all-widgets"] }
crossterm = "0.27"
dirs = "5.0.1"
log = { version = "0.4.21", features = ["std"]}
indicatif = "0.17.8"
dirs = "5.0"
log = { version = "0.4", features = ["std"]}
indicatif = "0.17"

[workspace]
members = [
Expand Down

0 comments on commit 72d511c

Please sign in to comment.