Skip to content

Commit 759f607

Browse files
chore(deps): bump serde_with from 3.10.0 to 3.11.0
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.10.0 to 3.11.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac13013 commit 759f607

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ reqwest = { version = "0.12.8", features = ["json", "native-tls-vendored", "gzip
5656
reqwest-middleware = "0.3.3"
5757
serde = { version = "1.0.210", features = ["derive"] }
5858
serde_json = { version = "1.0.128" }
59-
serde_with = { version = "3.10.0", features = ["json"] }
59+
serde_with = { version = "3.11.0", features = ["json"] }
6060
sqlbuilder = { path = "sqlbuilder" }
6161
thiserror = { version = "1.0.64" }
6262
tokio = { version = "1.40.0", features = ["full"] }

0 commit comments

Comments
 (0)