Skip to content

Commit

Permalink
Update Rust crate hyper-rustls to 0.26.0 (#4814)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Jan 23, 2024
1 parent 8af3d84 commit beb1d11
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 28 deletions.
127 changes: 100 additions & 27 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 @@ -219,7 +219,7 @@ httptest = "0.15.5"
hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "main" }
humantime = "2.1.0"
hyper = "0.14"
hyper-rustls = "0.25.0"
hyper-rustls = "0.26.0"
hyper-staticfile = "0.9.5"
illumos-utils = { path = "illumos-utils" }
indexmap = "2.1.0"
Expand Down
2 changes: 2 additions & 0 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.3.0", 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"] }
socket2 = { version = "0.5.5", default-features = false, features = ["all"] }
spin = { version = "0.9.8" }
string_cache = { version = "0.8.7" }
subtle = { version = "2.5.0" }
Expand Down Expand Up @@ -198,6 +199,7 @@ sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.3.0", 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"] }
socket2 = { version = "0.5.5", default-features = false, features = ["all"] }
spin = { version = "0.9.8" }
string_cache = { version = "0.8.7" }
subtle = { version = "2.5.0" }
Expand Down

0 comments on commit beb1d11

Please sign in to comment.