Skip to content

Commit d2425c8

Browse files
build(deps): bump ring from 0.17.8 to 0.17.9 (#3618)
Bumps [ring](https://github.com/briansmith/ring) from 0.17.8 to 0.17.9. - [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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b883089 commit d2425c8

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

Cargo.lock

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3442,15 +3442,14 @@ dependencies = [
34423442

34433443
[[package]]
34443444
name = "ring"
3445-
version = "0.17.8"
3445+
version = "0.17.9"
34463446
source = "registry+https://github.com/rust-lang/crates.io-index"
3447-
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
3447+
checksum = "e75ec5e92c4d8aede845126adc388046234541629e76029599ed35a003c7ed24"
34483448
dependencies = [
34493449
"cc",
34503450
"cfg-if",
34513451
"getrandom 0.2.15",
34523452
"libc",
3453-
"spin",
34543453
"untrusted",
34553454
"windows-sys 0.52.0",
34563455
]
@@ -3669,12 +3668,6 @@ dependencies = [
36693668
"tonic-build",
36703669
]
36713670

3672-
[[package]]
3673-
name = "spin"
3674-
version = "0.9.8"
3675-
source = "registry+https://github.com/rust-lang/crates.io-index"
3676-
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
3677-
36783671
[[package]]
36793672
name = "spinning_top"
36803673
version = "0.3.0"

0 commit comments

Comments
 (0)