Skip to content

Commit

Permalink
Update serde_with requirement from 2.1.0 to 3.8.3 (#2)
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@v2.1.0...v3.8.3)

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

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] authored Jul 8, 2024
1 parent 589e6d3 commit 4f5d9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tracing = "0.1.37"
tracing-subscriber = "0.3.16"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = { version = "2.1.0", features = ["json"] }
serde_with = { version = "3.8.3", features = ["json"] }
serde_urlencoded = "0.7"
iref = "3.1.2"
static-iref = "3.0"
Expand Down

0 comments on commit 4f5d9ab

Please sign in to comment.