We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c200a06 commit 82232caCopy full SHA for 82232ca
1 file changed
rust/Cargo.toml
@@ -7,7 +7,7 @@ repository = "https://github.com/envoyproxy/dynamic-modules-example"
7
8
[dependencies]
9
# The SDK version must match the Envoy version due to the strict compatibility requirements.
10
-envoy-proxy-dynamic-modules-rust-sdk = { git = "https://github.com/envoyproxy/envoy", rev = "6d9bb7d9a85d616b220d1f8fe67b61f82bbdb8d3" }
+envoy-proxy-dynamic-modules-rust-sdk = { git = "https://github.com/envoyproxy/envoy", rev = "f1dd21b16c244bda00edfb5ffce577e12d0d2ec2" }
11
serde = { version = "1.0", features = ["derive"] }
12
serde_json = "1.0"
13
rand = "0.9.0"
0 commit comments