Skip to content

Commit

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

---
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 Mar 1, 2024
1 parent 2b16757 commit f74d76d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.18", features = ["fmt", "env-filter"] }
sqlx = { version = "0.7.3", features = ["runtime-tokio-rustls", "postgres", "time", "json"] }
dotenvy = "0.15.7"
time = { version = "0.3.32", features = ["formatting"] }
time = { version = "0.3.34", features = ["formatting"] }
anyhow = "1.0.70"
serde = { version = "1.0.196", features = ["derive"] }
thiserror = "1.0.53"
Expand Down

0 comments on commit f74d76d

Please sign in to comment.