Skip to content

Commit ae027d0

Browse files
authored
Update chrono dependency (#726)
Signed-off-by: Patrik Stas <[email protected]> Signed-off-by: Patrik Stas <[email protected]>
1 parent 0fb6f28 commit ae027d0

File tree

4 files changed

+117
-8
lines changed

4 files changed

+117
-8
lines changed

Cargo.lock

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

aries_vcx/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bs58 = "0.4.0"
2525
async-trait = "0.1.53"
2626
env_logger = "0.9.0"
2727
log = "0.4.16"
28-
chrono = "0.4.19"
28+
chrono = "0.4.23"
2929
time = "0.1.44"
3030
lazy_static = "1.3"
3131
rand = "0.7.3"

libvcx/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ once_cell = { version = "1.15" }
2525
cfg-if = { version = "1.0" }
2626
env_logger = "0.9.0"
2727
log = "0.4.16"
28-
chrono = "0.4.19"
28+
chrono = "0.4.23"
2929
time = "0.1.44"
3030
lazy_static = "1.3"
31-
libc = "=0.2.114"
31+
libc = "=0.2.139"
3232
rand = "0.7.3"
3333
serde = "1.0.97"
3434
serde_json = "1.0.40"

messages/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test_utils = [ "diddoc/test_utils" ]
1313
general_test = ["test_utils"]
1414

1515
[dependencies]
16-
chrono = "0.4.19"
16+
chrono = "0.4.23"
1717
time = "0.1.36"
1818
lazy_static = "1.3"
1919
serde = "1.0.97"

0 commit comments

Comments
 (0)