Skip to content

Commit

Permalink
Bump serde_with from 3.5.1 to 3.6.0 in /quickwit (#4488)
Browse files Browse the repository at this point in the history
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.5.1 to 3.6.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.5.1...v3.6.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 Jan 31, 2024
1 parent d6befed commit 0e19bb4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions quickwit/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 quickwit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ sea-query-binder = { version = "0", features = [
serde = { version = "1.0.184", features = ["derive", "rc"] }
serde_json = "1.0"
serde_qs = { version = "0.12", features = ["warp"] }
serde_with = "3.5.0"
serde_with = "3.6.0"
serde_yaml = "0.9"
siphasher = "0.3"
sqlx = { version = "0.7", features = [
Expand Down

0 comments on commit 0e19bb4

Please sign in to comment.