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.195
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2024
1 parent ab2a98f commit 4224500
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
44 changes: 22 additions & 22 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.195", features = ["derive"] }
tauri = { version = "=1.4.1", features = ["process-command-api", "shell-sidecar", "window-set-fullscreen"] }

[features]
Expand Down

0 comments on commit 4224500

Please sign in to comment.