Skip to content

Commit 9fcd943

Browse files
Bump ring from 0.16.20 to 0.17.12
Bumps [ring](https://github.com/briansmith/ring) from 0.16.20 to 0.17.12. - [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md) - [Commits](https://github.com/briansmith/ring/commits) --- updated-dependencies: - dependency-name: ring dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a17f7f2 commit 9fcd943

File tree

4 files changed

+51
-14
lines changed

4 files changed

+51
-14
lines changed

Diff for: Cargo.lock

+48-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ base64 = "0.21.2"
1414
conventional = "0.5.0"
1515
log = "0.4.19"
1616
regex = "1.9.3"
17-
ring = "0.16.20"
17+
ring = "0.17.12"
1818
rusqlite = { version = "0.31.0", features = ["bundled"] }
1919
serde = "1.0.183"
2020
serde_derive = "1.0.183"

Diff for: octobot/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ http = "0.2.9"
2323
hyper = { version = "0.14.27", features = ["server"] }
2424
log = "0.4.19"
2525
regex = "1.9.3"
26-
ring = "0.16.20"
26+
ring = "0.17.12"
2727
serde = "1.0.183"
2828
serde_derive = "1.0.183"
2929
serde_json = "1.0.104"

Diff for: utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "src/octobot-passwd.rs"
1616

1717
[dependencies]
1818
rpassword = "7.2.0"
19-
ring = "0.16.20"
19+
ring = "0.17.12"
2020
regex = "1.9.3"
2121
octobot_lib = { "path" = "../lib" }
2222
hex = "0.4.3"

0 commit comments

Comments
 (0)