Skip to content

Commit

Permalink
fix(deps): update rust crate app_dirs to 2.5.5 (#120)
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 May 1, 2024
1 parent c9eda26 commit 2691c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rrr_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version = "1.8"
features = ["v4", "fast-rng", "macro-diagnostics"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
app_dirs = { package = "app_dirs2", version = "2.5" }
app_dirs = { package = "app_dirs2", version = "2.5.5" }

[target.'cfg(target_arch = "wasm32")'.dependencies]
gloo-storage = "0.3"

0 comments on commit 2691c0c

Please sign in to comment.