Skip to content

Commit bbf24b0

Browse files
committed
Bump dependencies
1 parent 3763e92 commit bbf24b0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Cargo.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ mysql_common = { version = "0.30.1", default-features = false, features = [
2626
"derive",
2727
] }
2828
once_cell = "1.7.2"
29-
pem = "1.0.1"
29+
pem = "2.0.1"
3030
percent-encoding = "2.1.0"
3131
pin-project = "1.0.2"
3232
priority-queue = "1"
3333
serde = "1"
3434
serde_json = "1"
35-
socket2 = "0.4.2"
35+
socket2 = "0.5.2"
3636
thiserror = "1.0.4"
3737
tokio = { version = "1.0", features = ["io-util", "fs", "net", "time", "rt"] }
3838
tokio-util = { version = "0.7.2", features = ["codec", "io"] }
@@ -43,7 +43,7 @@ twox-hash = "1"
4343
url = "2.1"
4444

4545
[dependencies.tokio-rustls]
46-
version = "0.23.4"
46+
version = "0.24.0"
4747
optional = true
4848

4949
[dependencies.tokio-native-tls]
@@ -55,7 +55,7 @@ version = "0.2"
5555
optional = true
5656

5757
[dependencies.rustls]
58-
version = "0.20.0"
58+
version = "0.21.0"
5959
features = ["dangerous_configuration"]
6060
optional = true
6161

@@ -65,15 +65,16 @@ optional = true
6565

6666
[dependencies.webpki]
6767
version = "0.22.0"
68+
features = ["std"]
6869
optional = true
6970

7071
[dependencies.webpki-roots]
71-
version = "0.22.1"
72+
version = "0.23.0"
7273
optional = true
7374

7475
[dev-dependencies]
7576
tempfile = "3.1.0"
76-
socket2 = { version = "0.4.0", features = ["all"] }
77+
socket2 = { version = "0.5.2", features = ["all"] }
7778
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread"] }
7879
rand = "0.8.0"
7980

0 commit comments

Comments
 (0)