Skip to content

Commit da2193b

Browse files
committed
Bump webpki (fix #256)
1 parent 31d040f commit da2193b

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
@@ -62,12 +62,12 @@ version = "1.0.1"
6262
optional = true
6363

6464
[dependencies.webpki]
65-
version = "0.22.0"
65+
version = ">=0.22.1"
6666
features = ["std"]
6767
optional = true
6868

6969
[dependencies.webpki-roots]
70-
version = "0.23.0"
70+
version = "0.25.0"
7171
optional = true
7272

7373
[dev-dependencies]

0 commit comments

Comments
 (0)