Skip to content

Commit 95a4509

Browse files
fix(deps): bump time from 0.3.41 to 0.3.44
Bumps [time](https://github.com/time-rs/time) from 0.3.41 to 0.3.44. - [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.41...v0.3.44) --- updated-dependencies: - dependency-name: time dependency-version: 0.3.44 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0261ec2 commit 95a4509

File tree

2 files changed

+24
-14
lines changed

2 files changed

+24
-14
lines changed

Cargo.lock

Lines changed: 23 additions & 13 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
@@ -108,7 +108,7 @@ syntect = "5.2.0"
108108
sysinfo = "0.33.1"
109109
tempfile = "3.18.0"
110110
thiserror = "2.0.12"
111-
time = { version = "0.3.39", features = ["parsing", "formatting", "local-offset", "macros", "serde"] }
111+
time = { version = "0.3.44", features = ["parsing", "formatting", "local-offset", "macros", "serde"] }
112112
tokio = { version = "1.45.0", features = ["full"] }
113113
tokio-tungstenite = "0.26.2"
114114
tokio-util = { version = "0.7.15", features = ["codec", "compat"] }

0 commit comments

Comments
 (0)