Skip to content

Commit b6d434e

Browse files
Update Rust crate derive_builder to v0.20.1 (#9358)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 035cae8 commit b6d434e

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
@@ -72,7 +72,7 @@ chrono = { version = "=0.4.38", default-features = false, features = ["serde"] }
7272
clap = { version = "=4.5.16", features = ["derive", "env", "unicode", "wrap_help"] }
7373
cookie = { version = "=0.18.1", features = ["secure"] }
7474
deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
75-
derive_builder = "=0.20.0"
75+
derive_builder = "=0.20.1"
7676
derive_deref = "=1.1.1"
7777
dialoguer = "=0.11.0"
7878
diesel = { version = "=2.2.3", features = ["postgres", "serde_json", "chrono", "numeric"] }

0 commit comments

Comments
 (0)