diff --git a/core/tauri-utils/Cargo.toml b/core/tauri-utils/Cargo.toml index b88c3aa9d..2bebe98f5 100644 --- a/core/tauri-utils/Cargo.toml +++ b/core/tauri-utils/Cargo.toml @@ -23,14 +23,14 @@ html5ever = "0.25" proc-macro2 = { version = "1", optional = true } quote = { version = "1", optional = true } schemars = { version = "0.8", features = [ "url" ], optional = true } -serde_with = "1" +serde_with = "2" aes-gcm = { version = "0.10", optional = true } getrandom = { version = "0.2", optional = true, features = [ "std" ] } serialize-to-javascript = { version = "=0.1.1", optional = true } ctor = "0.1" json5 = { version = "0.4", optional = true } toml = { version = "0.5", optional = true } -json-patch = "0.3" +json-patch = "1.0" glob = { version = "0.3", optional = true } walkdir = { version = "2", optional = true } memchr = "2"