Skip to content

Commit

Permalink
Bump serde from 1.0.147 to 1.0.152
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.147 to 1.0.152.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.147...v1.0.152)

---
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 Jan 24, 2023
1 parent b8d4331 commit 809352b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -39,7 +39,7 @@ mc-test-vectors-definitions = { path = "../test-vectors/definitions" }
mc-util-test-vector = { path = "../util/test-vector" }
mc-util-test-with-data = { path = "../util/test-with-data" }

serde = { version = "1.0.0", features = [ "derive" ] }
serde = { version = "1.0.152", features = [ "derive" ] }
serde_json = { version = "1.0.85" }

[[example]]
Expand Down
2 changes: 1 addition & 1 deletion core/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ serde = ["dep:serde"]
[dependencies]
# External dependencies
curve25519-dalek = { version = "4.0.0-pre.2", default-features = false }
serde = { version = "1.0.144", optional = true, default-features = false, features = [ "derive" ] }
serde = { version = "1.0.152", optional = true, default-features = false, features = [ "derive" ] }
zeroize = { version = "1.5", default-features = false }

# MobileCoin dependencies
Expand Down

0 comments on commit 809352b

Please sign in to comment.