Skip to content

Commit

Permalink
lock dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cfal committed Aug 4, 2022
1 parent e87a24e commit b76826d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ keywords = ["emacs", "emacs-startup"]
categories = ["command-line-utilities", "text-editors"]

[dependencies]
log = "*"
env_logger = "*"
rand = "*"
clap = "*"
futures = "*"
tokio = { version = "*", features = ["io-util", "macros", "net", "process", "rt", "signal", "time"] }
tokio-util = { version = "*", features = ["codec"] }
log = "0.4.17"
env_logger = "0.9.0"
rand = "0.8.5"
clap = "3.2.16"
futures = "0.3.21"
tokio = { version = "1.20.1", features = ["io-util", "macros", "net", "process", "rt", "signal", "time"] }
tokio-util = { version = "0.7.3", features = ["codec"] }

[[bin]]
name = "emacs-pool-daemon"
Expand Down

0 comments on commit b76826d

Please sign in to comment.