chore: bump dependencies

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I95094ead2493107a2d4bdd3f797fee246a6a6964
This commit is contained in:
raf 2025-12-10 12:06:13 +03:00
commit cf3321b17a
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 8 additions and 8 deletions

View file

@ -12,8 +12,8 @@ name = "microfetch"
path = "src/main.rs"
[dependencies]
hotpath = { optional = true, version = "0.7.5" }
libc = "0.2.177"
hotpath = { optional = true, version = "0.8.0" }
libc = "0.2.178"
[dev-dependencies]
criterion = "0.8.0"