Pārlūkot izejas kodu

Bump gimli to 0.31

Gary Guo 7 mēneši atpakaļ
vecāks
revīzija
76a9f9d4aa
2 mainītis faili ar 7 papildinājumiem un 7 dzēšanām
  1. 6 6
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 6 - 6
Cargo.lock

@@ -12,15 +12,15 @@ dependencies = [
 
 [[package]]
 name = "compiler_builtins"
-version = "0.1.112"
+version = "0.1.121"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b15acab2bb4fe4dad1f1e31f3d9e714f50ef561a0f87dd8a9da004f14d455e1a"
+checksum = "ce956e6dc07082ec481f0935a51e83b343f8ca51be560452c0ebf830d0bdf5a5"
 
 [[package]]
 name = "gimli"
-version = "0.30.0"
+version = "0.31.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e2e1d97fbe9722ba9bbd0c97051c2956e726562b61f86a25a4360398a40edfc9"
+checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
 dependencies = [
  "compiler_builtins",
  "rustc-std-workspace-alloc",
@@ -29,9 +29,9 @@ dependencies = [
 
 [[package]]
 name = "libc"
-version = "0.2.155"
+version = "0.2.158"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
+checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
 
 [[package]]
 name = "rustc-std-workspace-alloc"

+ 1 - 1
Cargo.toml

@@ -16,7 +16,7 @@ members = [
 ]
 
 [dependencies]
-gimli = { version = "0.30", default-features = false, features = ["read-core"] }
+gimli = { version = "0.31", default-features = false, features = ["read-core"] }
 libc = { version = "0.2", optional = true }
 spin = { version = "0.9.8", optional = true, default-features = false, features = ["mutex", "spin_mutex"] }
 core = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-core' }