Skip to content

Commit

Permalink
Update serde_with requirement from 1.9.4 to 3.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [serde_with](https://github.com/jonasbb/serde_with) to permit the latest version.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v1.9.4...v3.4.0)

---
updated-dependencies:
- dependency-name: serde_with
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 3b29215 commit 4b7e978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algonaut_model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ data-encoding = "2.3.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.40"
serde_bytes = "0.11.4"
serde_with = "1.9.4"
serde_with = "3.4.0"

0 comments on commit 4b7e978

Please sign in to comment.