mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-17 10:11:07 +00:00
Bump const_format from 0.2.24 to 0.2.26 (#680)
Bumps [const_format](https://github.com/rodrimati1992/const_format_crates) from 0.2.24 to 0.2.26. - [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/0.2.26) --- updated-dependencies: - dependency-name: const_format dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
0ab80ae39d
commit
aa74d4735a
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -606,9 +606,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "const_format"
|
||||
version = "0.2.24"
|
||||
version = "0.2.26"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e6a1316fa6a23fea1ee41cb80321590385e5f3e575e99f77c4d918ce5d44379d"
|
||||
checksum = "939dc9e2eb9077e0679d2ce32de1ded8531779360b003b4a972a7a39ec263495"
|
||||
dependencies = [
|
||||
"const_format_proc_macros",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ version = "0.10.0"
|
|||
lychee-lib = { path = "../lychee-lib", version = "0.10.0", default-features = false }
|
||||
anyhow = "1.0.58"
|
||||
console = "0.15.0"
|
||||
const_format = "0.2.24"
|
||||
const_format = "0.2.26"
|
||||
headers = "0.3.7"
|
||||
http = "0.2.8"
|
||||
indicatif = "0.16.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue