diff --git a/Cargo.lock b/Cargo.lock index 802a8f1..05b403b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,9 +22,9 @@ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" [[package]] name = "cc" -version = "1.2.56" +version = "1.2.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" +checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283" dependencies = [ "find-msvc-tools", "shlex", @@ -63,9 +63,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.3.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" +checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" [[package]] name = "find-msvc-tools" @@ -131,9 +131,9 @@ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" [[package]] name = "indexmap" -version = "2.13.0" +version = "2.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" +checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff" dependencies = [ "equivalent", "hashbrown 0.16.1", @@ -143,9 +143,9 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" +checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" [[package]] name = "leb128fmt" @@ -155,9 +155,9 @@ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" [[package]] name = "libc" -version = "0.2.182" +version = "0.2.184" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" +checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af" [[package]] name = "linux-raw-sys" @@ -189,9 +189,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.21.3" +version = "1.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" +checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" [[package]] name = "prettyplease" @@ -242,9 +242,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.27" +version = "1.0.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" +checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" [[package]] name = "serde" @@ -296,9 +296,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "simd-adler32" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" +checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" [[package]] name = "syn" @@ -313,9 +313,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.26.0" +version = "3.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0" +checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", "getrandom", @@ -493,7 +493,7 @@ dependencies = [ [[package]] name = "yara-mapper" -version = "0.1.3" +version = "0.1.4" dependencies = [ "flate2", "tempfile", @@ -502,7 +502,7 @@ dependencies = [ [[package]] name = "yara-mapper-sys" -version = "0.1.3" +version = "0.1.4" dependencies = [ "cc", "yara-seqan2-sys", @@ -510,7 +510,7 @@ dependencies = [ [[package]] name = "yara-seqan2-sys" -version = "0.1.3" +version = "0.1.4" [[package]] name = "zmij" diff --git a/Cargo.toml b/Cargo.toml index a7ed956..d10eb33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["yara-seqan2-sys", "yara-sys", "yara"] resolver = "2" [workspace.package] -version = "0.1.3" +version = "0.1.4" edition = "2024" rust-version = "1.85.0" repository = "https://github.com/fg-labs/rust-yara" diff --git a/yara-seqan2-sys/CHANGELOG.md b/yara-seqan2-sys/CHANGELOG.md index fe72f23..de1de31 100644 --- a/yara-seqan2-sys/CHANGELOG.md +++ b/yara-seqan2-sys/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.1.4] - 2026-04-09 + +### Bug Fixes + +- Update repository URLs to fg-labs after org transfer ([#15](https://github.com/fg-labs/rust-yara/pull/15)) + +### Documentation + +- Add fulcrum genomics branding to README ([#17](https://github.com/fg-labs/rust-yara/pull/17)) + + + ## [0.1.3] - 2026-03-07 diff --git a/yara-sys/CHANGELOG.md b/yara-sys/CHANGELOG.md index 0fdad84..1fbf24c 100644 --- a/yara-sys/CHANGELOG.md +++ b/yara-sys/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.1.4] - 2026-04-09 + +### Bug Fixes + +- Update repository URLs to fg-labs after org transfer ([#15](https://github.com/fg-labs/rust-yara/pull/15)) + +### Documentation + +- Add fulcrum genomics branding to README ([#17](https://github.com/fg-labs/rust-yara/pull/17)) + + + ## [0.1.3] - 2026-03-07 ### Bug Fixes diff --git a/yara-sys/Cargo.toml b/yara-sys/Cargo.toml index b0ed732..94e66c7 100644 --- a/yara-sys/Cargo.toml +++ b/yara-sys/Cargo.toml @@ -24,7 +24,7 @@ include = [ pedantic = { level = "warn", priority = -1 } [dependencies] -yara-seqan2-sys = { version = "0.1.3", path = "../yara-seqan2-sys" } +yara-seqan2-sys = { version = "0.1.4", path = "../yara-seqan2-sys" } [build-dependencies] cc = "1" diff --git a/yara/CHANGELOG.md b/yara/CHANGELOG.md index 3d4c5fb..3d68224 100644 --- a/yara/CHANGELOG.md +++ b/yara/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.1.4] - 2026-04-09 + +### Bug Fixes + +- Update repository URLs to fg-labs after org transfer ([#15](https://github.com/fg-labs/rust-yara/pull/15)) + +### Documentation + +- Add fulcrum genomics branding to README ([#17](https://github.com/fg-labs/rust-yara/pull/17)) + + + ## [0.1.3] - 2026-03-07 ### Bug Fixes diff --git a/yara/Cargo.toml b/yara/Cargo.toml index 6f61d12..8ea0247 100644 --- a/yara/Cargo.toml +++ b/yara/Cargo.toml @@ -17,7 +17,7 @@ license.workspace = true pedantic = { level = "warn", priority = -1 } [dependencies] -yara-mapper-sys = { version = "0.1.3", path = "../yara-sys" } +yara-mapper-sys = { version = "0.1.4", path = "../yara-sys" } [dev-dependencies] flate2 = "1"