Skip to content

Commit f7d7c73

Browse files
committed
chore: bump nix crate; 0.4.8
1 parent 28e156b commit f7d7c73

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -1,6 +1,6 @@
11
[package]
22
name = "microfetch"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
edition = "2024"
55

66
[lib]
@@ -12,7 +12,7 @@ name = "microfetch"
1212
path = "src/main.rs"
1313

1414
[dependencies]
15-
nix = { version = "0.29", features = ["fs", "hostname", "feature"] }
15+
nix = { version = "0.30", features = ["fs", "hostname", "feature"] }
1616
lazy_static = "1.5"
1717
libc = "0.2"
1818

0 commit comments

Comments
 (0)