chore: bump dependencies

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a69647ad9cfdd52eec7fa9ae4a184b9c8ea0d
This commit is contained in:
raf 2025-08-17 15:19:26 +03:00
commit 8800b69ef3
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 6 additions and 6 deletions

View file

@ -12,8 +12,8 @@ name = "microfetch"
path = "src/main.rs"
[dependencies]
nix = { version = "0.30", features = ["fs", "hostname", "feature"] }
libc = "0.2"
nix = { version = "0.30.1", default-features = false, features = ["fs", "hostname", "feature"] }
libc = "0.2.175"
[dev-dependencies]
criterion = "0.7"