We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8461632 commit d999999Copy full SHA for d999999
Cargo.lock
@@ -1965,9 +1965,9 @@ checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401"
1965
1966
[[package]]
1967
name = "libc"
1968
-version = "0.2.161"
+version = "0.2.164"
1969
source = "registry+https://github.com/rust-lang/crates.io-index"
1970
-checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
+checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f"
1971
1972
1973
name = "libdbus-sys"
@@ -3988,6 +3988,7 @@ name = "rustc_metadata"
3988
version = "0.0.0"
3989
dependencies = [
3990
"bitflags 2.6.0",
3991
+ "libc",
3992
"libloading",
3993
"odht",
3994
"rustc_abi",
0 commit comments