mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
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:
committed by
Austin Bonander
parent
0546e0cfa9
commit
d1f180fbc5
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user