mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-10-05 04:45:52 +08:00
Merge pull request #40 from warp-tech/dependabot/cargo/config-0.13.1
This commit is contained in:
commit
3498d9d347
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -647,9 +647,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "config"
|
name = "config"
|
||||||
version = "0.12.0"
|
version = "0.13.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "54ad70579325f1a38ea4c13412b82241c5900700a69785d73e2736bd65a33f86"
|
checksum = "3ea917b74b6edfb5024e3b55d3c8f710b5f4ed92646429601a42e96f0812b31b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
|
|
|
@ -10,7 +10,7 @@ anyhow = {version = "1.0", features = ["backtrace"]}
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
bytes = "1.1"
|
bytes = "1.1"
|
||||||
clap = {version = "3.1", features = ["derive"]}
|
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 = {version = "0.15", default_features = false}
|
||||||
console-subscriber = {version = "0.1", optional = true}
|
console-subscriber = {version = "0.1", optional = true}
|
||||||
data-encoding = "2.3"
|
data-encoding = "2.3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue