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 Jun 6, 2022
1 parent b62b97f commit 2acc61b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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
Expand Up @@ -52,7 +52,7 @@ sycamore = { version = "0.8.0-beta.6", features = ["ssr", "suspense"] }
# Error/exception handling
thiserror = "1.0.31"
# Time
time = { version = "0.2.7", features = ["serde", "std"] }
time = { version = "0.3.9", features = ["serde", "std"] }
# Backend async I/O functionality
tokio = { version = "1.19.1", features = ["full"] }
tokio-stream = "0.1.9"
Expand Down

0 comments on commit 2acc61b

Please sign in to comment.