mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-30 15:15:01 +00:00
chore: update dependencies
This commit is contained in:
@@ -54,7 +54,7 @@ futures-channel = { version = "0.3.5", default-features = false, features = [ "s
|
||||
futures-core = { version = "0.3.5", default-features = false }
|
||||
futures-util = { version = "0.3.5", features = [ "sink" ] }
|
||||
generic-array = { version = "0.14.2", default-features = false, optional = true }
|
||||
hashbrown = "0.7.2"
|
||||
hashbrown = "0.8.0"
|
||||
hex = "0.4.2"
|
||||
hmac = { version = "0.8.0", default-features = false, optional = true }
|
||||
itoa = "0.4.5"
|
||||
@@ -64,7 +64,7 @@ libsqlite3-sys = { version = "0.18.0", optional = true, default-features = false
|
||||
log = { version = "0.4.8", default-features = false }
|
||||
md-5 = { version = "0.9.0", default-features = false, optional = true }
|
||||
memchr = { version = "2.3.3", default-features = false }
|
||||
num-bigint = { version = "0.2.6", default-features = false, optional = true, features = [ "std" ] }
|
||||
num-bigint = { version = "0.3.0", default-features = false, optional = true, features = [ "std" ] }
|
||||
once_cell = "1.4.0"
|
||||
percent-encoding = "2.1.0"
|
||||
parking_lot = "0.10.2"
|
||||
|
||||
Reference in New Issue
Block a user