Skip to content

Commit 62e4ced

Browse files
authored
Bump serdect to v0.4 (#584)
1 parent 4ff59f6 commit 62e4ced

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

Cargo.lock

Lines changed: 3 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ zeroize = { version = "1.5", features = ["alloc"] }
2525
# optional dependencies
2626
pkcs1 = { version = "0.8.0-rc.3", optional = true, default-features = false, features = ["alloc", "pem"] }
2727
pkcs8 = { version = "0.11.0-rc.6", optional = true, default-features = false, features = ["alloc", "pem"] }
28-
serdect = { version = "0.3.0", optional = true }
28+
serdect = { version = "0.4", optional = true }
2929
sha1 = { version = "0.11.0-rc.2", optional = true, default-features = false, features = ["oid"] }
3030
spki = { version = "0.8.0-rc.4", optional = true, default-features = false, features = ["alloc"] }
3131
sha2 = { version = "0.11.0-rc.2", optional = true, default-features = false, features = ["oid"] }

0 commit comments

Comments
 (0)