Skip to content

Commit

Permalink
Merge pull request #235 from arkedge/renovate/sentry
Browse files Browse the repository at this point in the history
Update Sentry to 0.34
  • Loading branch information
KOBA789 authored Jun 6, 2024
2 parents d2d5108 + 1306dc1 commit 81f6b9b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 65 deletions.
88 changes: 25 additions & 63 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 tmtc-c2a/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ tonic-reflection = "0.11"
tonic-web = "0.11"
axum = { version = "0.6", default-features = false, features = ["http1", "tokio"] }
mime_guess = "2.0.4"
sentry = { version = "0.32", default-features = false, features = ["backtrace", "contexts", "panic", "rustls", "reqwest"] }
sentry-tracing = "0.32"
sentry = { version = "0.34", default-features = false, features = ["backtrace", "contexts", "panic", "rustls", "reqwest"] }
sentry-tracing = "0.34"
tlmcmddb = "2.5.1"
structpack.workspace = true
gaia-ccsds-c2a.workspace = true
Expand Down

0 comments on commit 81f6b9b

Please sign in to comment.