Skip to content

Commit 3a5291a

Browse files
authored
Update elliptic-curve/Cargo.toml
1 parent 6a4f7d2 commit 3a5291a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elliptic-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ hex-literal = { version = "0.4", optional = true }
3434
pem-rfc7468 = { version = "1.0.0-rc.2", optional = true, features = ["alloc"] }
3535
pkcs8 = { version = "0.11.0-rc.1", optional = true, default-features = false }
3636
sec1 = { version = "0.8.0-rc.3", optional = true, features = ["subtle", "zeroize"] }
37-
serdect = { version = "=0.3.0", optional = true, default-features = false, features = ["alloc"] }
37+
serdect = { version = "0.3", optional = true, default-features = false, features = ["alloc"] }
3838
serde_json = { version = "1.0.121", optional = true, default-features = false, features = ["alloc"] }
3939
tap = { version = "1.0.1", optional = true, default-features = false } # hack for minimal-versions support for `bits`
4040

0 commit comments

Comments
 (0)