Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies to 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 30, 2024
1 parent a431799 commit 9689ca9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 38 deletions.
58 changes: 22 additions & 36 deletions server/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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json", "fm
tracing = "0.1.40"
tracing-log = { version = "0.2.0", features = ["std", "log-tracer", "interest-cache"] }
tracing-actix-web = "0.7.11"
sentry = { version = "0.34.0", features = ["tracing", "metrics", "backtrace", "contexts", "debug-images", "panic", "reqwest", "rustls"] }
sentry-actix = "0.34.0"
sentry = { version = "0.35.0", features = ["tracing", "metrics", "backtrace", "contexts", "debug-images", "panic", "reqwest", "rustls"] }
sentry-actix = "0.35.0"

# errors
anyhow = { version = "1.0.86", features = ["backtrace"] }
Expand Down

0 comments on commit 9689ca9

Please sign in to comment.