From af24127e122e57b721467415039fcf5c3c9158f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:24:08 +0000 Subject: [PATCH] Bump sentry-actix from 0.34.0 to 0.35.0 Bumps [sentry-actix](https://github.com/getsentry/sentry-rust) from 0.34.0 to 0.35.0. - [Release notes](https://github.com/getsentry/sentry-rust/releases) - [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-rust/compare/0.34.0...0.35.0) --- updated-dependencies: - dependency-name: sentry-actix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- svanill-vault-server/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02cc00b..d40f195 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2867,13 +2867,13 @@ dependencies = [ [[package]] name = "sentry-actix" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e461c7d3a46d298b5ffc66127c1f16454dd11d3d89fcfb21023cd499d82b9a78" +checksum = "c8c2610e32ab81cc376b6b4310101cff6636063b12f3f993884d0a8ec81c6187" dependencies = [ "actix-web", "futures-util", - "sentry-core 0.34.0", + "sentry-core 0.35.0", ] [[package]] @@ -2917,13 +2917,13 @@ dependencies = [ [[package]] name = "sentry-core" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "161283cfe8e99c8f6f236a402b9ccf726b201f365988b5bb637ebca0abbd4a30" +checksum = "f9f8b6dcd4fbae1e3e22b447f32670360b27e31b62ab040f7fb04e0f80c04d92" dependencies = [ "once_cell", "rand", - "sentry-types 0.34.0", + "sentry-types 0.35.0", "serde", "serde_json", ] @@ -2969,9 +2969,9 @@ dependencies = [ [[package]] name = "sentry-types" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d68cdf6bc41b8ff3ae2a9c4671e97426dcdd154cc1d4b6b72813f285d6b163f" +checksum = "a71ed3a389948a6a6d92b98e997a2723ca22f09660c5a7b7388ecd509a70a527" dependencies = [ "debugid", "hex", diff --git a/svanill-vault-server/Cargo.toml b/svanill-vault-server/Cargo.toml index 9ad5d86..1468664 100644 --- a/svanill-vault-server/Cargo.toml +++ b/svanill-vault-server/Cargo.toml @@ -34,7 +34,7 @@ hmac = "0.12.1" sha2 = "0.10.8" color-backtrace = "0.6.1" reqwest = { version = "0.11.27", default-features = false, features = ["blocking", "gzip", "multipart", "json", "rustls-tls", "rustls-tls-webpki-roots"] } -sentry-actix = "0.34.0" +sentry-actix = "0.35.0" async-trait = "0.1.83" aws-config = "1.1.4" aws-credential-types = "1.2.1"