mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-02 19:04:53 +00:00
Bump typed-builder from 0.10.0 to 0.11.0 (#807)
Bumps [typed-builder](https://github.com/idanarye/rust-typed-builder) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/idanarye/rust-typed-builder/releases) - [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md) - [Commits](https://github.com/idanarye/rust-typed-builder/commits) --- updated-dependencies: - dependency-name: typed-builder dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 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
9315aa0a8a
commit
b6eb96b9ad
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -3370,9 +3370,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|||
|
||||
[[package]]
|
||||
name = "typed-builder"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "89851716b67b937e393b3daa8423e67ddfc4bbbf1654bcf05488e95e0828db0c"
|
||||
checksum = "47a126a40dbff39e8320900cd61b8de053a2706e1f782cd27145792feb8fd41e"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ ring = "0.16.20"
|
|||
serde = { version = "1.0.147", features = ["derive"] }
|
||||
shellexpand = "2.1.2"
|
||||
tokio = { version = "1.21.2", features = ["full"] }
|
||||
typed-builder = "0.10.0"
|
||||
typed-builder = "0.11.0"
|
||||
url = { version = "2.3.0", features = ["serde"] }
|
||||
log = "0.4.17"
|
||||
path-clean = "0.1.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue