diff --git a/Cargo.lock b/Cargo.lock index 56d550311f..438417ff92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -667,9 +667,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" dependencies = [ "serde", ] @@ -2911,8 +2911,9 @@ dependencies = [ [[package]] name = "instant-acme" -version = "0.8.3" -source = "git+https://github.com/djc/instant-acme?rev=cd5780819817efd64205439c1ed9d33e0db8c866#cd5780819817efd64205439c1ed9d33e0db8c866" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f05ad37c421b962354c358d347d4a6130151df9407978372d3ad7f0c8f71a64" dependencies = [ "async-trait", "aws-lc-rs", @@ -3641,9 +3642,9 @@ dependencies = [ [[package]] name = "num-conv" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" +checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" [[package]] name = "num-derive" @@ -6589,30 +6590,30 @@ dependencies = [ [[package]] name = "time" -version = "0.3.44" +version = "0.3.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" +checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" dependencies = [ "deranged", "itoa", "num-conv", "powerfmt", - "serde", + "serde_core", "time-core", "time-macros", ] [[package]] name = "time-core" -version = "0.1.6" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" +checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" [[package]] name = "time-macros" -version = "0.2.24" +version = "0.2.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" +checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" dependencies = [ "num-conv", "time-core", diff --git a/rofl-proxy/Cargo.toml b/rofl-proxy/Cargo.toml index 2005b372c3..c289dbef87 100644 --- a/rofl-proxy/Cargo.toml +++ b/rofl-proxy/Cargo.toml @@ -14,8 +14,7 @@ backoff = { version = "0.4", features = ["tokio"] } base64 = "0.22.1" byteorder = "1" defguard_wireguard_rs = "0.7.6" -# TODO: Switch to version 0.8.4 when released. -instant-acme = { git = "https://github.com/djc/instant-acme", rev = "cd5780819817efd64205439c1ed9d33e0db8c866" } +instant-acme = "0.8.5" p256 = { version = "0.13", features = ["pkcs8"] } ptrie = "0.7.2" rcgen = "0.14.2"