Skip to content

Commit

Permalink
Bump time from 0.3.27 to 0.3.29
Browse files Browse the repository at this point in the history
Bumps [time](https://github.com/time-rs/time) from 0.3.27 to 0.3.29.
- [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.27...v0.3.29)

---
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 Oct 11, 2023
1 parent 02aef4b commit 701a963
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ subtle = { version = "2.5.0" }
syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.32", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
textwrap = { version = "0.16.0" }
time = { version = "0.3.27", features = ["formatting", "local-offset", "macros", "parsing"] }
time = { version = "0.3.29", features = ["formatting", "local-offset", "macros", "parsing"] }
tokio = { version = "1.32.0", features = ["full", "test-util"] }
tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
tokio-stream = { version = "0.1.14", features = ["net"] }
Expand Down Expand Up @@ -192,7 +192,7 @@ subtle = { version = "2.5.0" }
syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.32", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
textwrap = { version = "0.16.0" }
time = { version = "0.3.27", features = ["formatting", "local-offset", "macros", "parsing"] }
time = { version = "0.3.29", features = ["formatting", "local-offset", "macros", "parsing"] }
time-macros = { version = "0.2.13", default-features = false, features = ["formatting", "parsing"] }
tokio = { version = "1.32.0", features = ["full", "test-util"] }
tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
Expand Down

0 comments on commit 701a963

Please sign in to comment.