Skip to content

Commit

Permalink
Merge pull request #139 from FyraLabs/dependabot/cargo/tokio-1.38.1
Browse files Browse the repository at this point in the history
chore(deps): bump tokio from 1.38.0 to 1.38.1
  • Loading branch information
madonuko committed Jul 22, 2024
2 parents ccd9be0 + c4e713a commit d0e4671
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -29,7 +29,7 @@ flatpak = "0.18.1"
clap-verbosity-flag = "2.2.0"
clap_complete = "4.5.8"
cmd_lib = "1.3.0"
tokio = { version = "1.38.0", features = ["process", "io-util", "macros", "signal", "rt-multi-thread"] }
tokio = { version = "1.38.1", features = ["process", "io-util", "macros", "signal", "rt-multi-thread"] }
async-trait = "0.1.81"
nix = { version = "0.29.0", features = ["signal"], default-features = false }
git2 = "0.19.0"
Expand Down

0 comments on commit d0e4671

Please sign in to comment.