Skip to content

Commit

Permalink
chore: Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wormtql committed Apr 23, 2024
1 parent 46c629c commit 86e6d5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mona_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ console_error_panic_hook = { version = "0.1.7", optional = true }
web-sys = { version = "0.3.55", features = ["console"] }
getrandom = { version = "0.2", features = ["js"] }
num = "0.4"
num-derive = "0.3"
num-derive = "0.4.2"
num-traits = "0.2"
smallvec = "1.8.0"
askama = "0.11"
askama = "0.12"
askama_escape = "0.10.2"
strum = "0.23"
strum_macros = "0.23"
strum = "0.26"
strum_macros = "0.26"
rustc-hash = "1.1.0"
pest = "2.1.3"
pest_derive = "2.1.0"
Expand Down

0 comments on commit 86e6d5d

Please sign in to comment.