Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Dec 21, 2020
1 parent e59abdd commit 3ee4509
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ dirs = "3.0.1"
futures = "0.3.8"
is-root = "0.1.2"
lazy_static = "1.4.0"
regex = {version = "1.4.2", default-features = false, features = ["std", "perf"]}
serde = {version = "1.0.118", features = ["derive"]}
tokio = {version = "0.3.6", features = ["io-std", "io-util", "macros", "process", "rt-multi-thread", "sync"]}
tokio-util = {version = "0.5.1", features = ["codec"]}
regex = { version = "1.4.2", default-features = false, features = ["std", "perf"] }
serde = { version = "1.0.118", features = ["derive"] }
tokio = { version = "0.3.6", features = ["io-std", "io-util", "macros", "process", "rt-multi-thread", "sync"] }
tokio-util = { version = "0.5.1", features = ["codec"] }
which = "4.0.2"

[profile.release]
Expand Down

0 comments on commit 3ee4509

Please sign in to comment.