diff --git a/Cargo.lock b/Cargo.lock index 92f5846..615b666 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2698,9 +2698,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.115" +version = "1.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" +checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" dependencies = [ "indexmap 2.2.6", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 5c3bda5..9f4007a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ ractor = {git = "https://github.com/slawlor/ractor", rev = "26a01d69e1d83a6d6f1c regex = "1.10.4" reqwest = "0.12.3" serde = { version = "1.0.200", features = ["derive"] } -serde_json = "1.0.115" +serde_json = "1.0.117" slack-morphism = { version = "2.1.0", features = ["axum"] } tokio = { version = "1.37.0", features = ["full"] } tokio-util = { version = "0.7.10", features = ["rt"] }