We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7110f0a commit a39db89Copy full SHA for a39db89
Cargo.toml
@@ -13,7 +13,7 @@ resolver = "2"
13
[workspace.dependencies]
14
worker = { path = "./worker" }
15
async-trait = "0.1.74"
16
-chrono = { version = "0.4.31", default-features = false, features = [
+chrono = { version = "0.4.35", default-features = false, features = [
17
"wasmbind",
18
] }
19
chrono-tz = { version = "0.8.4", default-features = false }
worker-sandbox/Cargo.toml
@@ -19,7 +19,7 @@ default = ["console_error_panic_hook"]
futures-channel.workspace = true
20
futures-util.workspace = true
21
blake2 = "0.10.6"
22
23
24
"clock",
25
0 commit comments