Skip to content

Commit 6e14be1

Browse files
build(deps): bump serde_json from 1.0.124 to 1.0.128
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.124 to 1.0.128. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.124...1.0.128) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 62ee195 commit 6e14be1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

elliptic-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pem-rfc7468 = { version = "1.0.0-rc.1", optional = true, features = ["alloc"] }
3535
pkcs8 = { version = "0.11.0-rc.1", optional = true, default-features = false }
3636
sec1 = { version = "0.8.0-rc.1", optional = true, features = ["subtle", "zeroize"] }
3737
serdect = { version = "=0.3.0-pre.0", optional = true, default-features = false, features = ["alloc"] }
38-
serde_json = { version = "1.0.121", optional = true, default-features = false, features = ["alloc"] }
38+
serde_json = { version = "1.0.128", 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

4141
[dev-dependencies]

0 commit comments

Comments
 (0)