Skip to content

Commit 2238064

Browse files
chore(deps): bump the cargo-updates group across 1 directory with 2 updates
Bumps the cargo-updates group with 2 updates in the / directory: [libc](https://github.com/rust-lang/libc) and [tokio](https://github.com/tokio-rs/tokio). Updates `libc` from 0.2.176 to 0.2.177 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.177/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.176...0.2.177) Updates `tokio` from 1.47.1 to 1.48.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.48.0) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.177 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ebb7be1 commit 2238064

File tree

2 files changed

+17
-189
lines changed

2 files changed

+17
-189
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ edition = "2024"
1010
[dependencies]
1111
anyhow = "1.0.100"
1212
env_logger = "0.11.8"
13-
libc = "0.2.176"
13+
libc = "0.2.177"
1414
log = "0.4.28"
1515
mktemp-rs = "0.2.0"
1616
nix = { version = "0.30.1", features = ["signal"] }
1717
serde = { version = "1.0.228", features = ["derive"] }
1818
serde_json = "1.0.145"
19-
tokio = { version = "1.47.1", optional = true }
19+
tokio = { version = "1.48.0", optional = true }
2020

2121
[features]
2222
async = ["dep:tokio"]

0 commit comments

Comments
 (0)