diff --git a/Cargo.lock b/Cargo.lock index 2836d9d..60c1b6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1162,7 +1162,7 @@ checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" [[package]] name = "dcap-qvl" version = "0.3.12" -source = "git+https://github.com/flashbots/dcap-qvl.git?branch=peg%2Fazure-outdated-tcp-override#0aae2fb5029f091584576cec8d1d5b477e4b1625" +source = "git+https://github.com/flashbots/dcap-qvl.git?branch=peg%2Fazure-outdated-tcp-override#3d1d4ba96add015ad23109c4df5fb6730182efaa" dependencies = [ "anyhow", "asn1_der", diff --git a/attested-tls/Cargo.toml b/attested-tls/Cargo.toml index f88f2f5..c1a3273 100644 --- a/attested-tls/Cargo.toml +++ b/attested-tls/Cargo.toml @@ -20,7 +20,7 @@ anyhow = "1.0.100" pem-rfc7468 = { version = "0.7.0", features = ["std"] } configfs-tsm = "0.0.2" rand_core = { version = "0.6.4", features = ["getrandom"] } -dcap-qvl = { git = "https://github.com/flashbots/dcap-qvl.git", branch = "peg/azure-outdated-tcp-override", features = ["danger_allow_tcb_override"] } +dcap-qvl = { git = "https://github.com/flashbots/dcap-qvl.git", branch = "peg/azure-outdated-tcp-override", features = ["danger-allow-tcb-override"] } hex = "0.4.3" http = "1.3.1" serde_json = "1.0.145"