Skip to content

Commit

Permalink
Bump http from 0.2.5 to 0.2.6
Browse files Browse the repository at this point in the history
Bumps [http](https://github.com/hyperium/http) from 0.2.5 to 0.2.6.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v0.2.5...v0.2.6)

---
updated-dependencies:
- dependency-name: http
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 4, 2022
1 parent f3e7eb1 commit bfe4f75
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 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 common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ backoff = { version = "0.3.0", features = [ "tokio" ] }
chrono = { version = "0.4", features = [ "serde" ] }
dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] }
futures = "0.3.18"
http = "0.2.5"
http = "0.2.6"
hyper = "0.14"
ipnetwork = "0.18"
macaddr = { version = "1.0.1", features = [ "serde_std" ] }
Expand Down
2 changes: 1 addition & 1 deletion nexus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cookie = "0.16"
diesel = { git = "https://github.com/diesel-rs/diesel", rev = "ce77c382", features = ["postgres", "r2d2", "chrono", "serde_json", "network-address", "uuid"] }
futures = "0.3.18"
hex = "0.4.3"
http = "0.2.5"
http = "0.2.6"
hyper = "0.14"
db-macros = { path = "src/db/db-macros" }
ipnetwork = "0.18"
Expand Down
2 changes: 1 addition & 1 deletion nexus/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anyhow = "1.0"
bytes = "1.0.1"
chrono = { version = "0.4", features = [ "serde" ] }
dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] }
http = "0.2.5"
http = "0.2.6"
hyper = "0.14"
omicron-common = { path = "../../common" }
omicron-nexus = { path = ".." }
Expand Down
2 changes: 1 addition & 1 deletion oximeter/instruments/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ chrono = { version = "0.4", features = [ "serde" ] }
dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] }
futures = "0.3.18"
oximeter = { path = "../oximeter" }
http = { version = "0.2.5", optional = true }
http = { version = "0.2.6", optional = true }
uuid = { version = "0.8.2", features = [ "v4", "serde" ] }

[features]
Expand Down

0 comments on commit bfe4f75

Please sign in to comment.