make gag a dev depencendy

This commit is contained in:
Christoph J. Scherr 2023-08-02 13:09:32 +02:00
parent 810ffb13e1
commit 20f741aa57
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,6 @@ clap = { version = "4.3.11", features = ["derive"] }
clap-num = "1.0.2"
clap-verbosity-flag = "2.0.1"
env_logger = "0.10.0"
gag = "1.0.0"
humantime = "2.1.0"
num = "0.4.0"
openssl = "0.10.55"
@ -40,3 +39,6 @@ signal-hook = "0.3.15"
tracing = "0.1.37"
tracing-appender = "0.2.2"
tracing-subscriber = "0.3.17"
[dev-dependencies]
gag = "1.0.0"