Skip to content

Commit

Permalink
Update spire-api to use spiffe-v0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Max Lambrecht <[email protected]>
  • Loading branch information
maxlambrecht committed Sep 12, 2024
1 parent 6b5698b commit 02d3be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spire-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["cryptography"]
keywords = ["SPIFFE", "SPIRE"]

[dependencies]
spiffe = { version = "0.5.0", path = "../spiffe", default-features = false, features = ["spiffe-types"] }
spiffe = { version = "0.6.0", 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"}
Expand Down

0 comments on commit 02d3be5

Please sign in to comment.