Skip to content

Commit c1e52f4

Browse files
dependabot[bot]Xynnn007
authored andcommitted
build(deps): bump time from 0.3.39 to 0.3.40
Bumps [time](https://github.com/time-rs/time) from 0.3.39 to 0.3.40. - [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.39...v0.3.40) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f7f88c5 commit c1e52f4

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

Cargo.lock

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

attestation-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ sha2.workspace = true
5959
shadow-rs.workspace = true
6060
strum.workspace = true
6161
tempfile.workspace = true
62-
time = { version = "0.3.37", features = ["std"] }
62+
time = { version = "0.3.40", features = ["std"] }
6363
thiserror.workspace = true
6464
tokio.workspace = true
6565
tonic = { workspace = true, optional = true }

kbs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ serde_json.workspace = true
7474
strum.workspace = true
7575
tempfile.workspace = true
7676
thiserror.workspace = true
77-
time = { version = "0.3.37", features = ["std"] }
77+
time = { version = "0.3.40", features = ["std"] }
7878
tokio.workspace = true
7979
tonic = { workspace = true, optional = true }
8080
uuid = { version = "1.2.2", features = ["serde", "v4"] }

0 commit comments

Comments
 (0)