Merge pull request #11 from anas-elgarhy/renovate/typed-builder-0.x

fix(deps): update rust crate typed-builder to 0.14.0
This commit is contained in:
mergify[bot] 2023-03-11 14:59:12 +00:00 committed by GitHub
commit ba428b3738
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

@ -1763,9 +1763,9 @@ dependencies = [
[[package]]
name = "typed-builder"
version = "0.12.0"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6179333b981641242a768f30f371c9baccbfcc03749627000c500ab88bf4528b"
checksum = "64cba322cb9b7bc6ca048de49e83918223f35e7a86311267013afff257004870"
dependencies = [
"proc-macro2",
"quote",

View File

@ -38,7 +38,7 @@ lrc = { version = "0.1.7", optional = true }
notify-rust = { version = "4.7.0", features = ["images"] }
image = "0.24.5"
regex = "1.7.1"
typed-builder = "0.12.0"
typed-builder = "0.14.0"
log = { version = "0.4.17", optional = true }
pretty_env_logger = { version = "0.4.0", optional = true }
thiserror = "1.0.38"