diff --git a/Cargo.lock b/Cargo.lock index 2a5b05b..4aed18a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -298,7 +298,7 @@ version = "0.1.0" [[package]] name = "libvctrl_sha512" -version = "3.0.1" +version = "3.1.0" dependencies = [ "criterion", "zeroize", diff --git a/libvctrl/Cargo.toml b/libvctrl/Cargo.toml index 6eccb76..1431e19 100644 --- a/libvctrl/Cargo.toml +++ b/libvctrl/Cargo.toml @@ -19,9 +19,9 @@ exclude = [ ] [dependencies] -libvctrl_handler = { path = "../libvctrl_handler", version = "5.0.0" } -libvctrl_core = { path = "../libvctrl_core", version = "3.0.0" } -libvctrl_sha512 = { path = "../libvctrl_sha512", version = "3.0.0", default-features = false } +libvctrl_handler = { path = "../libvctrl_handler", version = "5.0.1" } +libvctrl_core = { path = "../libvctrl_core", version = "3.0.1" } +libvctrl_sha512 = { path = "../libvctrl_sha512", version = "3.1.0", default-features = false } [dev-dependencies] proptest = "1.11.0" diff --git a/libvctrl_core/Cargo.toml b/libvctrl_core/Cargo.toml index 6db201c..c9a404e 100644 --- a/libvctrl_core/Cargo.toml +++ b/libvctrl_core/Cargo.toml @@ -11,8 +11,8 @@ keywords = ["version-control", "vcs", "core"] categories = ["development-tools"] [dependencies] -libvctrl_handler = {path = "../libvctrl_handler", version = "5.0.0" } -libvctrl_sha512 = { path = "../libvctrl_sha512", version = "3.0.0" } +libvctrl_handler = {path = "../libvctrl_handler", version = "5.0.1" } +libvctrl_sha512 = { path = "../libvctrl_sha512", version = "3.1.0" } [dev-dependencies] proptest = "1.11.0" diff --git a/libvctrl_plumbing/Cargo.toml b/libvctrl_plumbing/Cargo.toml index 2457999..123b55b 100644 --- a/libvctrl_plumbing/Cargo.toml +++ b/libvctrl_plumbing/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["version-control", "vcs", "plumbing"] categories = ["development-tools"] [dependencies] -libvctrl = { path = "../libvctrl", version = "2.1.2" } +libvctrl = { path = "../libvctrl", version = "2.1.3" } [dev-dependencies] libvctrl_core = { path = "../libvctrl_core", version = "3.0.0" } diff --git a/libvctrl_sha512/Cargo.toml b/libvctrl_sha512/Cargo.toml index 274029c..a8c27cf 100644 --- a/libvctrl_sha512/Cargo.toml +++ b/libvctrl_sha512/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libvctrl_sha512" -version = "3.0.1" +version = "3.1.0" edition = "2024" rust-version = "1.96" description = "Zero-dependency SHA512, HMAC-SHA512, HKDF-SHA512, and optional SHA384"