diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 7c277314b..e009679b1 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -17,7 +17,7 @@ glommio = { path = "../glommio" } # hyper and tokio for the hyper example. We just need the traits from Tokio hyper = { version = "1.2.0", features = ["full"] } num_cpus = "1.13.0" -sys-info = "~0.8.0" +sys-info = "~0.9.0" http-body-util = "0.1.0" serde_json = "1.0.114" diff --git a/glommio/Cargo.toml b/glommio/Cargo.toml index 8b6c381fc..d731c0556 100755 --- a/glommio/Cargo.toml +++ b/glommio/Cargo.toml @@ -18,30 +18,30 @@ readme = "../README.md" rust-version = "1.70" [dependencies] -ahash = "0.7" +ahash = "0.8" backtrace = { version = "0.3" } bitflags = "2.4" bitmaps = "3.1" -buddy-alloc = "0.4" +buddy-alloc = "0.6" concurrent-queue = "1.2" crossbeam = "0.8" enclose = "1.1" -flume = { version = "0.11", features = ["async"] } +flume = { version = "0.12", features = ["async"] } futures-lite = "2.6.0" -intrusive-collections = "0.9" +intrusive-collections = "0.10" lazy_static = "1.4" libc = "0.2" lockfree = "0.5" log = "0.4" -nix = { version = "0.27", features = ["event", "fs", "ioctl", "mman", "net", "poll", "sched", "time"] } +nix = { version = "0.31", features = ["event", "fs", "ioctl", "mman", "net", "poll", "sched", "time"] } pin-project-lite = "0.2" -rlimit = "0.6" +rlimit = "0.11" scoped-tls = "1.0" scopeguard = "1.1" -signal-hook = { version = "0.3" } -sketches-ddsketch = "0.1" +signal-hook = { version = "0.4" } +sketches-ddsketch = "0.3" smallvec = { version = "1.7", features = ["union"] } -socket2 = { version = "0.4", features = ["all"] } +socket2 = { version = "0.6", features = ["all"] } tracing = "0.1" typenum = "1.15"