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

@@ -53,7 +53,7 @@ dotenvy = { workspace = true }
hex = "0.4.3"
home = "0.5.5"
itoa = "1.0.1"
log = "0.4.17"
log = "0.4.18"
memchr = { version = "2.4.1", default-features = false }
num-bigint = { version = "0.4.3", optional = true }
once_cell = "1.9.0"