Skip to content

Commit 3cb3a99

Browse files
chore(deps): bump the rust-other group with 5 updates
Bumps the rust-other group with 5 updates: | Package | From | To | | --- | --- | --- | | [http](https://github.com/hyperium/http) | `1.4.0` | `1.4.1` | | [log](https://github.com/rust-lang/log) | `0.4.29` | `0.4.30` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.13.3` | `0.13.4` | | [displaydoc](https://github.com/yaahc/displaydoc) | `0.2.5` | `0.2.6` | | [memchr](https://github.com/BurntSushi/memchr) | `2.8.0` | `2.8.1` | Updates `http` from 1.4.0 to 1.4.1 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v1.4.0...v1.4.1) Updates `log` from 0.4.29 to 0.4.30 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.29...0.4.30) Updates `reqwest` from 0.13.3 to 0.13.4 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.13.3...v0.13.4) Updates `displaydoc` from 0.2.5 to 0.2.6 - [Changelog](https://github.com/yaahc/displaydoc/blob/master/CHANGELOG.md) - [Commits](yaahc/displaydoc@v0.2.5...v0.2.6) Updates `memchr` from 2.8.0 to 2.8.1 - [Commits](BurntSushi/memchr@2.8.0...2.8.1) --- updated-dependencies: - dependency-name: http dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-other - dependency-name: log dependency-version: 0.4.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-other - dependency-name: reqwest dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-other - dependency-name: displaydoc dependency-version: 0.2.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-other - dependency-name: memchr dependency-version: 2.8.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-other ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0c445cc commit 3cb3a99

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

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.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ datafusion-udf-wasm-query = { path = "query", version = "0.1.0", default-feature
3434
flate2 = "1.1.9"
3535
futures-util = { version = "0.3.32", default-features = false }
3636
gungraun = "0.19.0"
37-
http = { version = "1.4.0", default-features = false }
37+
http = { version = "1.4.1", default-features = false }
3838
http-body-util = "0.1.3"
3939
hyper = { version = "1.9", default-features = false }
4040
hyper-util = "0.1.20"
4141
insta = { version = "1.47.2", "default-features" = false }
42-
log = { version = "0.4.29", default-features = false }
42+
log = { version = "0.4.30", default-features = false }
4343
pyo3 = { version = "0.28.3", default-features = false, features = ["macros"] }
4444
rcgen = "0.14.8"
4545
regex = { version = "1", default-features = false }
46-
reqwest = { version = "0.13.3", default-features = false, features = [
46+
reqwest = { version = "0.13.4", default-features = false, features = [
4747
"rustls-no-provider",
4848
"stream"
4949
] }

0 commit comments

Comments
 (0)