Skip to content

Commit

Permalink
Bump time from 0.3.20 to 0.3.31 in /lean
Browse files Browse the repository at this point in the history
Bumps [time](https://github.com/time-rs/time) from 0.3.20 to 0.3.31.
- [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.20...v0.3.31)

---
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 Jan 1, 2024
1 parent 10d73ca commit 77ce236
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 11 deletions.
37 changes: 27 additions & 10 deletions lean/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 lean/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["fmt", "env-filter"] }
sqlx = { version = "0.7.3", features = ["runtime-tokio-rustls", "postgres", "time", "json"] }
dotenvy = "0.15.7"
time = { version = "0.3.20", features = ["formatting"] }
time = { version = "0.3.31", features = ["formatting"] }
anyhow = "1.0.70"
serde = { version = "1.0.160", features = ["derive"] }
thiserror = "1.0.40"
Expand Down

0 comments on commit 77ce236

Please sign in to comment.