diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,6 @@ reqwest = { version = "0.12.24", features = ["stream"] } emissary-util = { version = "0.3.0", features = ["tokio"] } emissary-core = "0.3.0" flate2 = "1.1.5" -log = "0.4.28" tar = "0.4.44" url = "2.5.7" indicatif = "0.18.3" @@ -28,6 +27,7 @@ git2 = "0.19.0" gpgme = "0.11.0" glob = "0.3.3" lazy_static = "1.5.0" +log = "0.4.28" [dev-dependencies] env_logger = "0.11.8" @@ -41,4 +41,4 @@ uuid = { version = "1.19.0", features = ["v4"] } strip = true lto = true opt-level = 3 -codegen-units = 1
\ No newline at end of file +codegen-units = 1 |
