Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Bump symbolic from 12.3.0 to 12.4.0 in /src/agent
Browse files Browse the repository at this point in the history
Bumps [symbolic](https://github.com/getsentry/symbolic) from 12.3.0 to 12.4.0.
- [Release notes](https://github.com/getsentry/symbolic/releases)
- [Changelog](https://github.com/getsentry/symbolic/blob/master/CHANGELOG.md)
- [Commits](getsentry/symbolic@12.3.0...12.4.0)

---
updated-dependencies:
- dependency-name: symbolic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
1 parent 6e2cb14 commit b30370c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 24 deletions.
51 changes: 29 additions & 22 deletions src/agent/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 src/agent/coverage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ debuggable-module = { path = "../debuggable-module" }
iced-x86 = "1.20"
log = "0.4.17"
regex = "1.9"
symbolic = { version = "12.3", features = [
symbolic = { version = "12.4", features = [
"debuginfo",
"demangle",
"symcache",
Expand Down
2 changes: 1 addition & 1 deletion src/agent/debuggable-module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ iced-x86 = "1.20"
log = "0.4.17"
pdb = "0.8.0"
regex = "1.9"
symbolic = { version = "12.3", features = [
symbolic = { version = "12.4", features = [
"debuginfo",
"demangle",
"symcache",
Expand Down

0 comments on commit b30370c

Please sign in to comment.