Skip to content

Commit

Permalink
Bump thiserror from 1.0.56 to 1.0.57
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.56 to 1.0.57.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.56...1.0.57)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mstange committed Feb 13, 2024
1 parent 09e34e9 commit 7ae3d56
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 samply-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ send_futures = ["samply-symbols/send_futures"]

[dependencies]
samply-symbols = { version = "0.21.0", path = "../samply-symbols" }
thiserror = "1.0.26"
thiserror = "1.0.57"
serde = "1.0.188"
serde_derive = "1.0.188"
serde_json = "1.0.64"
Expand Down
2 changes: 1 addition & 1 deletion samply-symbols/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ version = "0.32.2"
#pdb-addr2line = { path = "../../pdb-addr2line" }
pdb-addr2line = "0.11.0"
uuid = "1.0.0"
thiserror = "1.0.26"
thiserror = "1.0.57"
cpp_demangle = "0.4.0"
msvc-demangler = "0.10.0"
rustc-demangle = "0.1.21"
Expand Down
2 changes: 1 addition & 1 deletion samply/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ debugid = "0.8.0"
memchr = "2.4.1"
memmap2 = "0.9.4"
serde_json = "1.0.53"
thiserror = "1.0.19"
thiserror = "1.0.57"
tempfile = "3.4.0"
uuid = "1.0.0"
percent-encoding = "2.1.0"
Expand Down

0 comments on commit 7ae3d56

Please sign in to comment.