Skip to content

Commit

Permalink
Update Rust crate derive_builder to v0.13.0 (#7986)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
renovate[bot] and Turbo87 authored Jan 22, 2024
1 parent 69c122f commit eb5eaf2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 5 deletions.
39 changes: 35 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ clap = { version = "=4.4.18", features = ["derive", "env", "unicode", "wrap_help
cookie = { version = "=0.18.0", features = ["secure"] }
crossbeam-channel = "=0.5.11"
dashmap = { version = "=5.5.3", features = ["raw-api"] }
derive_builder = "=0.12.0"
derive_builder = "=0.13.0"
derive_deref = "=1.1.1"
dialoguer = "=0.11.0"
diesel = { version = "=2.1.4", features = ["postgres", "serde_json", "chrono", "r2d2", "numeric"] }
Expand Down

0 comments on commit eb5eaf2

Please sign in to comment.