Bump typed-builder from 0.12.0 to 0.13.0

Bumps [typed-builder](https://github.com/idanarye/rust-typed-builder) from 0.12.0 to 0.13.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>
This commit is contained in:
dependabot[bot] 2023-03-08 13:07:27 +00:00 committed by Matthias Endler
parent 688d864671
commit 12f3dcbc6d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3680,9 +3680,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[package]]
name = "typed-builder"
version = "0.12.0"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6179333b981641242a768f30f371c9baccbfcc03749627000c500ab88bf4528b"
checksum = "bd5c107dcbf45d40f13749fe0a83dc58a41af3a01c3fc605806f39d3b5ec8f1a"
dependencies = [
"proc-macro2",
"quote",

View file

@ -35,7 +35,7 @@ reqwest = { version = "0.11.14", features = ["gzip", "trust-dns"] }
ring = "0.16.20"
serde = { version = "1.0.153", features = ["derive"] }
shellexpand = "3.0.0"
typed-builder = "0.12.0"
typed-builder = "0.13.0"
tokio = { version = "1.26.0", features = ["full"] }
url = { version = "2.3.0", features = ["serde"] }
log = "0.4.17"