Skip to content

Commit 8da4037

Browse files
authored
fix(js): Tokens only extend to the end of the line (#1766)
This updates `symbolic` to 12.16.2 to get access to getsentry/symbolic#932. This doesn't require a cache version bump because only the lookup function changed, all cache contents stay the same.
1 parent 3896ace commit 8da4037

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ serde_yaml = "0.9.14"
121121
sha-1 = "0.10.0"
122122
sha2 = "0.10.6"
123123
sketches-ddsketch = "0.3.0"
124-
symbolic = "12.16.1"
124+
symbolic = "12.16.2"
125125
symbolicator-crash = { path = "crates/symbolicator-crash" }
126126
symbolicator-js = { path = "crates/symbolicator-js" }
127127
symbolicator-native = { path = "crates/symbolicator-native" }

0 commit comments

Comments
 (0)