Skip to content

Commit

Permalink
build(deps): bump time from 0.3.23 to 0.3.28
Browse files Browse the repository at this point in the history
Bumps [time](https://github.com/time-rs/time) from 0.3.23 to 0.3.28.
- [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.23...v0.3.28)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ttys3 committed Sep 5, 2023
1 parent cad5018 commit 0ac7516
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
27 changes: 17 additions & 10 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 @@ -30,7 +30,7 @@ mime_guess = "2.0.4"
mime = "0.3.17"
base64 = "0.21.2"
percent-encoding = "2.3.0"
time = { version = "0.3.23", features = ["formatting"] }
time = { version = "0.3.28", features = ["formatting"] }
clap = { version = "4.3.19", features = ["derive"] }
axum-macros = { git = "https://github.com/tokio-rs/axum.git", branch = "main"}

Expand Down

0 comments on commit 0ac7516

Please sign in to comment.