Skip to content

Commit b431bf7

Browse files
authored
Merge pull request #18 from techquestsdev/dependabot/cargo/lru-0.18.0
chore(deps): bump lru from 0.17.0 to 0.18.0
2 parents 8233a03 + 68c50f1 commit b431bf7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

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

crates/houndr-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ axum = "0.8"
1515
tokio.workspace = true
1616
serde.workspace = true
1717
serde_json = "1"
18-
lru = "0.17"
18+
lru = "0.18"
1919
clap = { version = "4", features = ["derive"] }
2020
anyhow.workspace = true
2121
tracing.workspace = true

0 commit comments

Comments
 (0)