Skip to content

Commit

Permalink
Merge pull request #277 from himmelblau-idm/dependabot/cargo/hashbrow…
Browse files Browse the repository at this point in the history
…n-0.15.1

deps(rust): update hashbrown requirement from 0.14.0 to 0.15.1
  • Loading branch information
dmulder authored Nov 5, 2024
2 parents 98da0a3 + bc3168f commit 48fc0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ tss-esapi = "^7.2.0"
sketching = { path = "./src/sketching" }
tracing-forest = "^0.1.6"
rusqlite = "^0.32.0"
hashbrown = { version = "0.14.0", features = ["serde", "inline-more", "ahash"] }
hashbrown = { version = "0.15.1", features = ["serde", "inline-more"] }
lru = "^0.12.3"
kanidm_lib_crypto = { path = "./src/crypto", version = "0.7.0" }
kanidm_utils_users = { path = "./src/users" }
Expand Down

0 comments on commit 48fc0be

Please sign in to comment.