Skip to content

Commit

Permalink
fix(deps): update rust crate log to 0.4.21 (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 10, 2024
1 parent 962b752 commit d5dec4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dioxus = { version = "0.5.1", features = ["web", "router"] }
dioxus-logger = { version = "0.4.1" }
dioxus-sdk = { version = "0.5.0", features = ["storage"] }
getrandom = { version = "0.2.14", features = ["js"] }
log = { version = "0.4.19" }
log = { version = "0.4.21" }
manganis = { version = "0.2.2" }
reqwest = { version = "0.12.3" }
url = { version = "2.5.0", features = ["serde"] }

0 comments on commit d5dec4a

Please sign in to comment.