Skip to content

Commit

Permalink
chore(deps): update rust crate derive_builder to 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 8, 2024
1 parent 4a2d923 commit 7c1d0b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ futures = "0.3.31"
syn = "2.0.79"
quote = "1.0.37"
indoc = "2.0.5"
derive_builder = "0.20.1"
derive_builder = "0.20.2"

[features]
default = ["tls-rustls"]
Expand Down Expand Up @@ -88,7 +88,7 @@ rand = "0.8.5"
hex = "0.4.3"
cfg-if = "1.0.0"
indoc = "2.0.5"
derive_builder = "0.20.1"
derive_builder = "0.20.2"

[dev-dependencies]
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit 7c1d0b0

Please sign in to comment.