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 1fc6a95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

**Internal**

- Update tokio to latest version ([#833](https://github.com/getsentry/symbolic/pull/833))

**Fixes**

- sourcebundles: Only valid UTF-8 files can be written into sourcebundles ([#816](https://github.com/getsentry/symbolic/pull/816))
Expand Down
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 1fc6a95

Please sign in to comment.