File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ mostly-unused = true
2323bitflags = { 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 ]
7171tempfile = " 3.5.0"
72- libc = " 0.2.171 "
72+ libc = " 0.2.182 "
7373libc_errno = { package = " errno" , version = " 0.3.10" , default-features = false }
7474serial_test = " 2.0.0"
7575memoffset = " 0.9.0"
You can’t perform that action at this time.
0 commit comments