Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
fix(deps): update rust crate serde to v1.0.190
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2023
1 parent ab2a98f commit d87b34a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 11 WA-GawrBot-UI/src-tauri/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 11 WA-GawrBot-UI/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tauri-build = { version = "=1.4.0", features = [] }

[dependencies]
serde_json = "=1.0.105"
serde = { version = "=1.0.185", features = ["derive"] }
serde = { version = "=1.0.190", features = ["derive"] }
tauri = { version = "=1.4.1", features = ["process-command-api", "shell-sidecar", "window-set-fullscreen"] }

[features]
Expand Down

0 comments on commit d87b34a

Please sign in to comment.