Skip to content

Commit

Permalink
chore(deps): update rust crate tough to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Nov 15, 2023
1 parent f513182 commit 768dff6
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 23 deletions.
54 changes: 32 additions & 22 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 @@ -371,7 +371,7 @@ tokio-util = "0.7.10"
toml = "0.8.8"
toml_edit = "0.21.0"
topological-sort = "0.2.2"
tough = { version = "0.14", features = [ "http" ] }
tough = { version = "0.15", features = [ "http" ] }
trust-dns-client = "0.22"
trust-dns-proto = "0.22"
trust-dns-resolver = "0.22"
Expand Down
4 changes: 4 additions & 0 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ sha2 = { version = "0.10.8", features = ["oid"] }
signature = { version = "2.1.0", default-features = false, features = ["digest", "rand_core", "std"] }
similar = { version = "2.2.1", features = ["inline", "unicode"] }
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
snafu = { version = "0.7.5", features = ["futures"] }
spin = { version = "0.9.8" }
string_cache = { version = "0.8.7" }
subtle = { version = "2.5.0" }
Expand All @@ -94,6 +95,7 @@ time = { version = "0.3.27", features = ["formatting", "local-offset", "macros",
tokio = { version = "1.33.0", features = ["full", "test-util"] }
tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
tokio-stream = { version = "0.1.14", features = ["net"] }
tokio-util = { version = "0.7.10", features = ["codec", "io"] }
toml = { version = "0.7.8" }
toml_edit-647d43efb71741da = { package = "toml_edit", version = "0.21.0", features = ["serde"] }
tracing = { version = "0.1.37", features = ["log"] }
Expand Down Expand Up @@ -178,6 +180,7 @@ sha2 = { version = "0.10.8", features = ["oid"] }
signature = { version = "2.1.0", default-features = false, features = ["digest", "rand_core", "std"] }
similar = { version = "2.2.1", features = ["inline", "unicode"] }
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
snafu = { version = "0.7.5", features = ["futures"] }
spin = { version = "0.9.8" }
string_cache = { version = "0.8.7" }
subtle = { version = "2.5.0" }
Expand All @@ -188,6 +191,7 @@ time-macros = { version = "0.2.13", default-features = false, features = ["forma
tokio = { version = "1.33.0", features = ["full", "test-util"] }
tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
tokio-stream = { version = "0.1.14", features = ["net"] }
tokio-util = { version = "0.7.10", features = ["codec", "io"] }
toml = { version = "0.7.8" }
toml_edit-647d43efb71741da = { package = "toml_edit", version = "0.21.0", features = ["serde"] }
tracing = { version = "0.1.37", features = ["log"] }
Expand Down

0 comments on commit 768dff6

Please sign in to comment.