Skip to content

Commit 5ec01a3

Browse files
build(deps): bump the dependencies group across 1 directory with 5 updates
Bumps the dependencies group with 5 updates in the /rust directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.101` | | [bytes](https://github.com/tokio-rs/bytes) | `1.11.0` | `1.11.1` | | [clap](https://github.com/clap-rs/clap) | `4.5.54` | `4.5.57` | | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.19` | `0.1.20` | | [regex](https://github.com/rust-lang/regex) | `1.12.2` | `1.12.3` | Updates `anyhow` from 1.0.100 to 1.0.101 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.101) 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: anyhow dependency-version: 1.0.101 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: 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 2571f54 commit 5ec01a3

File tree

4 files changed

+20
-21
lines changed

4 files changed

+20
-21
lines changed

rust/Cargo.lock

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

rust/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
anyhow = "^1.0.97"
7+
anyhow = "^1.0.101"
88
as-any = "^0.3.2"
99
indexmap = { version = "^2.13.0", features = ["serde"] }
1010
serde = { version = "^1.0.219", features = ["derive"] }

rust/echo/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] }
1010
test = ["guerrilla", "once_cell", "toolshed-test"]
1111

1212
[dependencies]
13-
anyhow = "^1.0.97"
13+
anyhow = "^1.0.101"
1414
as-any = "^0.3.2"
1515
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)