Skip to content

Commit 3d86236

Browse files
Bump time from 0.3.24 to 0.3.25 (#1139)
Bumps [time](https://github.com/time-rs/time) from 0.3.24 to 0.3.25. - [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.24...v0.3.25) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2bb1321 commit 3d86236

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ serde_yaml = "0.9.25"
4646
# TODO With the new value parsers, we're really close to being able to eliminate
4747
# the strum dependency
4848
strum = { version = "0.25.0", features = ["derive"] }
49-
time = { version = "0.3.24", features = ["formatting"] }
49+
time = { version = "0.3.25", features = ["formatting"] }
5050
time-humanize = { version = "0.1.3", features = ["time"] }
5151
tokei = "12.1.2"
5252
typetag = "0.2"

0 commit comments

Comments
 (0)