Update typed-builder requirement from 0.16 to 0.18 (#2184)
--- updated-dependencies: - dependency-name: typed-builder dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e70b23fc6b
commit
70333aaf94
@ -160,7 +160,7 @@ c2rust-bitfields = { version = "0.18", features = ["no_std"] }
|
||||
ahash = { version = "0.8", default-features = false } # The hash function already used in hashbrown
|
||||
meminterval = { version = "0.4", features = ["serde"] }
|
||||
backtrace = { version = "0.3", optional = true } # Used to get the stacktrace in StacktraceObserver
|
||||
typed-builder = { version = "0.16", optional = true } # Implement the builder pattern at compiletime
|
||||
typed-builder = { version = "0.18", optional = true } # Implement the builder pattern at compiletime
|
||||
|
||||
serde_json = { version = "1.0", optional = true, default-features = false, features = ["alloc"] }
|
||||
nix = { version = "0.27", optional = true }
|
||||
|
@ -37,7 +37,7 @@ libafl = { path = "../libafl", version = "0.12.0", features = ["adaptive_seriali
|
||||
libafl_bolts = { path = "../libafl_bolts", version = "0.12.0" }
|
||||
libafl_targets = { path = "../libafl_targets", version = "0.12.0" }
|
||||
|
||||
typed-builder = "0.16" # Implement the builder pattern at compiletime
|
||||
typed-builder = "0.18" # Implement the builder pattern at compiletime
|
||||
pyo3 = { version = "0.18", optional = true }
|
||||
log = "0.4.20"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user