Skip to content

Commit

Permalink
chore: update tokio
Browse files Browse the repository at this point in the history
* Past week I did a basic investigation with new tokio version and importers
  * We are using a tokio version from ~1 year ago
  * I need to run the importers with hotspot to see if we have differences with the tokio versions
    * result: nothing major changed
  • Loading branch information
helio-frota authored and ctron committed Jan 14, 2025
1 parent 6eea981 commit dc319f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ test-context = "0.3"
test-log = "0.2.16"
thiserror = "1.0.58"
time = "0.3"
tokio = "1.30.0"
tokio = "1.43"
tokio-stream = "0.1.17"
tokio-util = "0.7"
tracing = "0.1"
Expand Down

0 comments on commit dc319f5

Please sign in to comment.