diff --git a/Cargo.lock b/Cargo.lock index 5f87a93..030b884 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2380,9 +2380,9 @@ dependencies = [ [[package]] name = "sentry-actix" -version = "0.24.2" +version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94f2a116b45ad9d8bbda3c581b8bc2ffdc58cfc22bec0532ca7b4d4108959418" +checksum = "9e02e7b8ad2bb659e31aab3330d20ac821b60906edf8d7eee5db1bcc15e59084" dependencies = [ "actix-web 3.3.3", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 2fadf16..4c2d1f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ openssl = { version = "0.10.38", features = ["vendored"] } pg_bigdecimal = "0.1.4" postgres-types = { version = "0.2.2", features = ["derive"]} sentry = "0.24.3" -sentry-actix = "0.24.2" +sentry-actix = "0.24.3" serde = { version = "1.0.136", features = ["derive"] } tokio-postgres = { version = "0.7.5", features = ["with-chrono-0_4"]} yaml-rust = "0.4.5"