Skip to content

Commit

Permalink
chore(deps): update rust crate httptest to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Apr 22, 2024
1 parent f541cab commit a59221b
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 35 deletions.
94 changes: 66 additions & 28 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 @@ -239,7 +239,7 @@ hex-literal = "0.4.1"
highway = "1.1.0"
hkdf = "0.12.4"
http = "0.2.12"
httptest = "0.15.5"
httptest = "0.16.0"
hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "main" }
humantime = "2.1.0"
hyper = "0.14"
Expand Down
16 changes: 10 additions & 6 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ bit-set = { version = "0.5.3" }
bit-vec = { version = "0.6.3" }
bitflags-dff4ba8e3ae991db = { package = "bitflags", version = "1.3.2" }
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.2", default-features = false, features = ["serde"] }
bstr-6f8ce4dd05d13bba = { package = "bstr", version = "0.2.17" }
bstr-dff4ba8e3ae991db = { package = "bstr", version = "1.9.0" }
bstr = { version = "1.9.1" }
byteorder = { version = "1.5.0" }
bytes = { version = "1.6.0", features = ["serde"] }
chrono = { version = "0.4.38", features = ["serde"] }
Expand Down Expand Up @@ -58,7 +57,9 @@ group = { version = "0.13.0", default-features = false, features = ["alloc"] }
hashbrown = { version = "0.14.3", features = ["raw"] }
hex = { version = "0.4.3", features = ["serde"] }
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
hyper = { version = "0.14.28", features = ["full"] }
hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.28", features = ["full"] }
hyper-dff4ba8e3ae991db = { package = "hyper", version = "1.3.1", features = ["client", "http1", "http2", "server"] }
hyper-util = { version = "0.1.2", features = ["client-legacy", "http1", "http2", "server", "tokio"] }
indexmap = { version = "2.2.6", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
ipnetwork = { version = "0.20.0", features = ["schemars"] }
Expand Down Expand Up @@ -96,6 +97,7 @@ serde_json = { version = "1.0.116", features = ["raw_value", "unbounded_depth"]
sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.4.0", features = ["inline", "unicode"] }
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
smallvec = { version = "1.13.1", default-features = false, features = ["const_new"] }
spin = { version = "0.9.8" }
string_cache = { version = "0.8.7" }
subtle = { version = "2.5.0" }
Expand Down Expand Up @@ -130,8 +132,7 @@ bit-set = { version = "0.5.3" }
bit-vec = { version = "0.6.3" }
bitflags-dff4ba8e3ae991db = { package = "bitflags", version = "1.3.2" }
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.2", default-features = false, features = ["serde"] }
bstr-6f8ce4dd05d13bba = { package = "bstr", version = "0.2.17" }
bstr-dff4ba8e3ae991db = { package = "bstr", version = "1.9.0" }
bstr = { version = "1.9.1" }
byteorder = { version = "1.5.0" }
bytes = { version = "1.6.0", features = ["serde"] }
chrono = { version = "0.4.38", features = ["serde"] }
Expand Down Expand Up @@ -165,7 +166,9 @@ group = { version = "0.13.0", default-features = false, features = ["alloc"] }
hashbrown = { version = "0.14.3", features = ["raw"] }
hex = { version = "0.4.3", features = ["serde"] }
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
hyper = { version = "0.14.28", features = ["full"] }
hyper-582f2526e08bb6a0 = { package = "hyper", version = "0.14.28", features = ["full"] }
hyper-dff4ba8e3ae991db = { package = "hyper", version = "1.3.1", features = ["client", "http1", "http2", "server"] }
hyper-util = { version = "0.1.2", features = ["client-legacy", "http1", "http2", "server", "tokio"] }
indexmap = { version = "2.2.6", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
ipnetwork = { version = "0.20.0", features = ["schemars"] }
Expand Down Expand Up @@ -203,6 +206,7 @@ serde_json = { version = "1.0.116", features = ["raw_value", "unbounded_depth"]
sha2 = { version = "0.10.8", features = ["oid"] }
similar = { version = "2.4.0", features = ["inline", "unicode"] }
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
smallvec = { version = "1.13.1", default-features = false, features = ["const_new"] }
spin = { version = "0.9.8" }
string_cache = { version = "0.8.7" }
subtle = { version = "2.5.0" }
Expand Down

0 comments on commit a59221b

Please sign in to comment.