From 85ca14a5d3c540c50ed1edc1125ff9276f70719f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 25 Jan 2023 16:01:30 +0000 Subject: [PATCH] fix(deps): update rust crate sentry-actix to 0.29.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df856dc..34446c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1734,9 +1734,9 @@ dependencies = [ [[package]] name = "sentry-actix" -version = "0.29.1" +version = "0.29.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c832f99bbda819c89ce700fba806ff4def97d6bdff59d15b5c898bfaf54a956" +checksum = "cb6546964a8f825f1b19249167362f3c36d4c7eaaa4d816cc93478b2fc072eca" dependencies = [ "actix-web", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 7d30303..6ef0c7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ openssl = { version = "0.10.45", features = ["vendored"] } pg_bigdecimal = "0.1.5" postgres-types = { version = "0.2.4", features = ["derive"]} sentry = "0.29.2" -sentry-actix = "0.29.1" +sentry-actix = "0.29.2" serde = { version = "1.0.152", features = ["derive"] } tokio-postgres = { version = "0.7.7", features = ["with-chrono-0_4"]} yaml-rust = "0.4.5"