Skip to content

Commit

Permalink
chore(deps): bump http from 1.0.0 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [http](https://github.com/hyperium/http) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v1.0.0...v1.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent 2406bbe commit 446341d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 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 src/kiwi-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ description = "The Kiwi SDK allows you to write pluggable modules that hook into
anyhow = "1.0.79"
kiwi-macro = { version = "~0.1.1-alpha.7", path = "./macro" }
wit-bindgen = "0.21.0"
http = "1.0.0"
http = "1.1.0"
2 changes: 1 addition & 1 deletion src/kiwi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ wit-component = "0.20.1"
ringbuf = "0.3.3"
async-stream = "0.3.5"
futures-util = "0.3.30"
http = "1.0.0"
http = "1.1.0"
notify = "6.1.1"
arc-swap = "1.7.0"
fastwebsockets = { version = "0.7.0", features = ["with_axum", "upgrade"] }
Expand Down

0 comments on commit 446341d

Please sign in to comment.