build(deps): bump honggfuzz from 0.5.52 to 0.5.54
Bumps [honggfuzz](https://github.com/rust-fuzz/honggfuzz-rs) from 0.5.52 to 0.5.54. - [Release notes](https://github.com/rust-fuzz/honggfuzz-rs/releases) - [Commits](https://github.com/rust-fuzz/honggfuzz-rs/compare/v0.5.52...v0.5.54) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a029447484
commit
98d05bf953
|
@ -70,6 +70,12 @@ dependencies = [
|
||||||
"derive_arbitrary",
|
"derive_arbitrary",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "arbitrary"
|
||||||
|
version = "1.0.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "698b65a961a9d730fb45b6b0327e20207810c9f61ee421b082b27ba003f49e2b"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "arrayref"
|
name = "arrayref"
|
||||||
version = "0.3.6"
|
version = "0.3.6"
|
||||||
|
@ -1396,11 +1402,11 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "honggfuzz"
|
name = "honggfuzz"
|
||||||
version = "0.5.52"
|
version = "0.5.54"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ead88897bcad1c396806d6ccba260a0363e11da997472e9e19ab9889969083a2"
|
checksum = "bea09577d948a98a5f59b7c891e274c4fb35ad52f67782b3d0cb53b9c05301f1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arbitrary",
|
"arbitrary 1.0.0",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"memmap",
|
"memmap",
|
||||||
]
|
]
|
||||||
|
@ -3670,7 +3676,7 @@ dependencies = [
|
||||||
name = "spl-binary-oracle-pair"
|
name = "spl-binary-oracle-pair"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arbitrary",
|
"arbitrary 0.4.7",
|
||||||
"borsh 0.8.2",
|
"borsh 0.8.2",
|
||||||
"num-derive",
|
"num-derive",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
|
@ -3948,7 +3954,7 @@ dependencies = [
|
||||||
name = "spl-token-swap"
|
name = "spl-token-swap"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arbitrary",
|
"arbitrary 0.4.7",
|
||||||
"arrayref",
|
"arrayref",
|
||||||
"enum_dispatch",
|
"enum_dispatch",
|
||||||
"num-derive",
|
"num-derive",
|
||||||
|
@ -3966,7 +3972,7 @@ dependencies = [
|
||||||
name = "spl-token-swap-fuzz"
|
name = "spl-token-swap-fuzz"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arbitrary",
|
"arbitrary 0.4.7",
|
||||||
"honggfuzz",
|
"honggfuzz",
|
||||||
"solana-program",
|
"solana-program",
|
||||||
"spl-math",
|
"spl-math",
|
||||||
|
|
|
@ -9,7 +9,7 @@ edition = "2018"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
honggfuzz = { version = "0.5.52" }
|
honggfuzz = { version = "0.5.54" }
|
||||||
arbitrary = { version = "0.4", features = ["derive"] }
|
arbitrary = { version = "0.4", features = ["derive"] }
|
||||||
solana-program = "1.6.2"
|
solana-program = "1.6.2"
|
||||||
spl-math = { version = "0.1", path = "../../../libraries/math", features = [ "no-entrypoint" ] }
|
spl-math = { version = "0.1", path = "../../../libraries/math", features = [ "no-entrypoint" ] }
|
||||||
|
|
Loading…
Reference in New Issue