Skip to content

Commit

Permalink
Merge pull request #140 from hyprland-community/dependabot/cargo/futu…
Browse files Browse the repository at this point in the history
…res-lite-2.0.1

chore(deps): bump futures-lite from 1.13.0 to 2.0.1
  • Loading branch information
yavko authored Nov 15, 2023
2 parents b03f5ce + a0241cd commit 1589b80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -40,7 +40,7 @@ hex = "0.4"
tokio = { version = "1", features = ["full"], optional = true }
async-net = { version = "2", optional = true }
async-std = { version = "1", optional = true }
futures-lite = { version = "1", optional = true }
futures-lite = { version = "2", optional = true }
lazy_static = "1.4"
regex = "1.10"
async-trait = "0.1"
Expand Down

0 comments on commit 1589b80

Please sign in to comment.