Skip to content

Commit

Permalink
chore(deps): update rust crate ring to 0.17.8
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Feb 18, 2024
1 parent 41e1c79 commit 6860360
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
29 changes: 15 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ ref-cast = "1.0"
regex = "1.10.3"
regress = "0.8.0"
reqwest = { version = "0.11", default-features = false }
ring = "0.17.7"
ring = "0.17.8"
rpassword = "7.3.1"
rstest = "0.18.2"
rustfmt-wrapper = "0.2"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ regex = { version = "1.10.3" }
regex-automata = { version = "0.4.4", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] }
regex-syntax = { version = "0.8.2" }
reqwest = { version = "0.11.22", features = ["blocking", "json", "rustls-tls", "stream"] }
ring = { version = "0.17.7", features = ["std"] }
ring = { version = "0.17.8", features = ["std"] }
schemars = { version = "0.8.16", features = ["bytes", "chrono", "uuid1"] }
semver = { version = "1.0.21", features = ["serde"] }
serde = { version = "1.0.196", features = ["alloc", "derive", "rc"] }
Expand Down Expand Up @@ -193,7 +193,7 @@ regex = { version = "1.10.3" }
regex-automata = { version = "0.4.4", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] }
regex-syntax = { version = "0.8.2" }
reqwest = { version = "0.11.22", features = ["blocking", "json", "rustls-tls", "stream"] }
ring = { version = "0.17.7", features = ["std"] }
ring = { version = "0.17.8", features = ["std"] }
schemars = { version = "0.8.16", features = ["bytes", "chrono", "uuid1"] }
semver = { version = "1.0.21", features = ["serde"] }
serde = { version = "1.0.196", features = ["alloc", "derive", "rc"] }
Expand Down

0 comments on commit 6860360

Please sign in to comment.