diff --git a/Cargo.lock b/Cargo.lock index 65ac7cd1..ee5c181c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5644,9 +5644,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.139" +version = "1.0.140" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6" +checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" dependencies = [ "itoa", "memchr", diff --git a/piggui/Cargo.toml b/piggui/Cargo.toml index f110701f..51c5f1f8 100644 --- a/piggui/Cargo.toml +++ b/piggui/Cargo.toml @@ -49,7 +49,7 @@ lyon_algorithms = { version = "1.0", default-features = false } async-std = "1.13" webbrowser = { version = "1.0", default-features = false } iced_aw = { version = "0.12", default-features = false, features = ["menu"] } -serde_json = { version = "1.0.139", default-features = false, features = ["std"] } +serde_json = { version = "1.0.140", default-features = false, features = ["std"] } iroh = { version = "0.33.0", default-features = false, optional = true } mdns-sd = { version = "0.13.2", default-features = false, features = ["async"], optional = true } diff --git a/piglet/Cargo.toml b/piglet/Cargo.toml index 6d667bef..3e82906e 100644 --- a/piglet/Cargo.toml +++ b/piglet/Cargo.toml @@ -44,7 +44,7 @@ log = { version = "0.4.26", default-features = false } sysinfo = { version = "0.33", default-features = false, features = ["system"] } service-manager = { version = "0.8.0", default-features = false } clap = { version = "4.5.31", default-features = false, features = ["std", "help", "error-context"] } -serde_json = { version = "1.0.139", default-features = false, features = ["std"] } +serde_json = { version = "1.0.140", default-features = false, features = ["std"] } iroh = { version = "0.33.0", default-features = false, optional = true } portpicker = { version = "0.1.1", default-features = false, optional = true }