chore(deps): bump ring from 0.17.2 to 0.17.3 (#160)

Bumps [ring](https://github.com/briansmith/ring) from 0.17.2 to 0.17.3.
- [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-10 16:30:26 +02:00 committed by GitHub
parent d3394d0d30
commit 25171ad828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2192,9 +2192,9 @@ dependencies = [
[[package]]
name = "ring"
version = "0.17.2"
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "911b295d2d302948838c8ac142da1ee09fa7863163b44e6715bc9357905878b8"
checksum = "9babe80d5c16becf6594aa32ad2be8fe08498e7ae60b77de8df700e67f191d7e"
dependencies = [
"cc",
"getrandom",
@ -2339,7 +2339,7 @@ dependencies = [
"petname",
"rand",
"regex",
"ring 0.17.2",
"ring 0.17.3",
"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.2"
ring = "0.17.3"
hotwatch = "0.5.0"
shuttle-actix-web = { version = "0.29.0", optional = true }
shuttle-runtime = { version = "0.29.0", optional = true }