@@ -20,9 +20,9 @@ name = "enclaver"
20
20
21
21
[dependencies ]
22
22
anyhow = { version = " 1.0" , features = [" std" ] }
23
- lazy_static = " 1.4 "
24
- regex = " 1.6 "
25
- tokio = { version = " 1.24.1 " , features = [" full" ] }
23
+ lazy_static = " 1.5 "
24
+ regex = " 1.10 "
25
+ tokio = { version = " 1.38.0 " , features = [" full" ] }
26
26
tokio-pipe = " 0.2"
27
27
tokio-vsock = { version = " 0.4" , optional = true }
28
28
tokio-rustls = { version = " 0.24" , features = [" dangerous_configuration" ] }
@@ -43,18 +43,18 @@ serde_bytes = "0.11"
43
43
serde = { version = " 1.0" , features = [" derive" ] }
44
44
json = " 0.12"
45
45
base64 = " 0.13"
46
- bollard = " 0.13 "
47
- tempfile = " 3.0 "
46
+ bollard = " 0.15.0 "
47
+ tempfile = " 3.10 "
48
48
http = " 0.2"
49
49
http-body = " 0.4"
50
- form_urlencoded = " 1.1 "
51
- hyper = { version = " 0.14" , features = [" http1" ] }
50
+ form_urlencoded = " 1.2 "
51
+ hyper = { version = " 0.14.29 " , features = [" http1" , " stream " ] }
52
52
hyper-proxy = { git = " https://github.com/edgebitio/hyper-proxy.git" , default-features = false , features = [" rustls-webpki" ] }
53
- uuid = { version = " 1.0 " , features = [" v4" ] }
53
+ uuid = { version = " 1.9 " , features = [" v4" ] }
54
54
rtnetlink = { version = " 0.11" , optional = true }
55
55
circbuf = " 0.2"
56
56
async-trait = " 0.1"
57
- bytes = " 1.0 "
57
+ bytes = " 1.6 "
58
58
ipnetwork = " 0.20"
59
59
aws-nitro-enclaves-nsm-api = " 0.2.1"
60
60
aws-types = " 0.56.1"
@@ -65,7 +65,7 @@ aws-smithy-client = { version = "0.56.1", features = ["rustls"] }
65
65
aws-sigv4 = " 0.56.1"
66
66
rsa = " 0.7"
67
67
pkcs8 = { version = " 0.9" , features = [" pem" ] }
68
- zeroize = " 1.5.7 "
68
+ zeroize = " 1.8.1 "
69
69
asn1-rs = " 0.5.2"
70
70
cbc = { version = " 0.1" , features = [ " std" , " block-padding" ] }
71
71
aes = " 0.8"
@@ -76,7 +76,7 @@ console-subscriber = { version = "0.1.10", optional = true }
76
76
[dev-dependencies ]
77
77
assert2 = " 0.3"
78
78
tls-listener = { version = " 0.7" , features = [" rustls" , " hyper-h1" ] }
79
- reqwest = { version = " 0.11.8 " , default-features = false , features = [" rustls-tls-webpki-roots" ] }
79
+ reqwest = { version = " 0.12.5 " , default-features = false , features = [" rustls-tls-webpki-roots" ] }
80
80
aws-credential-types = { version = " 0.56.1" , features = [" hardcoded-credentials" ] }
81
81
82
82
[features ]
0 commit comments