Skip to content

Commit

Permalink
Update derive_builder requirement from 0.12 to 0.13
Browse files Browse the repository at this point in the history
Updates the requirements on [derive_builder](https://github.com/colin-kiegel/rust-derive-builder) to permit the latest version.
- [Release notes](https://github.com/colin-kiegel/rust-derive-builder/releases)
- [Commits](colin-kiegel/rust-derive-builder@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: derive_builder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 24, 2024
1 parent 323dacb commit 2ae125a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tokio = { version = "1.0", features = ["rt", "net"] }
tokio-util = { version = "0.7", features = ["codec"] }
futures = "0.3.6"
prost = "0.12"
derive_builder = "0.12"
derive_builder = "0.13"
getset = "0.1.1"
thiserror = "1"
tokio-rustls = { version = "0.25.0", optional = true }
Expand Down

0 comments on commit 2ae125a

Please sign in to comment.