Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dependabot/cargo/op…
Browse files Browse the repository at this point in the history
…enssl-0.10.66
  • Loading branch information
jjbayer committed Jul 29, 2024
2 parents cf42e99 + 0b79071 commit bd388e8
Show file tree
Hide file tree
Showing 17 changed files with 79 additions and 61 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## Unreleased

### Dependencies

- Bump Native SDK from v0.7.6 to v0.7.7 ([#1502](https://github.com/getsentry/symbolicator/pull/1502))
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#077)
- [diff](https://github.com/getsentry/sentry-native/compare/0.7.6...0.7.7)

## 24.7.1

- No documented changes.

## 24.7.0

### Dependencies
Expand Down
76 changes: 38 additions & 38 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 crates/process-event/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "process-event"
publish = false
version = "24.7.0"
version = "24.7.1"
authors = ["Sentry <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -17,4 +17,4 @@ reqwest = { workspace = true, features = [
] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
symbolic-common = "12.9.2"
symbolic-common = "12.10.0"
2 changes: 1 addition & 1 deletion crates/symbolicator-crash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <[email protected]>"]
description = "Native crash reporting for Symbolicator"
homepage = "https://getsentry.github.io/symbolicator/"
repository = "https://github.com/getsentry/symbolicator"
version = "24.7.0"
version = "24.7.1"
edition = "2018"
build = "build.rs"
license-file = "../LICENSE"
Expand Down
4 changes: 2 additions & 2 deletions crates/symbolicator-js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "symbolicator-js"
publish = false
version = "24.7.0"
version = "24.7.1"
authors = ["Sentry <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -25,7 +25,7 @@ sentry = { version = "0.34.0", features = ["tracing"] }
serde = { version = "1.0.137", features = ["derive", "rc"] }
serde_json = "1.0.81"
sha2 = "0.10.6"
symbolic = { version = "12.9.2", features = ["common-serde", "sourcemapcache"] }
symbolic = { version = "12.10.0", features = ["common-serde", "sourcemapcache"] }
symbolicator-service = { path = "../symbolicator-service" }
symbolicator-sources = { path = "../symbolicator-sources" }
tempfile = "3.2.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/symbolicator-native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "symbolicator-native"
publish = false
version = "24.7.0"
version = "24.7.1"
authors = ["Sentry <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -20,7 +20,7 @@ once_cell = "1.18.0"
regex = "1.5.5"
sentry = { version = "0.34.0", features = ["tracing"] }
serde = { version = "1.0.137", features = ["derive", "rc"] }
symbolic = { version = "12.9.2", features = [
symbolic = { version = "12.10.0", features = [
"cfi",
"common-serde",
"debuginfo",
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-proguard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "symbolicator-proguard"
publish = false
version = "24.7.0"
version = "24.7.1"
authors = ["Sentry <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions crates/symbolicator-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolicator-service"
version = "24.7.0"
version = "24.7.1"
authors = ["Sentry <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -44,7 +44,7 @@ serde = { version = "1.0.137", features = ["derive", "rc"] }
serde_json = "1.0.81"
serde_yaml = "0.9.14"
sha2 = "0.10.6"
symbolic = { version = "12.9.2", features = [
symbolic = { version = "12.10.0", features = [
"cfi",
"common-serde",
"debuginfo",
Expand Down
4 changes: 2 additions & 2 deletions crates/symbolicator-sources/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "symbolicator-sources"
publish = false
version = "24.7.0"
version = "24.7.1"
authors = ["Sentry <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -11,7 +11,7 @@ anyhow = "1.0.68"
aws-types = "1.0.1"
glob = "0.3.0"
serde = { version = "1.0.137", features = ["derive", "rc"] }
symbolic = "12.9.2"
symbolic = "12.10.0"
url = { version = "2.2.0", features = ["serde"] }

[dev-dependencies]
Expand Down
Loading

0 comments on commit bd388e8

Please sign in to comment.