Skip to content

Commit 7182e51

Browse files
Update thiserror requirement from 1 to 2 in /spiffe
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.0...2.0.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 10a8007 commit 7182e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spiffe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords = ["SPIFFE", "X509", "JWT"]
1616

1717
[dependencies]
1818
# spiffe-types dependencies:
19-
thiserror = "1"
19+
thiserror = "2"
2020
url = "2"
2121
asn1 = { package = "simple_asn1", version = "0.6" }
2222
x509-parser = "0.16"

0 commit comments

Comments
 (0)