Skip to content

Commit

Permalink
elliptic-curve: bump serdect to v0.3.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Sep 20, 2024
1 parent 59f1a5b commit c13b566
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions elliptic-curve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ hkdf = { version = "=0.13.0-pre.4", optional = true, default-features = false }
hex-literal = { version = "0.4", optional = true }
pem-rfc7468 = { version = "1.0.0-rc.1", optional = true, features = ["alloc"] }
pkcs8 = { version = "0.11.0-rc.1", optional = true, default-features = false }
sec1 = { version = "0.8.0-rc.1", optional = true, features = ["subtle", "zeroize"] }
serdect = { version = "=0.3.0-pre.0", optional = true, default-features = false, features = ["alloc"] }
sec1 = { version = "0.8.0-rc.2", optional = true, features = ["subtle", "zeroize"] }
serdect = { version = "=0.3.0-rc.0", optional = true, default-features = false, features = ["alloc"] }
serde_json = { version = "1.0.121", optional = true, default-features = false, features = ["alloc"] }
tap = { version = "1.0.1", optional = true, default-features = false } # hack for minimal-versions support for `bits`

Expand Down

0 comments on commit c13b566

Please sign in to comment.