Skip to content

Commit

Permalink
deps: sourcemap 7.0.0 -> 7.0.1 (#1818)
Browse files Browse the repository at this point in the history
  • Loading branch information
loewenheim authored Nov 13, 2023
1 parent 650d536 commit 9563aa8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Improved error message if a project slug is missing (#1811) by @cleptric
- Fixed a `curl` issue on Windows (#1815) by @xpirt
- Added support for monitor upserts (#1807) by @szokeasaurusrex
- Fixed a bug in sourcemap `sourceRoot` handling (#1818) by @loewenheim

## 2.21.3

Expand Down
4 changes: 2 additions & 2 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 @@ -66,7 +66,7 @@ sentry = { version = "0.31.8", default-features = false, features = [
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
sha1_smol = { version = "1.0.0", features = ["serde"] }
sourcemap = { version = "7.0.0", features = ["ram_bundle"] }
sourcemap = { version = "7.0.1", features = ["ram_bundle"] }
symbolic = { version = "12.4.1", features = ["debuginfo-serde", "il2cpp"] }
thiserror = "1.0.38"
url = "2.3.1"
Expand Down

0 comments on commit 9563aa8

Please sign in to comment.