Skip to content

Commit

Permalink
fix(deps): update rust crate chrono to 0.4.38
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 18, 2024
1 parent 4d1a790 commit cda0bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools-frontend/crates/wasm-opslang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async-recursion = "*"
# all the `std::fmt` and `std::panicking` infrastructure, so isn't great for
# code size when deploying.
console_error_panic_hook = { version = "0.1.7", optional = true }
chrono = "0.4.31"
chrono = "0.4.38"
regex = "1.10.3"

[dev-dependencies]
Expand Down

0 comments on commit cda0bf3

Please sign in to comment.