Skip to content

Commit 12b8093

Browse files
build(deps): update serde_with requirement from 2.0.1 to 3.3.0 in /api
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]>
1 parent 89b5fef commit 12b8093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ regex = "1.6.0"
2222
reqwest = { version = "0.11.12", default-features = false, features = ["blocking", "gzip", "json", "multipart", "native-tls-vendored"] }
2323
serde = { version = "1.0.147", features = ["derive"] }
2424
serde_json = "1.0.87"
25-
serde_with = "2.0.1"
25+
serde_with = "3.3.0"
2626
thiserror = "1.0.37"
2727
url = "2.3.1"
2828

0 commit comments

Comments
 (0)