diff --git a/spiffe/CHANGELOG.md b/spiffe/CHANGELOG.md index 0068064..5767572 100644 --- a/spiffe/CHANGELOG.md +++ b/spiffe/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.6.0] - 2024-09-11 +## [0.6.1] - 2024-09-11 - Update Rust Edition to 2021 (#82) - Enhance Usability with Core Type Re-exports (#83) diff --git a/spiffe/README.md b/spiffe/README.md index 76eceb9..0504b4a 100644 --- a/spiffe/README.md +++ b/spiffe/README.md @@ -14,7 +14,7 @@ client (`workload-api`) by default: ```toml [dependencies] -spiffe = "0.6.0" +spiffe = "0.6.1" ``` ## Examples of Usage diff --git a/spire-api/Cargo.toml b/spire-api/Cargo.toml index e894488..0f45927 100644 --- a/spire-api/Cargo.toml +++ b/spire-api/Cargo.toml @@ -15,7 +15,7 @@ categories = ["cryptography"] keywords = ["SPIFFE", "SPIRE"] [dependencies] -spiffe = { version = "0.6.0", path = "../spiffe", default-features = false, features = ["spiffe-types"] } +spiffe = { version = "0.6.1", path = "../spiffe", default-features = false, features = ["spiffe-types"] } bytes = { version = "1", features = ["serde"] } tonic = { version = "0.11", default-features = false, features = ["prost", "codegen", "transport"]} prost = { version = "0.12"}