Skip to content

Commit eb5eaf2

Browse files
Update Rust crate derive_builder to v0.13.0 (#7986)
* Update Rust crate derive_builder to v0.13.0 * Fix lockfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tobias Bieniek <[email protected]>
1 parent 69c122f commit eb5eaf2

File tree

2 files changed

+36
-5
lines changed

2 files changed

+36
-5
lines changed

Cargo.lock

Lines changed: 35 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ clap = { version = "=4.4.18", features = ["derive", "env", "unicode", "wrap_help
6868
cookie = { version = "=0.18.0", features = ["secure"] }
6969
crossbeam-channel = "=0.5.11"
7070
dashmap = { version = "=5.5.3", features = ["raw-api"] }
71-
derive_builder = "=0.12.0"
71+
derive_builder = "=0.13.0"
7272
derive_deref = "=1.1.1"
7373
dialoguer = "=0.11.0"
7474
diesel = { version = "=2.1.4", features = ["postgres", "serde_json", "chrono", "r2d2", "numeric"] }

0 commit comments

Comments
 (0)