This commit is contained in:
Eugene Pankov 2022-04-28 17:31:25 -07:00
commit 796223e709
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -647,9 +647,9 @@ dependencies = [
[[package]]
name = "config"
version = "0.12.0"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54ad70579325f1a38ea4c13412b82241c5900700a69785d73e2736bd65a33f86"
checksum = "3ea917b74b6edfb5024e3b55d3c8f710b5f4ed92646429601a42e96f0812b31b"
dependencies = [
"async-trait",
"lazy_static",

View file

@ -10,7 +10,7 @@ anyhow = {version = "1.0", features = ["backtrace"]}
async-trait = "0.1"
bytes = "1.1"
clap = {version = "3.1", features = ["derive"]}
config = {version = "0.12", features = ["yaml"], default_features = false}
config = {version = "0.13", features = ["yaml"], default_features = false}
console = {version = "0.15", default_features = false}
console-subscriber = {version = "0.1", optional = true}
data-encoding = "2.3"