diff --git a/Cargo.lock b/Cargo.lock index 6d25b00..d885c49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,7 +119,7 @@ dependencies = [ [[package]] name = "dragonfly-api" -version = "2.2.25" +version = "2.2.26" dependencies = [ "prost", "prost-types", diff --git a/Cargo.toml b/Cargo.toml index 5a94abe..4cba11e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dragonfly-api" -version = "2.2.25" +version = "2.2.26" authors = ["Gaius "] edition = "2021" license = "Apache-2.0" @@ -11,13 +11,13 @@ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tonic = "0.14.3" -tonic-prost = "0.14.3" -prost = "0.14.3" -prost-types = "0.14.3" +tonic = "0.14.2" +tonic-prost = "0.14.2" +prost = "0.14.2" +prost-types = "0.14.2" tokio = { version = "1.50.0", features = ["rt-multi-thread", "macros"] } serde = { version = "1.0", features = ["derive"] } prost-wkt-types = "0.7" [build-dependencies] -tonic-prost-build = "0.14.3" +tonic-prost-build = "0.14.2"