Skip to content

Commit c5f620e

Browse files
committed
Bump lru and pem deps
1 parent da2193b commit c5f620e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ futures-util = "0.3"
2121
futures-sink = "0.3"
2222
keyed_priority_queue = "0.4"
2323
lazy_static = "1"
24-
lru = "0.10.0"
24+
lru = "0.11.0"
2525
mio = { version = "0.8.0", features = ["os-poll", "net"] }
2626
mysql_common = { version = "0.30", default-features = false }
2727
once_cell = "1.7.2"
28-
pem = "2.0.1"
28+
pem = "3.0"
2929
percent-encoding = "2.1.0"
3030
pin-project = "1.0.2"
3131
serde = "1"

0 commit comments

Comments
 (0)