Skip to content

Commit

Permalink
update tokio dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwample committed Sep 18, 2024
1 parent fd1696b commit c4e1cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ptrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ futures = "0.3.30"
itertools = "0.13.0"
subtle = "2.5.0"
thiserror = "1"
tokio = { version = "1.34", features = ["full"] }
tokio = { version = "1.40", features = ["full"] }
tracing = "0.1.40"
url = "2.5.0"

Expand Down

0 comments on commit c4e1cf9

Please sign in to comment.