Skip to content

Commit 24ef774

Browse files
committed
bump libc to 0.2.83 to unbreak openbsd
1 parent e32f372 commit 24ef774

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1783,9 +1783,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
17831783

17841784
[[package]]
17851785
name = "libc"
1786-
version = "0.2.79"
1786+
version = "0.2.83"
17871787
source = "registry+https://github.com/rust-lang/crates.io-index"
1788-
checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
1788+
checksum = "7eb0c4e9c72ee9d69b767adebc5f4788462a3b45624acd919475c92597bcaf4f"
17891789
dependencies = [
17901790
"rustc-std-workspace-core",
17911791
]

library/std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cfg-if = { version = "0.1.8", features = ['rustc-dep-of-std'] }
1616
panic_unwind = { path = "../panic_unwind", optional = true }
1717
panic_abort = { path = "../panic_abort" }
1818
core = { path = "../core" }
19-
libc = { version = "0.2.79", default-features = false, features = ['rustc-dep-of-std'] }
19+
libc = { version = "0.2.83", default-features = false, features = ['rustc-dep-of-std'] }
2020
compiler_builtins = { version = "0.1.39" }
2121
profiler_builtins = { path = "../profiler_builtins", optional = true }
2222
unwind = { path = "../unwind" }

0 commit comments

Comments
 (0)