diff --git a/Cargo.toml b/Cargo.toml index 671c5b4..07cb058 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,3 @@ rusticata-macros = "3.0" ring = { version="0.16", optional=true } der-parser = { version = "5.1", features=["bigint"] } thiserror = "1.0" - -[patch.crates-io] -der-parser = { git="https://github.com/rusticata/der-parser", branch="der-parser-5.x" } -# der-parser = { path="../der-parser" }