Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "vsock_proxy: Perform DNS resolution after the expiration of the TTL" #605

Closed
wants to merge 11 commits into from
201 changes: 16 additions & 185 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions vsock_proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
[package]
name = "vsock-proxy"
version = "1.0.0"
version = "0.1.0"
authors = ["The AWS Nitro Enclaves Team <[email protected]>"]
edition = "2018"
rust-version = "1.68"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4"
clap = "3.2"
dns-lookup = "2.0.3"
env_logger = "0.10"
hickory-resolver = "0.24"
idna = "0.3.0"
log = "0.4"
nix = "0.26"
Expand All @@ -20,6 +19,5 @@ threadpool = "1.7.1"
vsock = "0.3"

[dev-dependencies]
ctor = "0.2.7"
rand = "0.8.5"
tempfile = "3.5.0"
Loading