diff --git a/Cargo.lock b/Cargo.lock index e5f3240..b55d995 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2145,9 +2145,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.136" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "336a0c23cf42a38d9eaa7cd22c7040d04e1228a19a933890805ffd00a16437d2" +checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 5d4f23e..84648e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ reqwest = {version = "0.12.12", features = ["json", "rustls-tls", "gzip", "brotl rocket = {git = "https://github.com/SergioBenitez/Rocket"} rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]} serde = {version = "1.0.217", features = ["derive"]} -serde_json = "1.0.136" +serde_json = "1.0.137" tokio = {version = "1.43.0", features = ["full"]}