Skip to content

Commit

Permalink
Bump time from 0.3.31 to 0.3.34
Browse files Browse the repository at this point in the history
Bumps [time](https://github.com/time-rs/time) from 0.3.31 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.31...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 Feb 6, 2024
1 parent 898fe4e commit 8704b1c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 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 @@ -56,7 +56,7 @@ reqwest = { version = "0.11.24", features = ["json"] }
serde = { version = "1.0.196", features = ["derive"] }
shadow-rs = { version = "0.26.1", optional = true }
thiserror = "1.0.56"
time = { version = "0.3.31", features = ["serde"] }
time = { version = "0.3.34", features = ["serde"] }
tokio = { version = "1.36.0", features = ["full"], optional = true }
tower-http = { version = "0.5.1", features = ["fs"], optional = true }
tz-rs = "0.6.14"
Expand Down

0 comments on commit 8704b1c

Please sign in to comment.