File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " sigstore"
3
3
description = " An experimental crate to interact with sigstore"
4
- version = " 0.5.2 "
4
+ version = " 0.5.3 "
5
5
edition = " 2018"
6
6
authors = [
7
7
" sigstore-rs developers" ,
@@ -11,8 +11,8 @@ readme = "README.md"
11
11
12
12
[features ]
13
13
default = [" native-tls" ]
14
- native-tls = [" oci-distribution/native-tls" , " openidconnect/native-tls" ]
15
- rustls-tls = [" oci-distribution/rustls-tls" , " openidconnect/rustls-tls" ]
14
+ native-tls = [" oci-distribution/native-tls" , " openidconnect/native-tls" , " reqwest/native-tls " ]
15
+ rustls-tls = [" oci-distribution/rustls-tls" , " openidconnect/rustls-tls" , " reqwest/rustls-tls " ]
16
16
17
17
[dependencies ]
18
18
async-trait = " 0.1.52"
@@ -50,6 +50,7 @@ ed25519 = { version = "1", features = [ "alloc" ] }
50
50
ed25519-dalek-fiat = " 0.1.0"
51
51
rsa = " 0.7.0"
52
52
pkcs1 = " 0.4.0"
53
+ reqwest = { version = " 0.11" , default-features = false , features = [" json" , " multipart" ] }
53
54
54
55
[dev-dependencies ]
55
56
anyhow = " 1.0.54"
@@ -61,9 +62,6 @@ rstest = "0.15.0"
61
62
tempfile = " 3.3.0"
62
63
tracing-subscriber = { version = " 0.3.9" , features = [" env-filter" ] }
63
64
64
- [dependencies .reqwest ]
65
- version = " ^0.11"
66
- features = [" json" , " multipart" ]
67
65
68
66
# cosign example mappings
69
67
You can’t perform that action at this time.
0 commit comments