mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
chore: update dependencies
This commit is contained in:
parent
f2885f84a7
commit
9a7401a427
1 changed files with 9 additions and 10 deletions
|
@ -39,7 +39,7 @@ offline = [ "serde" ]
|
|||
atoi = "0.3.2"
|
||||
sqlx-rt = { path = "../sqlx-rt", version = "0.1.0-pre" }
|
||||
async-stream = { version = "0.2.1", default-features = false }
|
||||
base64 = { version = "0.12.0", default-features = false, optional = true, features = [ "std" ] }
|
||||
base64 = { version = "0.12.1", default-features = false, optional = true, features = [ "std" ] }
|
||||
bigdecimal_ = { version = "0.1.0", optional = true, package = "bigdecimal" }
|
||||
bitflags = { version = "1.2.1", default-features = false }
|
||||
bytes = "0.5.4"
|
||||
|
@ -51,16 +51,16 @@ crossbeam-utils = { version = "0.7.2", default-features = false }
|
|||
digest = { version = "0.8.1", default-features = false, optional = true, features = [ "std" ] }
|
||||
encoding_rs = { version = "0.8.23", optional = true }
|
||||
either = "1.5.3"
|
||||
futures-channel = { version = "0.3.4", default-features = false, features = [ "alloc", "std" ] }
|
||||
futures-core = { version = "0.3.4", default-features = false }
|
||||
futures-util = "0.3.4"
|
||||
futures-channel = { version = "0.3.5", default-features = false, features = [ "alloc", "std" ] }
|
||||
futures-core = { version = "0.3.5", default-features = false }
|
||||
futures-util = "0.3.5"
|
||||
generic-array = { version = "0.12.3", default-features = false, optional = true }
|
||||
hashbrown = "0.7.1"
|
||||
hashbrown = "0.7.2"
|
||||
hex = "0.4.2"
|
||||
hmac = { version = "0.7.1", default-features = false, optional = true }
|
||||
itoa = "0.4.5"
|
||||
ipnetwork = { version = "0.16.0", default-features = false, optional = true }
|
||||
libc = "0.2.69"
|
||||
libc = "0.2.71"
|
||||
libsqlite3-sys = { version = "0.17.3", optional = true, default-features = false, features = [ "pkg-config", "vcpkg", "bundled" ] }
|
||||
log = { version = "0.4.8", default-features = false }
|
||||
md-5 = { version = "0.8.0", default-features = false, optional = true }
|
||||
|
@ -69,17 +69,16 @@ num-bigint = { version = "0.2.6", default-features = false, optional = true, fea
|
|||
once_cell = "1.4.0"
|
||||
percent-encoding = "2.1.0"
|
||||
parking_lot = "0.10.2"
|
||||
threadpool = "*"
|
||||
phf = { version = "0.8.0", features = [ "macros" ] }
|
||||
rand = { version = "0.7.3", default-features = false, optional = true, features = [ "std" ] }
|
||||
regex = { version = "1.3.9", optional = true }
|
||||
serde = { version = "1.0.106", features = [ "derive", "rc" ], optional = true }
|
||||
serde_json = { version = "1.0.51", features = [ "raw_value" ], optional = true }
|
||||
sha-1 = { version = "0.8.2", default-features = false, optional = true }
|
||||
sha2 = { version = "0.8.1", default-features = false, optional = true }
|
||||
sha2 = { version = "0.8.2", default-features = false, optional = true }
|
||||
sqlformat = "0.1.0"
|
||||
thiserror = "1.0.15"
|
||||
time = { version = "0.2.10", optional = true }
|
||||
thiserror = "1.0.19"
|
||||
time = { version = "0.2.16", optional = true }
|
||||
smallvec = "1.4.0"
|
||||
url = { version = "2.1.1", default-features = false }
|
||||
uuid = { version = "0.8.1", default-features = false, optional = true, features = [ "std" ] }
|
||||
|
|
Loading…
Reference in a new issue