Skip to content

Commit c5a0edb

Browse files
Bump symbolic from 10.2.0 to 12.1.1 in /src/agent
Bumps [symbolic](https://github.com/getsentry/symbolic) from 10.2.0 to 12.1.1. - [Release notes](https://github.com/getsentry/symbolic/releases) - [Changelog](https://github.com/getsentry/symbolic/blob/master/CHANGELOG.md) - [Commits](getsentry/symbolic@10.2.0...12.1.1) --- updated-dependencies: - dependency-name: symbolic dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3928c46 commit c5a0edb

File tree

3 files changed

+34
-33
lines changed

3 files changed

+34
-33
lines changed

src/agent/Cargo.lock

Lines changed: 32 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/agent/coverage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ debuggable-module = { path = "../debuggable-module" }
1111
iced-x86 = "1.19"
1212
log = "0.4.17"
1313
regex = "1.8"
14-
symbolic = { version = "10.1", features = [
14+
symbolic = { version = "12.1", features = [
1515
"debuginfo",
1616
"demangle",
1717
"symcache",

src/agent/debuggable-module/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ iced-x86 = "1.19"
1313
log = "0.4.17"
1414
pdb = "0.8.0"
1515
regex = "1.8"
16-
symbolic = { version = "10.1", features = ["debuginfo", "demangle", "symcache"] }
16+
symbolic = { version = "12.1", features = ["debuginfo", "demangle", "symcache"] }
1717
thiserror = "1.0"
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)