Skip to content

Commit

Permalink
chore(deps): bump serde_with from 3.3.0 to 3.4.0
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent dbe0059 commit 2ca56fd
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 moksha-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ secp256k1 = { version = "0.27.0", features = ["rand", "serde"] }
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
hex = "0.4.3"
serde_with = "3.1.0"
serde_with = "3.4.0"
thiserror = "1.0.49"
itertools = "0.11.0"

Expand Down
2 changes: 1 addition & 1 deletion moksha-mint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hyper = "0.14.27"
serde = { version = "1.0.189", features = ["derive"] }
serde_derive = "1.0.171"
serde_json = "1.0.107"
serde_with = "3.1.0"
serde_with = "3.4.0"
tokio = { version = "1.33.0", features = ["full"] }
tower-http = { version = "0.4.4", features = ["trace", "cors", "fs", "set-header"] }
tower-service = { version = "0.3.2" }
Expand Down

0 comments on commit 2ca56fd

Please sign in to comment.