Skip to content

Commit

Permalink
Merge pull request #39 from josueBarretogit/dependabot/cargo/tokio-1.…
Browse files Browse the repository at this point in the history
…40.0

build(deps): bump tokio from 1.38.0 to 1.40.0
  • Loading branch information
josueBarretogit authored Sep 27, 2024
2 parents 23b2eef + 4630b3c commit 029204c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 31 deletions.
38 changes: 8 additions & 30 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 @@ -28,8 +28,8 @@ crossterm = { version = "0.28.1", features = ["event-stream"] }
directories = "5.0.1"
image = "0.25.1"
reqwest = { version = "0.12.4", features = ["json"] }
tokio = { version = "1.40.0", features = ["full"] }
serde = { version = "1.0.210", features = ["derive"] }
tokio = { version = "1.38.0", features = ["full"] }
strum = "0.26.3"
strum_macros = "0.26"
color-eyre = "0.6.2"
Expand Down

0 comments on commit 029204c

Please sign in to comment.