Skip to content

Commit cd29ecf

Browse files
Bump the everything group across 1 directory with 2 updates
Bumps the everything group with 2 updates in the / directory: [nix](https://github.com/nix-rust/nix) and [toml](https://github.com/toml-rs/toml). Updates `nix` from 0.29.0 to 0.30.0 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.29.0...v0.30.0) Updates `toml` from 0.8.20 to 0.8.22 - [Commits](toml-rs/toml@toml-v0.8.20...toml-v0.8.22) --- updated-dependencies: - dependency-name: nix dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything - dependency-name: toml dependency-version: 0.8.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: everything ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d56701d commit cd29ecf

File tree

2 files changed

+21
-14
lines changed

2 files changed

+21
-14
lines changed

Cargo.lock

Lines changed: 19 additions & 12 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
@@ -23,14 +23,14 @@ structopt = "0.3"
2323
uuid = { version = "1.16", features = ["v4"] }
2424
yaml-rust2 = "0.10.1"
2525
simplelog = "0.12"
26-
nix = { version = "0.29", default-features = false, features = ["user"] }
26+
nix = { version = "0.30", default-features = false, features = ["user"] }
2727
shlex = "1.3"
2828
sha2 = "0.10.8"
2929
anyhow = "1.0.98"
3030
thiserror = "2.0.12"
3131
tera = "1"
3232
serde_json = "1.0.140"
33-
toml = "0.8.20"
33+
toml = "0.8.22"
3434
shell-words = "1.1.0"
3535

3636
[dev-dependencies]

0 commit comments

Comments
 (0)