diff --git a/Cargo.lock b/Cargo.lock index a8d018b2..22d861c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,7 +23,7 @@ dependencies = [ [[package]] name = "aderyn" -version = "0.1.8" +version = "0.1.9" dependencies = [ "aderyn_driver", "clap", @@ -38,7 +38,7 @@ dependencies = [ [[package]] name = "aderyn_core" -version = "0.1.8" +version = "0.1.9" dependencies = [ "crossbeam-channel", "cyfrin-foundry-compilers", @@ -64,7 +64,7 @@ dependencies = [ [[package]] name = "aderyn_driver" -version = "0.1.8" +version = "0.1.9" dependencies = [ "aderyn_core", "criterion", @@ -79,7 +79,7 @@ dependencies = [ [[package]] name = "aderyn_py" -version = "0.1.8" +version = "0.1.9" dependencies = [ "aderyn_driver", "pyo3", diff --git a/aderyn/Cargo.toml b/aderyn/Cargo.toml index 447696bd..7ff9c2be 100644 --- a/aderyn/Cargo.toml +++ b/aderyn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aderyn" -version = "0.1.8" +version = "0.1.9" edition = "2021" authors = ["Cyfrin "] description = "Rust based Solidity AST analyzer" @@ -10,7 +10,7 @@ default-run = "aderyn" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -aderyn_driver = { path = "../aderyn_driver", version = "0.1.8" } +aderyn_driver = { path = "../aderyn_driver", version = "0.1.9" } clap = { version = "4.4.6", features = ["derive"] } reqwest = { version = "0.12.2", default-features = false, features = ["blocking", "json", "rustls-tls"] } semver = "1.0.22" diff --git a/aderyn_core/Cargo.toml b/aderyn_core/Cargo.toml index 59f8b627..815ad2fa 100644 --- a/aderyn_core/Cargo.toml +++ b/aderyn_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aderyn_core" -version = "0.1.8" +version = "0.1.9" edition = "2021" authors = ["Cyfrin "] description = "Rust based Solidity AST analyzer backend" diff --git a/aderyn_driver/Cargo.toml b/aderyn_driver/Cargo.toml index edebe312..5f7d32ef 100644 --- a/aderyn_driver/Cargo.toml +++ b/aderyn_driver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aderyn_driver" -version = "0.1.8" +version = "0.1.9" edition = "2021" authors = ["Cyfrin "] description = "Rust based Solidity AST analyzer driver" @@ -9,7 +9,7 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -aderyn_core = { path = "../aderyn_core", version = "0.1.8" } +aderyn_core = { path = "../aderyn_core", version = "0.1.9" } rayon = "1.8.0" cyfrin-foundry-compilers = { version = "0.3.20-aderyn", features = ["svm-solc"] } serde_json = { version = "1.0.96", features = ["preserve_order"] } diff --git a/aderyn_py/Cargo.toml b/aderyn_py/Cargo.toml index 90a44c0e..36299a11 100644 --- a/aderyn_py/Cargo.toml +++ b/aderyn_py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aderyn_py" -version = "0.1.8" +version = "0.1.9" edition = "2021" authors = ["Cyfrin "] description = "Rust based Solidity AST analyzer python bindings" @@ -14,7 +14,7 @@ name = "aderynpy" crate-type = ["cdylib"] [dependencies] -aderyn_driver = { path = "../aderyn_driver", version = "0.1.8" } +aderyn_driver = { path = "../aderyn_driver", version = "0.1.9" } [dependencies.pyo3] version = "0.19.0" diff --git a/reports/report.sarif b/reports/report.sarif index 53ddef2c..89ab1bb2 100644 --- a/reports/report.sarif +++ b/reports/report.sarif @@ -6782,8 +6782,8 @@ "informationUri": "https://github.com/Cyfrin/aderyn", "name": "Aderyn", "organization": "Cyfrin", - "semanticVersion": "0.1.8", - "version": "0.1.8" + "semanticVersion": "0.1.9", + "version": "0.1.9" } } }