Skip to content

Commit

Permalink
Merge pull request #559 from paritytech/dependabot/cargo/warp-0.3.6
Browse files Browse the repository at this point in the history
Bump warp from 0.3.5 to 0.3.6
  • Loading branch information
AndreiEres authored Sep 28, 2023
2 parents ddd4a0d + bc1c352 commit 37794cd
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 23 deletions.
76 changes: 54 additions & 22 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 @@ -55,7 +55,7 @@ tokio = { version = "1.32.0", features = ["macros", "rt", "rt-multi-thread", "si
tokio-tungstenite = { version = "0.19.0", features = ["native-tls"] }
typed-builder = "0.14.0"
url = "2.4.1"
warp = { version = "0.3.5", features = ["tls"] }
warp = { version = "0.3.6", features = ["tls"] }

polkadot-introspector-essentials = { path = "essentials" }
polkadot-introspector-priority-channel = { path = "priority-channel" }

0 comments on commit 37794cd

Please sign in to comment.