Skip to content

Commit b92dbe8

Browse files
committed
update chrono version to 0.4.23
1 parent e9d9ca9 commit b92dbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ crate-type = ["cdylib", "rlib"]
1515
[dependencies]
1616
bs58 = "0.4.0"
1717
bytemuck = "1.12.1"
18-
chrono = { version = "0.4.22", features = ["serde"] }
18+
chrono = { version = "0.4.23", features = ["serde"] }
1919
crossbeam-channel = "0.5.7"
2020
log = "0.4.17"
2121
openssl = { version = "0.10.42" }

0 commit comments

Comments
 (0)