Skip to content

Commit

Permalink
Merge pull request #59 from junkurihara/dependabot/cargo/proxy-bin/de…
Browse files Browse the repository at this point in the history
…rive_builder-0.20.0

chore(deps): update derive_builder requirement from 0.13.1 to 0.20.0 in /proxy-bin
  • Loading branch information
junkurihara authored Feb 15, 2024
2 parents ad1cc34 + 3300d22 commit 4ca4e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ doh-auth-proxy-lib = { path = "../proxy-lib/" }
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

0 comments on commit 4ca4e56

Please sign in to comment.