Skip to content

Commit 36beebe

Browse files
fix(deps): update minor updates
1 parent 00527c4 commit 36beebe

File tree

3 files changed

+34
-55
lines changed

3 files changed

+34
-55
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories = ["accessibility", "caching", "development-tools"]
99
license = "MIT"
1010

1111
[dependencies]
12-
hashbrown = "0.14.0"
12+
hashbrown = "0.15.0"
1313
once_cell = "1.18.0"
1414
moneta_fn_macros = { path = "src/macros", version = "0.2.11", default-features = false }
1515

src/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories = ["accessibility", "caching", "development-tools"]
99
license = "MIT"
1010

1111
[dependencies]
12-
darling = "0.20.3"
12+
darling = "0.21.0"
1313
proc-macro2 = "1.0.67"
1414
quote = "1.0.33"
1515
syn = { version = "2.0.37", features = ["full", "fold"] }

0 commit comments

Comments
 (0)