Skip to content

Commit

Permalink
chore(deps): Bump serde_with from 3.3.0 to 3.4.0 (#3671)
Browse files Browse the repository at this point in the history
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: serde_with
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 30, 2023
1 parent a944039 commit 83e92c3
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 consensus/service/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ hex = "0.4"
pem = "3.0"
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
serde_json = "1.0"
serde_with = { version = "3.3", default-features = false }
serde_with = { version = "3.4", default-features = false }
toml = "0.8"

2 changes: 1 addition & 1 deletion light-client/verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ base64 = "0.21"
displaydoc = "0.2"
prost = { version = "0.12", default-features = false, features = ["prost-derive"] }
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
serde_with = { version = "3.3", default-features = false, features = ["hex"] }
serde_with = { version = "3.4", default-features = false, features = ["hex"] }

mc-blockchain-types = { path = "../../blockchain/types" }
mc-common = { path = "../../common" }
Expand Down

0 comments on commit 83e92c3

Please sign in to comment.