Skip to content

Commit 69470b0

Browse files
Update Rust crate derive_builder to v0.20.2 (#9606)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 43acf63 commit 69470b0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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 @@ chrono = { version = "=0.4.38", default-features = false, features = ["serde"] }
6868
clap = { version = "=4.5.20", features = ["derive", "env", "unicode", "wrap_help"] }
6969
cookie = { version = "=0.18.1", features = ["secure"] }
7070
deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
71-
derive_builder = "=0.20.1"
71+
derive_builder = "=0.20.2"
7272
derive_deref = "=1.1.1"
7373
dialoguer = "=0.11.0"
7474
diesel = { version = "=2.2.4", features = ["postgres", "serde_json", "chrono", "numeric"] }

0 commit comments

Comments
 (0)