Skip to content

Commit 0993ddf

Browse files
committed
Loosen spiffe version in spiffe-rustls
Signed-off-by: Max Lambrecht <[email protected]>
1 parent a57c18a commit 0993ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spiffe-rustls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["spiffe", "spire", "rustls", "mtls", "tls"]
1111
categories = ["network-programming", "cryptography", "authentication"]
1212

1313
[dependencies]
14-
spiffe = "0.8.0"
14+
spiffe = "0.8"
1515
rustls = { version = "0.23", default-features = false, features = ["std"] }
1616
tokio = { version = "1", default-features = false, features = ["rt", "sync"] }
1717
tokio-util = "0.7"

0 commit comments

Comments
 (0)