Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/swimos/ratchet into SirCiph…
Browse files Browse the repository at this point in the history
…er-patch-1
  • Loading branch information
SirCipher committed Jul 25, 2024
2 parents 2814eb6 + d8af8a1 commit 472075c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
# ignore:
# - dependency-name: ""
ignore:
- dependency-name: "tokio"
- dependency-name: "tokio-util"
- dependency-name: "tokio-stream"
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ members = [
url = "2.1.1"
http = "1.1.0"
tokio = "1.1.1"
tokio-util = "0.7.11"
tokio-stream = "0.1.4"
tokio-util = "0.6.0"
tokio-stream = "0.1.2"
futures = "0.3.4"
futures-util = "0.3.4"
derive_more = "0.99.14"
Expand Down

0 comments on commit 472075c

Please sign in to comment.