Skip to content

Commit cc54ab4

Browse files
chore(deps): bump time from 0.3.42 to 0.3.43
Bumps [time](https://github.com/time-rs/time) from 0.3.42 to 0.3.43. - [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.42...v0.3.43) --- updated-dependencies: - dependency-name: time dependency-version: 0.3.43 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b0437e commit cc54ab4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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
@@ -40,7 +40,7 @@ rand = "0.8.5"
4040
sha2 = "0.10.9"
4141
sha3 = "0.10.2"
4242
thiserror = "2.0.15"
43-
time = "0.3.41"
43+
time = "0.3.43"
4444
tokio = { version = "1.47.0", features = ["time"] }
4545
tonic = "0.12.3"
4646
tinystr = { version = "0.7.0", default-features = false }

tck/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ once_cell = "1.21.3"
2121
futures-util = "0.3.31"
2222
serde_json = {version = "1.0.141", features = ["raw_value"] }
2323
serde = { version = "1.0.219", features = ["derive"] }
24-
time = "0.3.41"
24+
time = "0.3.43"
2525
hex = "0.4.3"
2626
hex-literal = "1.0.0"
2727

0 commit comments

Comments
 (0)