diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index 20fefc1ee..1f74897c4 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" exclude = ["test/fixture/**"] [dependencies] -serde_json = "1.0.44" +serde_json = "1.0.45" serde = "1.0" serde_derive = "1.0" rand = "0.7"