Skip to content

Commit d595ea3

Browse files
chore(deps): bump the cargo-updates group across 1 directory with 6 updates
Bumps the cargo-updates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.101` | `1.0.102` | | [clap](https://github.com/clap-rs/clap) | `4.5.58` | `4.5.60` | | [libc](https://github.com/rust-lang/libc) | `0.2.181` | `0.2.182` | | [nix](https://github.com/nix-rust/nix) | `0.30.1` | `0.31.2` | | [tokio](https://github.com/tokio-rs/tokio) | `1.49.0` | `1.50.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.25.0` | `3.26.0` | Updates `anyhow` from 1.0.101 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.101...1.0.102) Updates `clap` from 4.5.58 to 4.5.60 - [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.58...clap_complete-v4.5.60) Updates `libc` from 0.2.181 to 0.2.182 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.182/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.181...0.2.182) Updates `nix` from 0.30.1 to 0.31.2 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.30.1...v0.31.2) 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) Updates `tempfile` from 3.25.0 to 3.26.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits/v3.26.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: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: libc dependency-version: 0.2.182 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: nix dependency-version: 0.31.2 dependency-type: direct:production update-type: version-update:semver-minor 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 - dependency-name: tempfile dependency-version: 3.26.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 a695f75 commit d595ea3

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

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.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ repository = "https://github.com/edera-dev/styrolite"
88
edition = "2024"
99

1010
[dependencies]
11-
anyhow = "1.0.100"
12-
clap = { version = "4.5.58", features = ["derive"] }
11+
anyhow = "1.0.102"
12+
clap = { version = "4.5.60", features = ["derive"] }
1313
env_logger = "0.11.8"
14-
libc = "0.2.180"
14+
libc = "0.2.182"
1515
log = "0.4.29"
1616
mktemp-rs = "0.2.0"
17-
nix = { version = "0.30.1", features = ["process", "signal", "user"] }
17+
nix = { version = "0.31.2", features = ["process", "signal", "user"] }
1818
serde = { version = "1.0.228", features = ["derive"] }
1919
serde_json = "1.0.149"
20-
tokio = { version = "1.49.0", optional = true }
20+
tokio = { version = "1.50.0", optional = true }
2121

2222
[dev-dependencies]
2323
tempfile = "3"

0 commit comments

Comments
 (0)