Skip to content

Commit a0944f5

Browse files
authored
Deps: bump dependencies (#722)
1 parent 51953eb commit a0944f5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ percent-encoding = "2.0.0"
9191
rand = { version = "0.8.3", features = ["small_rng"] }
9292
rayon = { version = "1.5.3", optional = true }
9393
rustc_version_runtime = "0.2.1"
94-
rustls-pemfile = "0.3.0"
94+
rustls-pemfile = "1.0.1"
9595
serde_with = "1.3.1"
9696
sha-1 = "0.10.0"
9797
sha2 = "0.10.2"
@@ -102,12 +102,12 @@ strsim = "0.10.0"
102102
take_mut = "0.2.2"
103103
thiserror = "1.0.24"
104104
tokio-openssl = { version = "0.6.3", optional = true }
105-
trust-dns-proto = "0.21.1"
106-
trust-dns-resolver = "0.21.1"
105+
trust-dns-proto = "0.21.2"
106+
trust-dns-resolver = "0.21.2"
107107
typed-builder = "0.10.0"
108-
webpki-roots = "0.22.2"
108+
webpki-roots = "0.22.4"
109109
which = { version = "4.2.5", optional = true }
110-
zstd = { version = "0.11.0", optional = true }
110+
zstd = { version = "0.11.2", optional = true }
111111

112112
[dependencies.async-std]
113113
version = "1.9.0"
@@ -118,7 +118,7 @@ version = "0.21.1"
118118
optional = true
119119

120120
[dependencies.pbkdf2]
121-
version = "0.10.1"
121+
version = "0.11.0"
122122
default-features = false
123123

124124
[dependencies.reqwest]

0 commit comments

Comments
 (0)