Skip to content

Commit 863b1f0

Browse files
authored
Merge pull request #716 from fortanix/dependabot/cargo/chrono-0.4.40
Bump chrono from 0.4.39 to 0.4.40
2 parents 44a5253 + 4058176 commit 863b1f0

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

Cargo.lock

+9-3
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)