Skip to content

Commit

Permalink
Merge pull request #1613 from h3poteto/renovate/serde_json-1.x
Browse files Browse the repository at this point in the history
Update Rust crate serde_json to 1.0.132
  • Loading branch information
h3poteto authored Oct 21, 2024
2 parents 963fadc + cf13f7b commit 47766f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.57"
tauri-build = { version = "1.5.4", features = [] }

[dependencies]
serde_json = "1.0.128"
serde_json = "1.0.132"
serde = { version = "1.0.210", features = ["derive"] }
tauri = { version = "1.7.2", features = ["api-all"] }
sqlx = { version = "0.8.2", features = ["runtime-tokio-rustls", "sqlite", "migrate"] }
Expand Down

0 comments on commit 47766f3

Please sign in to comment.