Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 12ade34

Browse files
authoredMar 31, 2025··
fix(deps): bump time from 0.3.40 to 0.3.41
Bumps [time](https://github.com/time-rs/time) from 0.3.40 to 0.3.41. - [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.40...v0.3.41) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9dc5739 commit 12ade34

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed
 

‎Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ strum = { version = "0.27.1", features = ["derive"] }
134134
sysinfo = "0.32.0"
135135
thiserror = "2.0.12"
136136
tempfile = "3.18.0"
137-
time = { version = "0.3.39", features = [
137+
time = { version = "0.3.41", features = [
138138
"parsing",
139139
"formatting",
140140
"local-offset",

0 commit comments

Comments
 (0)
Please sign in to comment.