Skip to content

Commit

Permalink
build(deps): update serde_with requirement from 2.0.1 to 3.3.0 in /api
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.0.1...v3.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2023
1 parent 868f47a commit 548ee77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ regex = "1.6.0"
reqwest = { version = "0.11.12", default-features = false, features = ["blocking", "gzip", "json", "multipart", "native-tls-vendored"] }
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
serde_with = "2.0.1"
serde_with = "3.3.0"
thiserror = "1.0.37"
url = "2.3.1"

Expand Down

0 comments on commit 548ee77

Please sign in to comment.