Skip to content

Commit 143fe1f

Browse files
fix(deps): update rust crate sentry to 0.46.0
1 parent 481291a commit 143fe1f

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env_logger = "0.11.8"
2222
dotenv = { version = "0.15.0", optional = true }
2323
matrix-sdk = { version = "0.14.0", optional = true, default-features = false, features = ["native-tls", "markdown"] }
2424
pulldown-cmark = { version = "0.13.0", optional = true }
25-
sentry = { version = "0.45.0", optional = true, features = ["anyhow"] }
25+
sentry = { version = "0.46.0", optional = true, features = ["anyhow"] }
2626

2727
[features]
2828
default = []

0 commit comments

Comments
 (0)