chore: drop the unused dependency `const_format` (#113)

This commit is contained in:
Yujia Qiao 2022-01-21 14:17:56 +08:00 committed by GitHub
parent 2d75295f58
commit a66502d33b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 22 deletions

21
Cargo.lock generated
View File

@ -323,26 +323,6 @@ dependencies = [
"tracing-subscriber 0.3.6", "tracing-subscriber 0.3.6",
] ]
[[package]]
name = "const_format"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22bc6cd49b0ec407b680c3e380182b6ac63b73991cb7602de350352fc309b614"
dependencies = [
"const_format_proc_macros",
]
[[package]]
name = "const_format_proc_macros"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef196d5d972878a48da7decb7686eded338b4858fbabeed513d63a7c98b2b82d"
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]] [[package]]
name = "core-foundation" name = "core-foundation"
version = "0.9.2" version = "0.9.2"
@ -1489,7 +1469,6 @@ dependencies = [
"bytes", "bytes",
"clap", "clap",
"console-subscriber", "console-subscriber",
"const_format",
"fdlimit", "fdlimit",
"hex", "hex",
"lazy_static", "lazy_static",

View File

@ -68,7 +68,6 @@ snowstorm = { version = "0.3", optional = true, features = ["stream"], default-f
base64 = { version = "0.13", optional = true } base64 = { version = "0.13", optional = true }
notify = { version = "5.0.0-pre.13", optional = true } notify = { version = "5.0.0-pre.13", optional = true }
console-subscriber = { version = "0.1", optional = true, features = ["parking_lot"] } console-subscriber = { version = "0.1", optional = true, features = ["parking_lot"] }
const_format = "0.2"
atty = "0.2" atty = "0.2"
[build-dependencies] [build-dependencies]