Skip to content

Commit

Permalink
fix(deps): update sentry-rust monorepo to 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spotlightishere committed Aug 20, 2024
1 parent d1ef00b commit d872b67
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
58 changes: 29 additions & 29 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ remi-fs = "0.7.1"
remi-s3 = "0.7.1"
reqwest = "0.12.4"
semver = { version = "1.0.22", features = ["serde"] }
sentry = "0.32.3"
sentry = "0.34.0"
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
serde_yaml = "0.9.34"
Expand Down Expand Up @@ -175,8 +175,8 @@ remi-s3 = { workspace = true, features = ["serde", "tracing"] }
reqwest.workspace = true
sentry.workspace = true
sentry-eyre = "0.1.0"
sentry-tower = { version = "0.32.3", features = ["axum", "http"] }
sentry-tracing = "0.32.3"
sentry-tower = { version = "0.34.0", features = ["axum", "http"] }
sentry-tracing = "0.34.0"
serde.workspace = true
serde_json.workspace = true
serde_repr = "0.1.19"
Expand Down
2 changes: 1 addition & 1 deletion features/gc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ ignored = ["logos", "sentry", "tracing", "charted-features"]
[dependencies]
charted-features = { version = "0.0.0-devel.0", path = ".." }
logos = "0.14.0"
sentry = "0.32.3"
sentry = "0.34.0"
tracing = "0.1.40"

0 comments on commit d872b67

Please sign in to comment.