Skip to content

Commit

Permalink
chore(deps): bump serde_with from 3.9.0 to 3.11.0 in /webapp/native (#…
Browse files Browse the repository at this point in the history
…1328)

Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.9.0 to 3.11.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.9.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 4e27753 commit ee3805f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions webapp/native/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webapp/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sysinfo = { version = "0.32.0", features = ["apple-app-store"] }
dirs = "5.0.1"
reqwest = { version = "0.12.8", features = ["json", "stream"] }
chrono = "0.4.38"
serde_with = { version = "3.9.0", features = ["json"] }
serde_with = { version = "3.11.0", features = ["json"] }
uuid = { version = "1.10.0", features = ["v4"] }
void = "1.0.2"
thiserror = "1.0.64"
Expand Down

0 comments on commit ee3805f

Please sign in to comment.