Skip to content

Commit 8f9fc57

Browse files
authored
Merge pull request #106 from edera-dev/dependabot/cargo/cargo-updates-09bdf309fe
chore(deps): bump the cargo-updates group across 1 directory with 6 updates
2 parents c79c435 + d595ea3 commit 8f9fc57

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

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)