Skip to content

Commit

Permalink
build(deps): bump serde from 1.0.203 to 1.0.213
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.203 to 1.0.213.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.203...v1.0.213)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent d38092c commit aa0bf28
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ digest = "^0.10.7"
hkdf = "^0.12.4"
lazy_static = "^1.5"
rand = "^0.8"
serde = { version = "^1.0.203", features = ["derive"], optional = true }
serde = { version = "^1.0.213", features = ["derive"], optional = true }
serde_json = { version = "^1.0.120", optional = true }
sha-1 = "^0.10.1"
sha2 = "^0.10.8"
Expand Down
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ json = ["base64", "serde"]
[dependencies]
base64 = { version = "^0.22", optional = true }
prost = "^0.13"
serde = { version = "^1.0.203", features = ["derive"], optional = true }
serde = { version = "^1.0.213", features = ["derive"], optional = true }

[build-dependencies]
prost-build = "^0.13"
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ hex = "^0.4.3"
p256 = { version = "^0.13.2", features = ["ecdsa", "pkcs8"] }
rand = "^0.8"
regex = "^1.10.5"
serde = { version = "^1.0.203", features = ["derive"] }
serde = { version = "^1.0.213", features = ["derive"] }
serde_json = "^1.0.120"
tink-core = { version = "^0.2", features = ["insecure", "json"] }
tink-aead = "^0.2"
Expand Down

0 comments on commit aa0bf28

Please sign in to comment.