Skip to content

Commit

Permalink
chore: update tokio to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Mar 26, 2024
1 parent 6a7d2de commit 3994936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/minidump_stackwalk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ minidump-processor = "0.21.0"
minidump-unwind = "0.21.0"
symbolic = { path = "../../symbolic", features = ["symcache", "demangle", "cfi"] }
thiserror = "1.0.31"
tokio = {version = "1.18.1", features = ["macros", "rt"] }
tokio = { version = "1.36.0", features = ["macros", "rt"] }
tracing = "0.1.34"
tracing-subscriber = "0.3.11"
walkdir = "2.3.1"

0 comments on commit 3994936

Please sign in to comment.