Skip to content

Commit

Permalink
Update tough to 0.16 and ring to 0.17 (#4639)
Browse files Browse the repository at this point in the history
Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com>
Co-authored-by: Rain <[email protected]>
  • Loading branch information
oxide-renovate[bot] and sunshowers authored Dec 7, 2023
1 parent 5cc0ca4 commit b3c07a9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions 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 Expand Up @@ -373,7 +373,7 @@ tokio-util = { version = "0.7.10", features = ["io", "io-util"] }
toml = "0.8.8"
toml_edit = "0.21.0"
topological-sort = "0.2.2"
tough = { version = "0.15", features = [ "http" ] }
tough = { version = "0.16.0", features = [ "http" ] }
trust-dns-client = "0.22"
trust-dns-proto = "0.22"
trust-dns-resolver = "0.22"
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +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 = { 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 @@ -184,7 +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 = { 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 b3c07a9

Please sign in to comment.