Skip to content

Commit

Permalink
chore(deps): bump derive_builder from 0.20.1 to 0.20.2
Browse files Browse the repository at this point in the history
Bumps [derive_builder](https://github.com/colin-kiegel/rust-derive-builder) from 0.20.1 to 0.20.2.
- [Release notes](https://github.com/colin-kiegel/rust-derive-builder/releases)
- [Commits](colin-kiegel/rust-derive-builder@v0.20.1...v0.20.2)

---
updated-dependencies:
- dependency-name: derive_builder
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent 9fa2f58 commit 85862d6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 24 deletions.
40 changes: 17 additions & 23 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 @@ -23,7 +23,7 @@ base64 = { version = "0.22.1" }
cached = { version = "0.51", features = ["async"] }
chrono = { version = "0.4.31", features = ["clock", "serde"], default-features = false }
clap = { version = "4.5", features = ["derive", "env", "cargo"] }
derive_builder = "0.20.1"
derive_builder = "0.20.2"
sqlx = { version = "0.8", features = [ "runtime-tokio-rustls", "postgres", "rust_decimal", "uuid", "chrono", "json" ] }
thiserror = "1.0.64"
uuid = { version = "1.11", features = ["serde", "v4"] }
Expand Down

0 comments on commit 85862d6

Please sign in to comment.