Skip to content

Commit 3dc7a05

Browse files
committed
fixup! Rust: Add XSS examples
1 parent 371b3d2 commit 3dc7a05

File tree

2 files changed

+1
-65
lines changed

2 files changed

+1
-65
lines changed

rust/ql/test/query-tests/security/CWE-079/warp/Cargo.lock

Lines changed: 0 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
qltest_use_nightly: true
22
qltest_dependencies:
33
- warp = { version = "0.4.2", features = ["server"]}
4-
- tokio = { version = "1" }
4+
- tokio = { version = "1", features = ["rt-multi-thread", "macros"] }

0 commit comments

Comments
 (0)