mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-11-25 16:52:50 +00:00
chore: bump dependencies
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a69647ad9cfdd52eec7fa9ae4a184b9c8ea0d
This commit is contained in:
parent
e355ddc517
commit
8800b69ef3
2 changed files with 6 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue