diff --git a/Cargo.lock b/Cargo.lock index 6323615..4357743 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 47f2513..d6575c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"