Skip to content

Commit 283d171

Browse files
chore(deps): bump http from 1.0.0 to 1.1.0
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]>
1 parent 1260365 commit 283d171

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/kiwi-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ description = "The Kiwi SDK allows you to write pluggable modules that hook into
1212
anyhow = "1.0.79"
1313
kiwi-macro = { version = "~0.1.1", path = "./macro" }
1414
wit-bindgen = "0.21.0"
15-
http = "1.0.0"
15+
http = "1.1.0"

src/kiwi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ wit-component = "0.20.1"
3434
ringbuf = "0.3.3"
3535
async-stream = "0.3.5"
3636
futures-util = "0.3.30"
37-
http = "1.0.0"
37+
http = "1.1.0"
3838
notify = "6.1.1"
3939
arc-swap = "1.7.0"
4040
fastwebsockets = { version = "0.7.0", features = ["upgrade"] }

0 commit comments

Comments
 (0)