mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-13 00:03:11 +00:00
Bump const_format from 0.2.26 to 0.2.28
Bumps [const_format](https://github.com/rodrimati1992/const_format_crates) from 0.2.26 to 0.2.28. - [Release notes](https://github.com/rodrimati1992/const_format_crates/releases) - [Changelog](https://github.com/rodrimati1992/const_format_crates/blob/master/Changelog.md) - [Commits](https://github.com/rodrimati1992/const_format_crates/commits) --- updated-dependencies: - dependency-name: const_format dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9a48252267
commit
e139e5db3b
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