Skip to content

Commit

Permalink
build(deps): bump serde_qs from 0.12.0 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [serde_qs](https://github.com/samscott89/serde_qs) from 0.12.0 to 0.13.0.
- [Changelog](https://github.com/samscott89/serde_qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/samscott89/serde_qs/commits)

---
updated-dependencies:
- dependency-name: serde_qs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and QuantumDancer committed May 6, 2024
1 parent 837a5fb commit 256395c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
17 changes: 2 additions & 15 deletions 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 auditor-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ thiserror = "1"
tokio = { version = "1", features = ["time"] }
#color-eyre = "0.6.2"
serde = { version = "1", features = ["derive"] }
serde_qs = { version = "0.12.0", features = ["actix4"] }
serde_qs = { version = "0.13.0", features = ["actix4"] }
anyhow = "1.0.0"
bincode = "1.3.3"

Expand Down

0 comments on commit 256395c

Please sign in to comment.