chore(deps): bump ring from 0.17.3 to 0.17.4 (#164)

Bumps [ring](https://github.com/briansmith/ring) from 0.17.3 to 0.17.4.
- [Commits](https://github.com/briansmith/ring/commits)

---
updated-dependencies:
- dependency-name: ring
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-10-17 11:24:58 +02:00 committed by GitHub
parent db97b32955
commit 4cb6548851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@ -1513,9 +1513,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.147"
version = "0.2.149"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
[[package]]
name = "linked-hash-map"
@ -2192,9 +2192,9 @@ dependencies = [
[[package]]
name = "ring"
version = "0.17.3"
version = "0.17.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9babe80d5c16becf6594aa32ad2be8fe08498e7ae60b77de8df700e67f191d7e"
checksum = "fce3045ffa7c981a6ee93f640b538952e155f1ae3a1a02b84547fc7a56b7059a"
dependencies = [
"cc",
"getrandom",
@ -2339,7 +2339,7 @@ dependencies = [
"petname",
"rand",
"regex",
"ring 0.17.3",
"ring 0.17.4",
"serde",
"serde_regex",
"shuttle-actix-web",

View File

@ -41,7 +41,7 @@ lazy-regex = "3.0.2"
humantime = "2.1.0"
humantime-serde = "1.1.1"
glob = "0.3.1"
ring = "0.17.3"
ring = "0.17.4"
hotwatch = "0.5.0"
shuttle-actix-web = { version = "0.29.0", optional = true }
shuttle-runtime = { version = "0.29.0", optional = true }