Skip to content

Commit

Permalink
chore(deps): bump time from 0.3.34 to 0.3.36
Browse files Browse the repository at this point in the history
Bumps [time](https://github.com/time-rs/time) from 0.3.34 to 0.3.36.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.34...v0.3.36)

---
updated-dependencies:
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 27, 2024
1 parent 79dec46 commit b202df8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 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 @@ -24,7 +24,7 @@ tower-http = { version = "0.5.2", features = ["sensitive-headers", "trace", "uti
tower = "0.4.13"
validator = { version = "0.16.1", features = ["derive"] }
axum-valid = { version = "0.15.0", features = ["422", "into_json"] }
time = { version = "0.3.34", features = ["serde", "formatting"] }
time = { version = "0.3.36", features = ["serde", "formatting"] }

[dev-dependencies]
reqwest = { version = "0.12.4", features = ["json"] }
Expand Down

0 comments on commit b202df8

Please sign in to comment.