Skip to content

Commit

Permalink
chore(deps): update sentry-rust monorepo to 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 29, 2024
1 parent 6537133 commit dfc963c
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 28 deletions.
77 changes: 53 additions & 24 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ remi-fs = { version = "0.9.1", features = ["tracing"] }
remi-s3 = { version = "0.9.1", features = ["tracing", "export-crates"] }
schemars = "0.8.21"
semver = { version = "1.0.23", features = ["serde"] }
sentry = "0.34.0"
sentry = "0.35.0"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.122"
serde_yaml_ng = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ remi-azure = { workspace = true, features = ["tracing"] }
remi-fs = { workspace = true, features = ["tracing"] }
remi-s3 = { workspace = true, features = ["tracing"] }
sentry.workspace = true
sentry-tracing = "0.34.0"
sentry-tracing = "0.35.0"
tracing.workspace = true
tracing-error = "0.2.0"
tracing-subscriber.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ hcl-rs = "0.18.2"
remi-azure = { workspace = true, features = ["serde"] }
remi-fs = { workspace = true, features = ["serde"] }
remi-s3 = { workspace = true, features = ["serde"] }
sentry-types = "0.34.0"
sentry-types = "0.35.0"
serde.workspace = true
tracing.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion crates/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ mime = "0.3.17"
multer.workspace = true
sentry.workspace = true
sentry-eyre = "0.2.0"
sentry-tower = { version = "0.34.0", features = ["axum", "http"] }
sentry-tower = { version = "0.35.0", features = ["axum", "http"] }
serde.workspace = true
serde_json.workspace = true
serde_path_to_error = "0.1.16"
Expand Down

0 comments on commit dfc963c

Please sign in to comment.