Skip to content

Commit

Permalink
chore(deps): bump axum-valid from 0.15.0 to 0.17.0
Browse files Browse the repository at this point in the history
Bumps [axum-valid](https://github.com/gengteng/axum-valid) from 0.15.0 to 0.17.0.
- [Release notes](https://github.com/gengteng/axum-valid/releases)
- [Changelog](https://github.com/gengteng/axum-valid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gengteng/axum-valid/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent 2d7b945 commit a88ab1b
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 5 deletions.
67 changes: 63 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ config = { version = "0.13.4", features = [] }
tower-http = { version = "0.5.2", features = ["sensitive-headers", "trace", "util", "request-id"] }
tower = "0.4.13"
validator = { version = "0.16.1", features = ["derive"] }
axum-valid = { version = "0.15.0", features = ["422", "into_json"] }
axum-valid = { version = "0.17.0", features = ["422", "into_json"] }
time = { version = "0.3.34", features = ["serde", "formatting"] }

[dev-dependencies]
Expand Down

0 comments on commit a88ab1b

Please sign in to comment.