diff --git a/Cargo.lock b/Cargo.lock index 7d9413cdb4a..c2f2458bbbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4365,7 +4365,7 @@ dependencies = [ [[package]] name = "mirrord-protocol" -version = "1.11.3" +version = "1.11.4" dependencies = [ "actix-codec", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 6a42b5ba4a2..f67629c7aeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -99,6 +99,8 @@ fancy-regex = { version = "0.13" } enum_dispatch = "0.3" +# If you update `hyper`, check that `h2` version is compatible in `intproxy/Cargo.toml`. +# There is a test for this: `cargo test -p mirrord-intproxy hyper_and_h2_versions_in_sync` hyper = { version = "1", features = ["full"] } hyper-util = { version = "0.1" } http-body = "1" @@ -120,4 +122,4 @@ private_intra_doc_links = "allow" [profile.release] strip = "debuginfo" # Enabling LTO causes this issue https://github.com/metalbear-co/mirrord/issues/906 -lto = false \ No newline at end of file +lto = false diff --git a/mirrord/protocol/Cargo.toml b/mirrord/protocol/Cargo.toml index 4a3eb1622d7..5bd5dc2ae48 100644 --- a/mirrord/protocol/Cargo.toml +++ b/mirrord/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mirrord-protocol" -version = "1.11.3" +version = "1.11.4" authors.workspace = true description.workspace = true documentation.workspace = true