Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstange committed Jul 24, 2024
1 parent effc751 commit 3b0cf18
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 68 deletions.
113 changes: 56 additions & 57 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.23.0", path = "../samply-symbols" }
thiserror = "1.0.62"
thiserror = "1"
serde = "1.0.204"
serde_derive = "1.0.188"
serde_json = "1.0.120"
Expand Down
6 changes: 3 additions & 3 deletions samply-symbols/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ partial_read_stats = ["bytesize", "bitvec"]
[dependencies.addr2line]
default-features = false
features = ["std", "fallible-iterator"]
version = "0.23"
version = "0.24"
# path = "../../addr2line"

[dependencies.gimli]
default-features = false
features = ["read"]
version = "0.30"
version = "0.31"

[dependencies.object]
default-features = false
Expand All @@ -34,7 +34,7 @@ version = "0.36.1"
#pdb-addr2line = { path = "../../pdb-addr2line" }
pdb-addr2line = "0.11.0"
uuid = "1.10.0"
thiserror = "1.0.62"
thiserror = "1"
cpp_demangle = "0.4.0"
msvc-demangler = "0.10.1"
rustc-demangle = "0.1.24"
Expand Down
Loading

0 comments on commit 3b0cf18

Please sign in to comment.