Skip to content

Commit

Permalink
Bump lru and pem deps
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbeam committed Sep 14, 2023
1 parent da2193b commit c5f620e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ futures-util = "0.3"
futures-sink = "0.3"
keyed_priority_queue = "0.4"
lazy_static = "1"
lru = "0.10.0"
lru = "0.11.0"
mio = { version = "0.8.0", features = ["os-poll", "net"] }
mysql_common = { version = "0.30", default-features = false }
once_cell = "1.7.2"
pem = "2.0.1"
pem = "3.0"
percent-encoding = "2.1.0"
pin-project = "1.0.2"
serde = "1"
Expand Down

0 comments on commit c5f620e

Please sign in to comment.