diff --git a/Cargo.lock b/Cargo.lock index c4005d063..599a5d02c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,7 +23,7 @@ dependencies = [ [[package]] name = "aderyn" -version = "0.1.10" +version = "0.1.11" dependencies = [ "aderyn_driver", "clap", @@ -38,7 +38,7 @@ dependencies = [ [[package]] name = "aderyn_core" -version = "0.1.10" +version = "0.1.11" dependencies = [ "crossbeam-channel", "cyfrin-foundry-compilers", @@ -64,7 +64,7 @@ dependencies = [ [[package]] name = "aderyn_driver" -version = "0.1.10" +version = "0.1.11" dependencies = [ "aderyn_core", "criterion", @@ -80,7 +80,7 @@ dependencies = [ [[package]] name = "aderyn_py" -version = "0.1.10" +version = "0.1.11" dependencies = [ "aderyn_driver", "field_access", diff --git a/aderyn/Cargo.toml b/aderyn/Cargo.toml index 977f8ee1c..32c87a837 100644 --- a/aderyn/Cargo.toml +++ b/aderyn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aderyn" -version = "0.1.10" +version = "0.1.11" 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.10" } +aderyn_driver = { path = "../aderyn_driver", version = "0.1.11" } 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 cf2ffe274..80879d440 100644 --- a/aderyn_core/Cargo.toml +++ b/aderyn_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aderyn_core" -version = "0.1.10" +version = "0.1.11" edition = "2021" authors = ["Cyfrin "] description = "Rust based Solidity AST analyzer backend" diff --git a/aderyn_driver/Cargo.toml b/aderyn_driver/Cargo.toml index dd6669b01..31b06e2b4 100644 --- a/aderyn_driver/Cargo.toml +++ b/aderyn_driver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aderyn_driver" -version = "0.1.10" +version = "0.1.11" 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.10" } +aderyn_core = { path = "../aderyn_core", version = "0.1.11" } 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 04ed51e0b..c2d4315e3 100644 --- a/aderyn_py/Cargo.toml +++ b/aderyn_py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aderyn_py" -version = "0.1.10" +version = "0.1.11" 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.10" } +aderyn_driver = { path = "../aderyn_driver", version = "0.1.11" } field_access = "0.1.8" [dependencies.pyo3] diff --git a/reports/report.sarif b/reports/report.sarif index 256c9baa2..0c243290b 100644 --- a/reports/report.sarif +++ b/reports/report.sarif @@ -8793,8 +8793,8 @@ "informationUri": "https://github.com/Cyfrin/aderyn", "name": "Aderyn", "organization": "Cyfrin", - "semanticVersion": "0.1.10", - "version": "0.1.10" + "semanticVersion": "0.1.11", + "version": "0.1.11" } } }