Merge pull request #790 from lycheeverse/dependabot/cargo/const_format-0.2.30

This commit is contained in:
dependabot[bot] 2022-10-11 12:19:17 +00:00 committed by GitHub
commit 8c09968a42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -649,18 +649,18 @@ dependencies = [
[[package]]
name = "const_format"
version = "0.2.28"
version = "0.2.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79f926bc2341a80e6bb5a16e18057c8c90ca3edbdeb9fa497bd0f82b1f4df4e6"
checksum = "7309d9b4d3d2c0641e018d449232f2e28f1b22933c137f157d3dbc14228b8c0e"
dependencies = [
"const_format_proc_macros",
]
[[package]]
name = "const_format_proc_macros"
version = "0.2.22"
version = "0.2.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef196d5d972878a48da7decb7686eded338b4858fbabeed513d63a7c98b2b82d"
checksum = "d897f47bf7270cf70d370f8f98c1abb6d2d4cf60a6845d30e05bfb90c6568650"
dependencies = [
"proc-macro2",
"quote",

View file

@ -20,7 +20,7 @@ version = "0.10.1"
lychee-lib = { path = "../lychee-lib", version = "0.10.1", default-features = false }
anyhow = "1.0.65"
console = "0.15.2"
const_format = "0.2.28"
const_format = "0.2.30"
headers = "0.3.8"
http = "0.2.8"
indicatif = "0.17.1"