diff --git a/implants/Cargo.toml b/implants/Cargo.toml index 3a6862e80..25556b63b 100644 --- a/implants/Cargo.toml +++ b/implants/Cargo.toml @@ -131,7 +131,7 @@ tokio-util = { version = "0.7.10", features = ["io"] } tonic = { git = "https://github.com/hyperium/tonic.git", rev = "07e4ee1" } tonic-build = { git = "https://github.com/hyperium/tonic.git", rev = "c783652" } # Needed git for `.codec_path` in build.rs - previous version of codec setting is really gross. https://github.com/hyperium/tonic/blob/ea8cd3f384e953e177f20a62aa156a75676853f4/examples/build.rs#L44 trait-variant = "0.1.1" -uuid = "1.5.0" +uuid = "1.10.0" urlencoding = "2.1.3" static_vcruntime = "2.0" url = "2.5"