Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

fix(deps): update rust crate sentry to 0.30.0 #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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.30.0"
reqwest = { version = "0.11", features = ["json"] }
ansi_term = "*"
chrono = "*"
Expand Down