Skip to content

Commit

Permalink
lock versions for 0.1.1, strip release binary
Browse files Browse the repository at this point in the history
  • Loading branch information
cfal committed Mar 27, 2023
1 parent f7a467d commit 890cf5c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 75 deletions.
46 changes: 0 additions & 46 deletions Cargo.lock

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

58 changes: 29 additions & 29 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,38 +12,38 @@ categories = ["command-line-utilities", "network-programming"]

[dependencies]
aes = "0.7.5"
argon2 = "*"
async-trait = "*"
base64 = "*"
blake3 = "*"
argon2 = "0.5.0"
async-trait = "0.1.68"
base64 = "0.21.0"
blake3 = "1.3.3"
cfb-mode = "0.7.1"
digest = "*"
env_logger = "*"
futures = "*"
generic-array = "*"
hmac = "*"
log = "*"
md-5 = "*"
memchr = "*"
notify = "*"
once_cell = "*"
parking_lot = "*"
percent-encoding = "*"
quinn = "*"
rand = "*"
ring = "*"
rustls = { version = "*", features = ["dangerous_configuration"] }
rustls-pemfile = { version = "*" }
digest = "0.10.6"
env_logger = "0.10.0"
futures = "0.3.27"
generic-array = "0.14.6"
hmac = "0.12.1"
log = "0.4.17"
md-5 = "0.10.5"
memchr = "2.5.0"
notify = "5.1.0"
once_cell = "1.17.1"
parking_lot = "0.12.1"
percent-encoding = "2.2.0"
quinn = "0.9.3"
rand = "0.8.5"
ring = "0.16.20"
rustls = { version = "0.20.8", features = ["dangerous_configuration"] }
rustls-pemfile = { version = "1.0.2" }
sha1 = "0.6.0"
sha2 = "*"
sha3 = "*"
serde = { version = "*", features = ["derive", "std"] }
serde_yaml = "*"
tokio = { version = "*", features = ["fs", "io-util", "macros", "net", "rt-multi-thread", "sync", "time"] }
tokio-rustls = { version = "*", features = ["dangerous_configuration"] }
url = "*"
webpki-roots = { version = "*" }
sha2 = "0.10.6"
sha3 = "0.10.6"
serde = { version = "1.0.158", features = ["derive", "std"] }
serde_yaml = "0.9.19"
tokio = { version = "1.26.0", features = ["fs", "io-util", "macros", "net", "rt-multi-thread", "sync", "time"] }
tokio-rustls = { version = "0.23.4", features = ["dangerous_configuration"] }
webpki-roots = { version = "0.22.6" }

[profile.release]
opt-level = 3
lto = "fat"
strip = true

0 comments on commit 890cf5c

Please sign in to comment.