Skip to content

Commit d0ca466

Browse files
authored
Merge branch 'master' into disable-llvm-lines-on-regex
2 parents 675825c + 93dc60d commit d0ca466

File tree

2 files changed

+96
-32
lines changed

2 files changed

+96
-32
lines changed

Cargo.lock

Lines changed: 95 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env_logger = "0.8"
99
anyhow = "1"
1010
thiserror = "1"
1111
futures = "0.3"
12-
tokio = { version = "1.6", features = ["macros", "time"] }
12+
tokio = { version = "1.26", features = ["macros", "time"] }
1313
log = "0.4"
1414
serde = { version = "1", features = ["rc"] }
1515
serde_derive = "1"

0 commit comments

Comments
 (0)