diff --git a/Cargo.lock b/Cargo.lock index 8ca7001..291db09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/warpgate/Cargo.toml b/warpgate/Cargo.toml index b711d6d..15fba4f 100644 --- a/warpgate/Cargo.toml +++ b/warpgate/Cargo.toml @@ -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"