Skip to content

Commit 26334f0

Browse files
Bump the minor-updates group with 6 updates
Bumps the minor-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [bytes](https://github.com/tokio-rs/bytes) | `1.10.1` | `1.11.0` | | [hyper](https://github.com/hyperium/hyper) | `1.7.0` | `1.8.1` | | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.17` | `0.1.18` | | [pest](https://github.com/pest-parser/pest) | `2.8.3` | `2.8.4` | | [pest_derive](https://github.com/pest-parser/pest) | `2.8.3` | `2.8.4` | | [clap](https://github.com/clap-rs/clap) | `4.5.51` | `4.5.53` | Updates `bytes` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.10.1...v1.11.0) Updates `hyper` from 1.7.0 to 1.8.1 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v1.7.0...v1.8.1) Updates `hyper-util` from 0.1.17 to 0.1.18 - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper-util@v0.1.17...v0.1.18) Updates `pest` from 2.8.3 to 2.8.4 - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.8.3...v2.8.4) Updates `pest_derive` from 2.8.3 to 2.8.4 - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](pest-parser/pest@v2.8.3...v2.8.4) Updates `clap` from 4.5.51 to 4.5.53 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.51...clap_complete-v4.5.53) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: hyper dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: hyper-util dependency-version: 0.1.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: pest dependency-version: 2.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: pest_derive dependency-version: 2.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: clap dependency-version: 4.5.53 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fdb64a2 commit 26334f0

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

Cargo.lock

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

driver/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
bytes = "1.6"
9+
bytes = "1.11"
1010
chrono = "0.4.42"
1111
http-body-util = "0.1"
12-
hyper = { version = "1.7", features = ["client", "server", "http1"] }
12+
hyper = { version = "1.8", features = ["client", "server", "http1"] }
1313
hyper-util = { version = "0.1", features = ["tokio"] }
1414
log = "0.4"
15-
pest = "2.8.3"
16-
pest_derive = "2.8.3"
15+
pest = "2.8.4"
16+
pest_derive = "2.8.4"
1717
prometheus = { version = "0.14.0", features = ["process"] }
1818
tokio = { version = "1", features = ["macros", "net", "rt", "signal", "time"] }
1919

0 commit comments

Comments
 (0)