Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
becheran committed Nov 11, 2020
1 parent f1f185e commit 7c95e75
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 14 deletions.
35 changes: 23 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ simplelog = "0.6"
walkdir = "2.3.1"
regex = "1"
lazy_static = "1.4.0"
url = "2.1.1"
url = "2.2.0"
colored = "2"
async-std = "1.6"
reqwest = {version="0.10.8", features = ["native-tls-vendored"] }
Expand All @@ -30,7 +30,7 @@ futures = "0.3"
wildmatch = "1.0.12"

[dev-dependencies]
ntest = "0.7.1"
ntest = "0.7.2"
criterion = "0.3.3"

[[bench]]
Expand Down

0 comments on commit 7c95e75

Please sign in to comment.