Skip to content

Commit

Permalink
Update Rust crate httptest to 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Sep 4, 2024
1 parent 6bd835b commit 3f7e63e
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 36 deletions.
87 changes: 54 additions & 33 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 @@ -383,7 +383,7 @@ hickory-server = "0.24.1"
highway = "1.2.0"
hkdf = "0.12.4"
http = "0.2.12"
httptest = "0.15.5"
httptest = "0.16.1"
hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "main" }
humantime = "2.1.0"
hyper = "0.14"
Expand Down
8 changes: 6 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ hashbrown = { version = "0.14.5", features = ["raw"] }
hex = { version = "0.4.3", features = ["serde"] }
hickory-proto = { version = "0.24.1", features = ["text-parsing"] }
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
hyper = { version = "0.14.30", features = ["full"] }
hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.30", features = ["full"] }
hyper-dff4ba8e3ae991db = { package = "hyper", version = "1.3.1", features = ["client", "http1", "http2", "server"] }
hyper-util = { version = "0.1.3", features = ["client-legacy", "http1", "http2", "server", "tokio"] }
indexmap = { version = "2.4.0", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
Expand Down Expand Up @@ -169,7 +171,9 @@ hashbrown = { version = "0.14.5", features = ["raw"] }
hex = { version = "0.4.3", features = ["serde"] }
hickory-proto = { version = "0.24.1", features = ["text-parsing"] }
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
hyper = { version = "0.14.30", features = ["full"] }
hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.30", features = ["full"] }
hyper-dff4ba8e3ae991db = { package = "hyper", version = "1.3.1", features = ["client", "http1", "http2", "server"] }
hyper-util = { version = "0.1.3", features = ["client-legacy", "http1", "http2", "server", "tokio"] }
indexmap = { version = "2.4.0", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
Expand Down

0 comments on commit 3f7e63e

Please sign in to comment.