rust-spiffe
rust-spiffe copied to clipboard
Rust library for SPIFFE support.
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.3 to 2.7.5. Release notes Sourced from Swatinem/rust-cache's releases. v2.7.5 What's Changed Upgrade checkout action from version 3 to 4 by @carsten-wenderdel in Swatinem/rust-cache#190 fix: usage of...
`spiffe=0.5.0` compiling failed because of the 2021 edition not included in the latest crates release. ``` error[E0405]: cannot find trait `TryInto` in this scope --> /root/.cargo/registry/src/rsproxy.cn-0dccff568467c15b/spiffe-0.5.0/src/proto/workload.rs:156:16 | 156 | D:...
Hello, I use the client library to validate a trust bundle from the agent, but I am getting the following error: unknown variant `jwt-svid`, expected `sig` or `enc` However jwt-svid...
I appreciate this isn't a bug with this crate specifically, however, it feels worth raising here since this was a little frustrating to debug. Example X509-SVID: ``` -----BEGIN CERTIFICATE----- MIIDmjCCAoKgAwIBAgIQbZjBPxGOLrnfAxLtkchtlTANBgkqhkiG9w0BAQsFADBq...
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.8.1 to 2.8.2. Release notes Sourced from Swatinem/rust-cache's releases. v2.8.2 What's Changed ci: address lint findings, add zizmor workflow by @woodruffw in Swatinem/rust-cache#262 feat: Implement ability to...
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.6 to 2.3.7. Release notes Sourced from coverallsapp/github-action's releases. v2.3.7 What's Changed README.md: Use current actions/setup-node and LTS version of Node.js by @cclauss in coverallsapp/github-action#247 Update workflow...
Updates the requirements on [jsonwebtoken](https://github.com/Keats/jsonwebtoken) to permit the latest version. Changelog Sourced from jsonwebtoken's changelog. 10.0.0 (2025-09-29) BREAKING: now using traits for crypto backends, you have to choose between aws_lc_rs...
Add `aws-lc-rs` and `rust-crypto` features, exactly one of which is required to be enabled by `jsonwebtoken` v10. `rust-crypto` is now part of `default` features. Use new `jsonwebtoken::dangerous::insecure_decode` to support jsonwebtoken...
Fix docs.rs build by removing exclusion on protobuf code generation when `DOCS_RS` environment variable is set. This issue appears to have been introduced in #138. Docs.rs build log: ``` #...