Skip to content

Commit 0ee776f

Browse files
authoredJul 9, 2024··
Merge pull request #191 from eyakubovich/ey/bump-deps-2
Bump dependencies
2 parents b0a7af1 + 1ee4214 commit 0ee776f

File tree

2 files changed

+693
-447
lines changed

2 files changed

+693
-447
lines changed
 

‎enclaver/Cargo.lock

+682-436
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎enclaver/Cargo.toml

+11-11
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ name = "enclaver"
2020

2121
[dependencies]
2222
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"] }
2626
tokio-pipe = "0.2"
2727
tokio-vsock = { version = "0.4", optional = true }
2828
tokio-rustls = { version = "0.24", features = ["dangerous_configuration"] }
@@ -43,18 +43,18 @@ serde_bytes = "0.11"
4343
serde = { version = "1.0", features = ["derive"] }
4444
json = "0.12"
4545
base64 = "0.13"
46-
bollard = "0.13"
47-
tempfile = "3.0"
46+
bollard = "0.15.0"
47+
tempfile = "3.10"
4848
http = "0.2"
4949
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"] }
5252
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"] }
5454
rtnetlink = { version = "0.11", optional = true }
5555
circbuf = "0.2"
5656
async-trait = "0.1"
57-
bytes = "1.0"
57+
bytes = "1.6"
5858
ipnetwork = "0.20"
5959
aws-nitro-enclaves-nsm-api = "0.2.1"
6060
aws-types = "0.56.1"
@@ -65,7 +65,7 @@ aws-smithy-client = { version = "0.56.1", features = ["rustls"] }
6565
aws-sigv4 = "0.56.1"
6666
rsa = "0.7"
6767
pkcs8 = { version = "0.9", features = ["pem"] }
68-
zeroize = "1.5.7"
68+
zeroize = "1.8.1"
6969
asn1-rs = "0.5.2"
7070
cbc = { version = "0.1", features = [ "std", "block-padding" ] }
7171
aes = "0.8"
@@ -76,7 +76,7 @@ console-subscriber = { version = "0.1.10", optional = true }
7676
[dev-dependencies]
7777
assert2 = "0.3"
7878
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"] }
8080
aws-credential-types = { version = "0.56.1", features = ["hardcoded-credentials"] }
8181

8282
[features]

0 commit comments

Comments
 (0)
Please sign in to comment.