Skip to content

Commit 2d6da0c

Browse files
build(deps): bump the dependencies group across 1 directory with 4 updates
Bumps the dependencies group with 4 updates in the /rust directory: [bytes](https://github.com/tokio-rs/bytes), [clap](https://github.com/clap-rs/clap), [hyper-util](https://github.com/hyperium/hyper-util) and [regex](https://github.com/rust-lang/regex). Updates `bytes` from 1.11.0 to 1.11.1 - [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.11.0...v1.11.1) Updates `clap` from 4.5.54 to 4.5.57 - [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.54...clap_complete-v4.5.57) Updates `hyper-util` from 0.1.19 to 0.1.20 - [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.19...v0.1.20) Updates `regex` from 1.12.2 to 1.12.3 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.12.2...1.12.3) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: clap dependency-version: 4.5.57 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: hyper-util dependency-version: 0.1.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: regex dependency-version: 1.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4df6e10 commit 2d6da0c

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

rust/Cargo.lock

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

rust/echo/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ async-trait = "^0.1.88"
1616
axum = { version = "=0.8.8", features = ["macros"] }
1717
axum-core = "^0.5.6"
1818
axum-server = { version = "^0.8.0", features = ["tls-rustls"] }
19-
bytes = "=1.11.0"
20-
clap = "^4.5.54"
19+
bytes = "=1.11.1"
20+
clap = "^4.5.57"
2121
futures = "^0.3.31"
2222
futures-util = "^0.3.31"
2323
http-body-util = "=0.1.3"
2424
hyper = "=1.8.1"
25-
hyper-util = "=0.1.19"
25+
hyper-util = "=0.1.20"
2626
indexmap = { version = "^2.13.0", features = ["serde"] }
2727
log = "^0.4"
2828
serde = { version = "^1.0", features = ["derive"] }

rust/glint/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
66
[dependencies]
77
clap = { version = "4.5", features = ["derive"] }
88
anyhow = "1.0"
9-
regex = "1.10"
9+
regex = "1.12"
1010
rayon = "1.10"
1111
serde = { version = "1.0", features = ["derive"] }
1212
serde_json = "1.0"

0 commit comments

Comments
 (0)