Skip to content

Commit

Permalink
fix(deps): update rust crate chrono to 0.4.35
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent beb7700 commit e087a56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tmtc-c2a/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.35"
regex = "1.10.3"

[dev-dependencies]
Expand Down

0 comments on commit e087a56

Please sign in to comment.