Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbeam committed Apr 12, 2023
1 parent 3763e92 commit bbf24b0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ mysql_common = { version = "0.30.1", default-features = false, features = [
"derive",
] }
once_cell = "1.7.2"
pem = "1.0.1"
pem = "2.0.1"
percent-encoding = "2.1.0"
pin-project = "1.0.2"
priority-queue = "1"
serde = "1"
serde_json = "1"
socket2 = "0.4.2"
socket2 = "0.5.2"
thiserror = "1.0.4"
tokio = { version = "1.0", features = ["io-util", "fs", "net", "time", "rt"] }
tokio-util = { version = "0.7.2", features = ["codec", "io"] }
Expand All @@ -43,7 +43,7 @@ twox-hash = "1"
url = "2.1"

[dependencies.tokio-rustls]
version = "0.23.4"
version = "0.24.0"
optional = true

[dependencies.tokio-native-tls]
Expand All @@ -55,7 +55,7 @@ version = "0.2"
optional = true

[dependencies.rustls]
version = "0.20.0"
version = "0.21.0"
features = ["dangerous_configuration"]
optional = true

Expand All @@ -65,15 +65,16 @@ optional = true

[dependencies.webpki]
version = "0.22.0"
features = ["std"]
optional = true

[dependencies.webpki-roots]
version = "0.22.1"
version = "0.23.0"
optional = true

[dev-dependencies]
tempfile = "3.1.0"
socket2 = { version = "0.4.0", features = ["all"] }
socket2 = { version = "0.5.2", features = ["all"] }
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread"] }
rand = "0.8.0"

Expand Down

0 comments on commit bbf24b0

Please sign in to comment.