Skip to content

Commit b24e720

Browse files
committed
chore: tag 0.4.11
Signed-off-by: NotAShelf <[email protected]> Change-Id: I42b59d68cdac17ff60d52a4c25bef4686a6a6964
1 parent ca76a6e commit b24e720

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "microfetch"
3-
version = "0.4.10"
3+
version = "0.4.11"
44
edition = "2024"
55

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

1414
[dependencies]
15-
hotpath = { optional = true, version = "0.6" }
16-
libc = "0.2.175"
15+
hotpath = { optional = true, version = "0.6.0" }
16+
libc = "0.2.177"
1717
nix = { default-features = false, features = [ "fs", "hostname", "feature" ], version = "0.30.1" }
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)