From f2dd2a230cb0e411e27ea4efbe5eef5dc38143c1 Mon Sep 17 00:00:00 2001 From: Dmitry Pankratov Date: Wed, 23 Oct 2024 23:25:48 +0200 Subject: [PATCH] Versions in toml files --- examples/Cargo.toml | 2 +- util/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 293bc26..fcf1142 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -36,7 +36,7 @@ path = "src/print-job.rs" name = "print-job" [dependencies] -ipp = { path = "../ipp", version = "5.0.3" } +ipp = { path = "../ipp", version = "5.0.5" } tokio = { version = "1", features = ["macros", "fs", "rt-multi-thread"] } tokio-util = { version = "0.7", features = ["compat"] } diff --git a/util/Cargo.toml b/util/Cargo.toml index b180017..8038269 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -15,5 +15,5 @@ name = "ipputil" path = "src/main.rs" [dependencies] -ipp = { path = "../ipp", version = "5.0.3", default-features = false, features = ["client-tls"] } +ipp = { path = "../ipp", version = "5.0.5", default-features = false, features = ["client-tls"] } clap = { version = "4", features = ["derive"] }