From bf37ab93a10d83aee93565b831daf6bd97b880fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 17:06:43 +0300 Subject: [PATCH] Update Rust crate sentry to 0.31.7 (#57) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02ee274..375662c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -sentry = "0.30.0" +sentry = "0.31.7" rocket = { version = "0.5.0-rc.2", default-features = false } log = "0.4.17" serde = "1.0.137"