Skip to content

Commit

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

---
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 Feb 13, 2024
1 parent f317b06 commit 79b9921
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -18,7 +18,7 @@ async-graphql-axum = "6.0.11"
axum = { version = "0.6.20", features = ["headers", "macros"] }
jsonwebtoken = "9.2.0"
clap = { version = "4.5", features = ["derive", "env"] }
derive_builder = "0.13.0"
derive_builder = "0.13.1"
serde = { version = "1.0.196", features = ["derive"] }
tokio = { version = "1.36", features = ["full"] }
reqwest = { version = "0.11.24", default-features = false, features = ["json", "rustls-tls"] }
Expand Down

0 comments on commit 79b9921

Please sign in to comment.