Skip to content

Commit a39db89

Browse files
committed
use newest version
1 parent 7110f0a commit a39db89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resolver = "2"
1313
[workspace.dependencies]
1414
worker = { path = "./worker" }
1515
async-trait = "0.1.74"
16-
chrono = { version = "0.4.31", default-features = false, features = [
16+
chrono = { version = "0.4.35", default-features = false, features = [
1717
"wasmbind",
1818
] }
1919
chrono-tz = { version = "0.8.4", default-features = false }

worker-sandbox/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default = ["console_error_panic_hook"]
1919
futures-channel.workspace = true
2020
futures-util.workspace = true
2121
blake2 = "0.10.6"
22-
chrono = { version = "0.4.31", default-features = false, features = [
22+
chrono = { version = "0.4.35", default-features = false, features = [
2323
"wasmbind",
2424
"clock",
2525
] }

0 commit comments

Comments
 (0)