Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to v1.0.135
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 8bed4f3 commit 546b5fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 ui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ crate-type = ["staticlib", "cdylib", "lib"]
tauri-build = { version = "=2.0.4", features = [] }

[dependencies]
serde_json = "=1.0.134"
serde_json = "=1.0.135"
serde = { version = "=1.0.217", features = ["derive"] }
tauri = { version = "=2.2.0", features = ["devtools"] }
tauri-plugin-os = "=2.2.0"
Expand Down

0 comments on commit 546b5fa

Please sign in to comment.