diff --git a/Cargo.lock b/Cargo.lock index d3d1752c..6160d576 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -748,7 +748,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "wirefilter-engine" -version = "0.6.0" +version = "0.6.1" dependencies = [ "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "cidr 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -766,23 +766,23 @@ dependencies = [ [[package]] name = "wirefilter-ffi" -version = "0.6.0" +version = "0.6.1" dependencies = [ "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "indoc 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", - "wirefilter-engine 0.6.0", + "wirefilter-engine 0.6.1", ] [[package]] name = "wirefilter-wasm" -version = "0.6.0" +version = "0.6.1" dependencies = [ "js-sys 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)", - "wirefilter-engine 0.6.0", + "wirefilter-engine 0.6.1", ] [metadata] diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 45179a1a..814629f1 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Ingvar Stepanyan "] name = "wirefilter-engine" -version = "0.6.0" +version = "0.6.1" description = "An execution engine for Wireshark-like filters" readme = "README.md" license = "MIT" diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index 904a44ee..5a2f6956 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Ingvar Stepanyan "] name = "wirefilter-ffi" -version = "0.6.0" +version = "0.6.1" description = "FFI bindings for the Wirefilter engine" publish = false diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index aa47ae18..14fc8f40 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Ingvar Stepanyan "] name = "wirefilter-wasm" -version = "0.6.0" +version = "0.6.1" description = "WebAssembly bindings for the Wirefilter engine" publish = false