diff --git a/Cargo.lock b/Cargo.lock index 04ed1f4..f33bc8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2127,9 +2127,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.134" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" +checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" dependencies = [ "itoa 1.0.6", "memchr", diff --git a/examples/test-api/Cargo.toml b/examples/test-api/Cargo.toml index 776da64..b5a3a3e 100644 --- a/examples/test-api/Cargo.toml +++ b/examples/test-api/Cargo.toml @@ -10,5 +10,5 @@ version = "0.2.15" rand = "0.8.5" rocket = {version = "0.5.1", features = ["json"]} serde = {version = "1.0.217", features = ["derive"]} -serde_json = "1.0.134" +serde_json = "1.0.135" uuid = {version = "1.11.0", features = ["v4"]} diff --git a/fatigue/Cargo.toml b/fatigue/Cargo.toml index 09bc0a0..167c48a 100644 --- a/fatigue/Cargo.toml +++ b/fatigue/Cargo.toml @@ -21,6 +21,6 @@ libfatigue = { path = "../libfatigue", version = "0.2.15" } num-format = "0.4.4" prettytable-rs = "0.10.0" serde = "1.0.217" -serde_json = "1.0.134" +serde_json = "1.0.135" thiserror = "2.0.9" tokio = { version = "1.42.0", features = ["full"] } diff --git a/libfatigue/Cargo.toml b/libfatigue/Cargo.toml index d05ea41..c5e5368 100644 --- a/libfatigue/Cargo.toml +++ b/libfatigue/Cargo.toml @@ -22,7 +22,7 @@ num_cpus = "1.16.0" petname = "1.1.2" reqwest = { version = "0.12.12", features = ["json"] } serde = { version = "1.0.217", features = ["derive"] } -serde_json = "1.0.134" +serde_json = "1.0.135" serde_yaml = "0.9.34" thiserror = "2.0.9" tokio = { version = "1.42.0", features = ["full"] }