mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
Update dependencies
This commit is contained in:
@@ -26,7 +26,7 @@ runtime-tokio = [ "async-native-tls/runtime-tokio", "tokio" ]
|
||||
async-native-tls = { version = "0.3.2", default-features = false, optional = true }
|
||||
async-std = { version = "1.5.0", features = [ "unstable" ], optional = true }
|
||||
async-stream = { version = "0.2.1", default-features = false }
|
||||
base64 = { version = "0.11.0", default-features = false, optional = true, features = [ "std" ] }
|
||||
base64 = { version = "0.12.0", default-features = false, optional = true, features = [ "std" ] }
|
||||
bitflags = { version = "1.2.1", default-features = false }
|
||||
byteorder = { version = "1.3.4", default-features = false, features = [ "std" ] }
|
||||
chrono = { version = "0.4.10", default-features = false, features = [ "clock" ], optional = true }
|
||||
|
||||
Reference in New Issue
Block a user