Skip to content

Commit 4058176

Browse files
Bump chrono from 0.4.39 to 0.4.40
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.39 to 0.4.40. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.39...v0.4.40) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0ae8b82 commit 4058176

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

Cargo.lock

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

fortanix-vme/aws-nitro-enclaves/nitro-attestation-verify/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pkix = ">=0.1.2, <0.3.0"
1717
yasna = { version = "0.4", features = ["num-bigint"] }
1818

1919
[dev-dependencies]
20-
chrono = "0.4.0"
20+
chrono = "0.4.40"
2121
pkix = ">=0.1.2, <0.3.0"
2222
lazy_static = "1.3.0"
2323

intel-sgx/pcs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ categories = ["os", "hardware-support"]
1919

2020

2121
[dependencies]
22-
chrono = { version = "0.4.39", features = ["now"] }
22+
chrono = { version = "0.4.40", features = ["now"] }
2323
dcap-ql = { version = "0.4.0", path = "../dcap-ql", default-features = false }
2424
sgx-isa = { version = "0.4.1", path = "../sgx-isa", default-features = true }
2525
pkix = "0.2.0"

0 commit comments

Comments
 (0)