mirror of
https://github.com/warp-tech/warpgate.git
synced 2024-11-10 09:12:56 +08:00
Merge branch 'main' of https://github.com/warp-tech/warpgate into main
This commit is contained in:
commit
796223e709
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue