Skip to content

Commit 55cd494

Browse files
chore(deps): Bump the cargo-updates group across 1 directory with 3 updates
Bumps the cargo-updates group with 3 updates in the / directory: [anyhow](https://github.com/dtolnay/anyhow), [bytes](https://github.com/tokio-rs/bytes) and [tokio](https://github.com/tokio-rs/tokio). Updates `anyhow` from 1.0.100 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.102) 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 `tokio` from 1.49.0 to 1.50.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.50.0) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: tokio dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e44ce0 commit 55cd494

2 files changed

Lines changed: 20 additions & 27 deletions

File tree

Cargo.lock

Lines changed: 17 additions & 24 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
@@ -4,12 +4,12 @@ version = "0.1.1"
44
edition = "2021"
55

66
[dependencies]
7-
anyhow = "1.0.100"
7+
anyhow = "1.0.102"
88
base64 = "0.22.1"
9-
bytes = "1.11.0"
9+
bytes = "1.11.1"
1010
env_logger = "0.11.6"
1111
log = "0.4.29"
1212
serde = { version = "1.0.228", features = ["derive"] }
1313
serde_json = "1.0.149"
14-
tokio = { version = "1.49.0", features = ["full"] }
14+
tokio = { version = "1.51.0", features = ["full"] }
1515
warp = { version = "0.3.7", features = ["tls"] }

0 commit comments

Comments
 (0)