Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update derive_builder requirement from 0.13.1 to 0.20.0 in /modoh-bin #16

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update derive_builder requirement in /modoh-bin
Updates the requirements on [derive_builder](https://github.com/colin-kiegel/rust-derive-builder) to permit the latest version.
- [Release notes](https://github.com/colin-kiegel/rust-derive-builder/releases)
- [Commits](colin-kiegel/rust-derive-builder@v0.13.1...v0.20.0)

---
updated-dependencies:
- dependency-name: derive_builder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 15, 2024
commit f06c782576f7ac1f03cf5dff3516989d42491167
2 changes: 1 addition & 1 deletion modoh-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ modoh-server-lib = { path = "../modoh-lib", default-features = false, features =
anyhow = "1.0.79"
mimalloc = { version = "*", default-features = false }
serde = { version = "1.0.196", default-features = false, features = ["derive"] }
derive_builder = "0.13.1"
derive_builder = "0.20.0"
tokio = { version = "1.36.0", default-features = false, features = [
"net",
"rt-multi-thread",
Expand Down