Skip to content

Commit

Permalink
Merge pull request blackbeam#238 from benesch/patch-1
Browse files Browse the repository at this point in the history
Update to lru v0.10.0
  • Loading branch information
blackbeam authored Mar 13, 2023
2 parents f1afb7c + 6ca8bec commit 59e8c3c
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 @@ -20,7 +20,7 @@ futures-core = "0.3"
futures-util = "0.3"
futures-sink = "0.3"
lazy_static = "1"
lru = "0.8.1"
lru = "0.10.0"
mio = { version = "0.8.0", features = ["os-poll", "net"] }
mysql_common = { version = "0.29.2", default-features = false }
once_cell = "1.7.2"
Expand Down

0 comments on commit 59e8c3c

Please sign in to comment.