Skip to content

Commit

Permalink
use newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoZweifel committed Mar 10, 2024
1 parent 7110f0a commit a39db89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resolver = "2"
[workspace.dependencies]
worker = { path = "./worker" }
async-trait = "0.1.74"
chrono = { version = "0.4.31", default-features = false, features = [
chrono = { version = "0.4.35", default-features = false, features = [
"wasmbind",
] }
chrono-tz = { version = "0.8.4", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion worker-sandbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default = ["console_error_panic_hook"]
futures-channel.workspace = true
futures-util.workspace = true
blake2 = "0.10.6"
chrono = { version = "0.4.31", default-features = false, features = [
chrono = { version = "0.4.35", default-features = false, features = [
"wasmbind",
"clock",
] }
Expand Down

0 comments on commit a39db89

Please sign in to comment.