From dfac3f06c74b938bf64b00c57d3cd6b53895c581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 22:10:52 +0000 Subject: [PATCH] Update sentry-tower requirement from 0.27.0 to 0.29.2 Updates the requirements on [sentry-tower](https://github.com/getsentry/sentry-rust) to permit the latest version. - [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.27.0...0.29.2) --- updated-dependencies: - dependency-name: sentry-tower dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 17861cd..897a283 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ jsonwebtoken = "8.1.0" parking_lot = "0.12.1" reqwest = "0.11.10" secrecy = "0.8.0" -sentry-tower = { version = "0.27.0", features = ["http"] } +sentry-tower = { version = "0.29.2", features = ["http"] } serde = { version = "1.0.137", features = ["derive"] } serde_json = "1.0.81" sha2 = "0.10.2"