Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
fix(deps): update rust crate futures to 0.3.27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and kjuulh committed Mar 11, 2023
1 parent 62de241 commit 44fa024
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 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 crates/dagger-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dagger-core = { path = "../dagger-core", version = "^0.2.8" }

base64 = "0.21.0"
eyre = "0.6.8"
futures = "0.3.26"
futures = "0.3.27"
gql_client = "1.0.7"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
Expand Down

0 comments on commit 44fa024

Please sign in to comment.