Skip to content

Commit

Permalink
Merge pull request #1164 from SierraSoftworks/dependabot/cargo/sentry…
Browse files Browse the repository at this point in the history
…-0.33.0

chore(deps): Bump sentry from 0.32.3 to 0.33.0
  • Loading branch information
notheotherben authored May 28, 2024
2 parents 3a8dc8d + c567a5c commit 6075da3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
28 changes: 20 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ once_cell = "1.19"
rpassword = { version = "7.3", optional = true }
reqwest = { version = "0.11.27", default-features = false, features = ["rustls-tls", "json", "stream"] }
semver = "1.0"
sentry = { version = "0.32", default-features = false, features = ["reqwest", "log", "rustls"] }
sentry = { version = "0.33", default-features = false, features = ["reqwest", "log", "rustls"] }
serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"
serde_yaml = "0.9"
Expand All @@ -46,7 +46,7 @@ trust-dns-resolver = { version = "0.23", features = ["tokio-runtime"] }
[dev-dependencies]
mockall = "0.12.1"
tempfile = "3.10"
sentry = { version = "0.32", default-features = false, features = ["reqwest", "rustls", "log", "test"] }
sentry = { version = "0.33", default-features = false, features = ["reqwest", "rustls", "log", "test"] }

[features]
default = ["auth"]
Expand Down

0 comments on commit 6075da3

Please sign in to comment.