libafl{,_concolic}: Bump ctor to 0.2 for syn 2 support (#1347)

This commit is contained in:
Langston Barrett 2023-07-10 04:12:08 -07:00 committed by GitHub
parent 2712430f93
commit 3f8c5f585b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ ahash = { version = "0.8", default-features=false } # The hash function already
intervaltree = { version = "0.2.7", default-features = false, features = ["serde"] }
backtrace = {version = "0.3", optional = true} # Used to get the stacktrace in StacktraceObserver
ctor = { optional = true, version = "0.1" }
ctor = { optional = true, version = "0.2" }
serde_json = { version = "1.0", optional = true, default-features = false, features = ["alloc"] }
miniz_oxide = { version = "0.7.1", optional = true}
hostname = { version = "^0.3", optional = true } # Is there really no gethostname in the stdlib?

View File

@ -20,7 +20,7 @@ no-cpp-runtime = []
[dependencies]
unchecked_unwrap = "4"
ctor = "0.1"
ctor = "0.2"
libc = "0.2"
libafl = { path = "../../libafl", version = "0.10.1", default-features=false, features=["std"] }