Browse Source

Bump ring from 0.17.8 to 0.17.13 in /rustybits

Bumps [ring](https://github.com/briansmith/ring) from 0.17.8 to 0.17.13.
- [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md)
- [Commits](https://github.com/briansmith/ring/commits)

---
updated-dependencies:
- dependency-name: ring
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 5 months ago
parent
commit
a20bc772f2
1 changed files with 5 additions and 6 deletions
  1. 5 6
      rustybits/Cargo.lock

+ 5 - 6
rustybits/Cargo.lock

@@ -1,6 +1,6 @@
 # This file is automatically @generated by Cargo.
 # This file is automatically @generated by Cargo.
 # It is not intended for manual editing.
 # It is not intended for manual editing.
-version = 3
+version = 4
 
 
 [[package]]
 [[package]]
 name = "addr2line"
 name = "addr2line"
@@ -287,9 +287,9 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "cc"
 name = "cc"
-version = "1.2.2"
+version = "1.2.16"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc"
+checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
 dependencies = [
 dependencies = [
  "shlex",
  "shlex",
 ]
 ]
@@ -2378,15 +2378,14 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "ring"
 name = "ring"
-version = "0.17.8"
+version = "0.17.13"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
+checksum = "70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee"
 dependencies = [
 dependencies = [
  "cc",
  "cc",
  "cfg-if",
  "cfg-if",
  "getrandom",
  "getrandom",
  "libc",
  "libc",
- "spin",
  "untrusted",
  "untrusted",
  "windows-sys 0.52.0",
  "windows-sys 0.52.0",
 ]
 ]