Skip to content

Commit

Permalink
Bump time from 0.2.27 to 0.3.9 in /application
Browse files Browse the repository at this point in the history
Bumps [time](https://github.com/time-rs/time) from 0.2.27 to 0.3.9.
- [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.2.27...v0.3.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 10, 2022
1 parent ea436e7 commit 0a256bf
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
31 changes: 25 additions & 6 deletions application/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 application/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sqlx = { version = "0.5.13", features = [
] }
sycamore = { version = "0.7.1", features = ["ssr"] }
thiserror = "1.0.31"
time = { version = "0.2.7", features = ["serde", "std"] }
time = { version = "0.3.9", features = ["serde", "std"] }
tokio = { version = "1.18.2", features = ["full"] }
tokio-stream = "0.1.8"
tokio-test = "0.4.2"
Expand Down

0 comments on commit 0a256bf

Please sign in to comment.