diff --git a/Cargo.lock b/Cargo.lock index c4f9943..76c62fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3161,9 +3161,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.137" +version = "1.0.138" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" +checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 6d8b936..45cf531 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ rustyline = { version = "15.0.0" } rust-s3 = { version = "0.35.1" } scraper = { version = "0.22.0" } serde = { version = "1.0", features = ["derive"] } -serde_json = { version = "1.0.137", features = ["raw_value"] } +serde_json = { version = "1.0.138", features = ["raw_value"] } serde_repr = { version = "0.1.19" } sqlx = { version = "0.6.3", features = ["chrono", "postgres", "runtime-actix-native-tls", "sqlite"] } time = { version = "0.3.37" } # Consider removing once another dependency updates time (https://github.com/time-rs/time/issues/681)