Merge pull request #786 from lycheeverse/dependabot/cargo/const_format-0.2.28

This commit is contained in:
dependabot[bot] 2022-10-10 12:25:41 +00:00 committed by GitHub
commit 51af13debb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -649,9 +649,9 @@ dependencies = [
[[package]]
name = "const_format"
version = "0.2.26"
version = "0.2.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "939dc9e2eb9077e0679d2ce32de1ded8531779360b003b4a972a7a39ec263495"
checksum = "79f926bc2341a80e6bb5a16e18057c8c90ca3edbdeb9fa497bd0f82b1f4df4e6"
dependencies = [
"const_format_proc_macros",
]

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.26"
const_format = "0.2.28"
headers = "0.3.8"
http = "0.2.8"
indicatif = "0.17.1"