mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-23 22:44:47 +00:00
Merge pull request #786 from lycheeverse/dependabot/cargo/const_format-0.2.28
This commit is contained in:
commit
51af13debb
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue