Skip to content

Commit 1007c5d

Browse files
chore(deps): update cargo non-major dependencies
1 parent 8434815 commit 1007c5d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ glommio = { path = "../glommio" }
1717
# hyper and tokio for the hyper example. We just need the traits from Tokio
1818
hyper = { version = "1.2.0", features = ["full"] }
1919
num_cpus = "1.13.0"
20-
sys-info = "~0.8.0"
20+
sys-info = "~0.9.0"
2121
http-body-util = "0.1.0"
2222
serde_json = "1.0.114"
2323

glommio/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,30 @@ readme = "../README.md"
1818
rust-version = "1.70"
1919

2020
[dependencies]
21-
ahash = "0.7"
21+
ahash = "0.8"
2222
backtrace = { version = "0.3" }
2323
bitflags = "2.4"
2424
bitmaps = "3.1"
25-
buddy-alloc = "0.4"
25+
buddy-alloc = "0.6"
2626
concurrent-queue = "1.2"
2727
crossbeam = "0.8"
2828
enclose = "1.1"
29-
flume = { version = "0.11", features = ["async"] }
29+
flume = { version = "0.12", features = ["async"] }
3030
futures-lite = "2.6.0"
31-
intrusive-collections = "0.9"
31+
intrusive-collections = "0.10"
3232
lazy_static = "1.4"
3333
libc = "0.2"
3434
lockfree = "0.5"
3535
log = "0.4"
36-
nix = { version = "0.27", features = ["event", "fs", "ioctl", "mman", "net", "poll", "sched", "time"] }
36+
nix = { version = "0.31", features = ["event", "fs", "ioctl", "mman", "net", "poll", "sched", "time"] }
3737
pin-project-lite = "0.2"
38-
rlimit = "0.6"
38+
rlimit = "0.11"
3939
scoped-tls = "1.0"
4040
scopeguard = "1.1"
41-
signal-hook = { version = "0.3" }
42-
sketches-ddsketch = "0.1"
41+
signal-hook = { version = "0.4" }
42+
sketches-ddsketch = "0.3"
4343
smallvec = { version = "1.7", features = ["union"] }
44-
socket2 = { version = "0.4", features = ["all"] }
44+
socket2 = { version = "0.6", features = ["all"] }
4545
tracing = "0.1"
4646
typenum = "1.15"
4747

0 commit comments

Comments
 (0)