Skip to content

Commit be153e3

Browse files
chore(deps): bump the rust-other group across 1 directory with 4 updates
Bumps the rust-other group with 3 updates in the / directory: [http](https://github.com/hyperium/http), [ureq](https://github.com/algesten/ureq) and [zerocopy](https://github.com/google/zerocopy). Updates `http` from 1.3.1 to 1.4.0 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v1.3.1...v1.4.0) Updates `ureq` from 2.12.1 to 3.1.4 - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](algesten/ureq@2.12.1...3.1.4) Updates `zerocopy` from 0.8.28 to 0.8.30 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.28...v0.8.30) Updates `zerocopy-derive` from 0.8.28 to 0.8.30 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.28...v0.8.30) --- updated-dependencies: - dependency-name: http dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-other - dependency-name: ureq dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-other - dependency-name: zerocopy dependency-version: 0.8.30 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-other - dependency-name: zerocopy-derive dependency-version: 0.8.30 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-other ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8605eb9 commit be153e3

File tree

3 files changed

+32
-14
lines changed

3 files changed

+32
-14
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ datafusion-udf-wasm-guest = { path = "guests/rust", version = "0.1.0" }
3131
datafusion-udf-wasm-host = { path = "host", version = "0.1.0" }
3232
datafusion-udf-wasm-python = { path = "guests/python", version = "0.1.0" }
3333
datafusion-udf-wasm-query = { path = "query", version = "0.1.0" }
34-
http = { version = "1.3.1", default-features = false }
34+
http = { version = "1.4.0", default-features = false }
3535
hyper = { version = "1.8", default-features = false }
3636
insta = { version = "1.44.1", "default-features" = false }
3737
log = { version = "0.4.28", default-features = false }

guests/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ wasip2.workspace = true
2121
flate2 = "1.0.35"
2222
sha2 = "0.10.8"
2323
tar.workspace = true
24-
ureq = "2.12.1"
24+
ureq = "3.1.4"
2525
walkdir = "2.5.0"
2626

2727
[lints]

0 commit comments

Comments
 (0)