From a51e7094a7b0f3d5e18e81197e5484bd990fa3f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 12:00:28 +0000 Subject: [PATCH] fix(deps): update rust crate sentry to 0.27.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63c834a..9dbad90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ log = "0.4.17" serde = "1.0.137" toml = "0.5.9" once_cell = "1.12.0" -sentry = "0.26.0" +sentry = "0.27.0" reqwest = { version = "0.11", features = ["json"] } ansi_term = "*" chrono = "*"