diff --git a/Cargo.lock b/Cargo.lock index 5cad3a7..2c17ccb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1551,9 +1551,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.140" +version = "1.0.142" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" +checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7" dependencies = [ "itoa", "memchr", diff --git a/crates/lictl/Cargo.toml b/crates/lictl/Cargo.toml index 3fd1dd6..e92c1ac 100644 --- a/crates/lictl/Cargo.toml +++ b/crates/lictl/Cargo.toml @@ -21,7 +21,7 @@ keyring = { version = "3.6.2" } rand = "0.8.5" reqwest = { version = "0.12.15", features = ["json"] } serde = { workspace = true } -serde_json = "1.0.140" +serde_json = "1.0.142" sha2 = "0.10.8" tokio = { version = "1.47.1", features = ["macros", "rt", "rt-multi-thread"] } url = "2.5.0"