Skip to content

Commit

Permalink
update ring to 0.17 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Dec 7, 2023
1 parent 78a4d17 commit e57479a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
21 changes: 10 additions & 11 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.7"
rpassword = "7.3.1"
rstest = "0.18.2"
rustfmt-wrapper = "0.2"
Expand Down
6 changes: 2 additions & 4 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ 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-9067fe90e8c1f593 = { package = "ring", version = "0.17.5", features = ["std"] }
ring-986da7b5efc2b80e = { package = "ring", version = "0.16.20", features = ["std"] }
ring = { version = "0.17.7", 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 @@ -185,8 +184,7 @@ 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-9067fe90e8c1f593 = { package = "ring", version = "0.17.5", features = ["std"] }
ring-986da7b5efc2b80e = { package = "ring", version = "0.16.20", features = ["std"] }
ring = { version = "0.17.7", 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 e57479a

Please sign in to comment.