fix: Minimally upgrade minimal dependencies to resolve build issues on declared minimum versions

Signed-off-by: Joshua Potts <8704475+iamjpotts@users.noreply.github.com>
This commit is contained in:
Joshua Potts
2024-07-10 21:37:17 -04:00
committed by Austin Bonander
parent 0546e0cfa9
commit d1f180fbc5
6 changed files with 7 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ flume = { version = "0.11.0", default-features = false, features = ["async"] }
atoi = "2.0"
log = "0.4.17"
log = "0.4.18"
tracing = { version = "0.1.37", features = ["log"] }
serde = { version = "1.0.145", features = ["derive"], optional = true }