Skip to content

Commit

Permalink
Merge pull request #1719 from h3poteto/renovate/serde-monorepo
Browse files Browse the repository at this point in the history
Update Rust crate serde to 1.0.217
  • Loading branch information
h3poteto authored Jan 8, 2025
2 parents 3dfb803 + fbedda7 commit 3b7d654
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -16,7 +16,7 @@ tauri-build = { version = "2.0.3", features = [] }

[dependencies]
serde_json = "1.0.135"
serde = { version = "1.0.216", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
tauri = { version = "2.1.1", features = ["image-png"] }
sqlx = { version = "0.8.2", features = ["runtime-tokio-rustls", "sqlite", "migrate"] }
tokio = { version = "1.42.0", features = ["full"] }
Expand Down

0 comments on commit 3b7d654

Please sign in to comment.