Skip to content

Commit

Permalink
Upgrade backtrace
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Aug 6, 2024
1 parent bbcc7e5 commit 7cdc9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ safe-shared-libraries = ["findshlibs"]
[dependencies]
ipc-channel = "0.18.2"
serde = { version = "1.0.104", features = ["derive"] }
backtrace = { version = "0.3.43", optional = true, features = ["serde"] }
backtrace = { version = "0.3.73", optional = true, features = ["serde"] }
libc = "0.2.66"
serde_json = { version = "1.0.47", optional = true }
findshlibs = { version = "0.10.2", optional = true }
Expand Down

0 comments on commit 7cdc9c3

Please sign in to comment.