Skip to content

Commit

Permalink
fix(deps): update rust crate futures-util to 0.3.30 (#525)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent 92fe7c0 commit 13519dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ data-encoding = "2.5.0"
chrono = { version = "0.4.38", features = ["serde"] }
derive_more = "0.99.17"
futures = "0.3.30"
futures-util = "0.3"
futures-util = "0.3.30"

relay_rpc = { git = "https://github.com/WalletConnect/WalletConnectRust.git", tag = "v0.29.3", features = ["cacao"] }
relay_client = { git = "https://github.com/WalletConnect/WalletConnectRust.git", tag = "v0.29.3" }
Expand Down

0 comments on commit 13519dd

Please sign in to comment.