Skip to content

Commit 5455fc9

Browse files
committed
Merge branch 'master' into 1347-doc-description
2 parents e154d36 + b282c50 commit 5455fc9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
- uses: dtolnay/rust-toolchain@v1
9999
with:
100100
toolchain: stable
101+
components: clippy
101102

102103
- run: cargo clippy -p juniper_benchmarks --benches -- -D warnings
103104
- run: cargo bench -p juniper_benchmarks

juniper_axum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ futures = "0.3.22"
4949
juniper = { version = "0.17", path = "../juniper", features = ["expose-test-schema"] }
5050
tokio = { version = "1.20", features = ["macros", "net", "rt-multi-thread", "time"] }
5151
tokio-stream = "0.1"
52-
tokio-tungstenite = "0.27"
52+
tokio-tungstenite = "0.28"
5353
tower-service = "0.3"
5454
tracing = "0.1"
5555
tracing-subscriber = "0.3"

0 commit comments

Comments
 (0)