Skip to content

Commit f7224ab

Browse files
Bump http from 0.2.11 to 1.1.0
Bumps [http](https://github.com/hyperium/http) from 0.2.11 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@v0.2.11...v1.1.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 14bf033 commit f7224ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tremor-connectors-gcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tremor-script = { path = "../tremor-script", version = "0.13.0-rc.28" }
2020
anyhow = { version = "1", default-features = true }
2121
async-trait = { version = "0.1", default-features = true }
2222
futures = { version = "0.3", default-features = true }
23-
http = { version = "0.2", default-features = true }
23+
http = { version = "1.1", default-features = true }
2424
log = { version = "0.4", default-features = true }
2525
serde = { version = "1.0", default-features = true, features = ["derive"] }
2626
thiserror = { version = "1", default-features = true }

0 commit comments

Comments
 (0)