Skip to content

Commit

Permalink
Merge pull request #140 from mvlabat/dependabot/cargo/sentry-0.29.1
Browse files Browse the repository at this point in the history
Bump sentry from 0.26.0 to 0.29.1
  • Loading branch information
vladbat00 authored Jan 6, 2023
2 parents 8c39fab + ac8a6e4 commit eb0b036
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 99 deletions.
112 changes: 16 additions & 96 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion bins/desktop_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mr_client_lib = { path = "../../libs/client_lib", features = ["profiler"] }
mr_utils_lib = { path = "../../libs/utils_lib", features = ["bevy_logging"] }

bevy = "0.9.1"
sentry = "0.26.0"
sentry = "0.29.1"
bevy_puffin = "0.3"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion bins/persistence/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ headers = "0.3.5"
jwt-compact = { version = "0.6", features = ["std", "clock", "with_rsa"], default-features = false }
log = "0.4.17"
reqwest = { version = "0.11.11", features = ["json"] }
sentry = "0.26.0"
sentry = "0.29.1"
serde = "1.0"
serde_derive = "1.0.133"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion bins/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mr_utils_lib = { path = "../../libs/utils_lib", features = ["bevy_logging"] }

bevy = { version = "0.9.1", default-features = false }
rymder = { version = "0.6.0", features = ["player-tracking"] }
sentry = "0.26.0"
sentry = "0.29.1"
tokio = { version = "1.21", features = ["sync"] }

[build-dependencies]
Expand Down

0 comments on commit eb0b036

Please sign in to comment.