mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
chore(dev-deps): Upgrade env_logger from 0.9 to 0.11 (#3009)
Signed-off-by: Joshua Potts <8704475+iamjpotts@users.noreply.github.com>
This commit is contained in:
parent
3946cc82db
commit
235604fbce
26
Cargo.lock
generated
26
Cargo.lock
generated
@ -88,9 +88,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "anstream"
|
||||
version = "0.6.4"
|
||||
version = "0.6.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
|
||||
checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5"
|
||||
dependencies = [
|
||||
"anstyle",
|
||||
"anstyle-parse",
|
||||
@ -1143,16 +1143,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
|
||||
|
||||
[[package]]
|
||||
name = "env_logger"
|
||||
version = "0.9.3"
|
||||
name = "env_filter"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
|
||||
checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"humantime",
|
||||
"log",
|
||||
"regex",
|
||||
"termcolor",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "env_logger"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9eeb342678d785662fd2514be38c459bb925f02b68dd2a3e0f21d7ef82d979dd"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
"env_filter",
|
||||
"humantime",
|
||||
"log",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
@ -161,7 +161,7 @@ sqlx-sqlite = { workspace = true, optional = true }
|
||||
anyhow = "1.0.52"
|
||||
time_ = { version = "0.3.2", package = "time" }
|
||||
futures = "0.3.19"
|
||||
env_logger = "0.9.0"
|
||||
env_logger = "0.11"
|
||||
async-std = { version = "1.12.0", features = ["attributes"] }
|
||||
tokio = { version = "1.15.0", features = ["full"] }
|
||||
dotenvy = "0.15.0"
|
||||
|
||||
@ -6,7 +6,7 @@ publish = false
|
||||
|
||||
[dependencies]
|
||||
sqlx = { default-features = false, path = ".." }
|
||||
env_logger = "0.9.0"
|
||||
env_logger = "0.11"
|
||||
dotenvy = "0.15.0"
|
||||
anyhow = "1.0.26"
|
||||
async-std = { version = "1.8.0", features = [ "attributes" ] }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user