Skip to content

Commit 34ee162

Browse files
committed
deps: update for direct-minimal-versions
1 parent 9f588bc commit 34ee162

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ mostly-unused = true
2323
bitflags = { version = "2.4.0", default-features = false }
2424

2525
# Special dependencies used in rustc-dep-of-std mode.
26-
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
27-
rustc-std-workspace-alloc = { version = "1.0.0", optional = true } # not aliased here but in lib.rs because of name collision with the alloc feature
26+
core = { version = "1.0.1", optional = true, package = "rustc-std-workspace-core" }
27+
rustc-std-workspace-alloc = { version = "1.0.1", optional = true } # not aliased here but in lib.rs because of name collision with the alloc feature
2828

2929
# Dependencies for platforms where linux_raw is supported, in addition to libc:
3030
#
@@ -69,7 +69,7 @@ default-features = false
6969

7070
[dev-dependencies]
7171
tempfile = "3.5.0"
72-
libc = "0.2.171"
72+
libc = "0.2.182"
7373
libc_errno = { package = "errno", version = "0.3.10", default-features = false }
7474
serial_test = "2.0.0"
7575
memoffset = "0.9.0"

0 commit comments

Comments
 (0)