Skip to content

Commit

Permalink
update futures-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr committed Oct 26, 2023
1 parent 2299bab commit e09b178
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -24,7 +24,7 @@ base64 = "0.21.4"
email_address = "0.2.4"
env_logger = "0.10.0"
fastrand = "2.0.1"
futures-lite = "1.13.0"
futures-lite = "2.0.0"
git-version = "0.3.5"
janus_messages = "0.5.24"
log = "0.4.20"
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ janus_messages = "0.5.24"
[dev-dependencies]
divviup-api = { version = "*", path = ".." }
fastrand = "2.0.1"
futures-lite = "1.13.0"
futures-lite = "2.0.0"
test-support = { path = "../test-support" }
trillium = "0.2.10"
trillium-macros = "0.0.4"
Expand Down

0 comments on commit e09b178

Please sign in to comment.