Skip to content

Commit

Permalink
Update Rust crate ring to 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Nov 29, 2023
1 parent 7f8b82e commit 7c756d2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
9 changes: 5 additions & 4 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 @@ -305,7 +305,7 @@ ref-cast = "1.0"
regex = "1.10.2"
regress = "0.7.1"
reqwest = { version = "0.11", default-features = false }
ring = "0.16"
ring = "0.17"
rpassword = "7.3.1"
rstest = "0.18.2"
rustfmt-wrapper = "0.2"
Expand Down
6 changes: 4 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ regex = { version = "1.10.2" }
regex-automata = { version = "0.4.3", 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.16.20", features = ["std"] }
ring-9067fe90e8c1f593 = { package = "ring", version = "0.17.5", features = ["std"] }
ring-986da7b5efc2b80e = { package = "ring", version = "0.16.20", features = ["std"] }
schemars = { version = "0.8.13", features = ["bytes", "chrono", "uuid1"] }
semver = { version = "1.0.20", features = ["serde"] }
serde = { version = "1.0.192", features = ["alloc", "derive", "rc"] }
Expand Down Expand Up @@ -171,7 +172,8 @@ regex = { version = "1.10.2" }
regex-automata = { version = "0.4.3", 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.16.20", features = ["std"] }
ring-9067fe90e8c1f593 = { package = "ring", version = "0.17.5", features = ["std"] }
ring-986da7b5efc2b80e = { package = "ring", version = "0.16.20", features = ["std"] }
schemars = { version = "0.8.13", features = ["bytes", "chrono", "uuid1"] }
semver = { version = "1.0.20", features = ["serde"] }
serde = { version = "1.0.192", features = ["alloc", "derive", "rc"] }
Expand Down

0 comments on commit 7c756d2

Please sign in to comment.