From 9f344b54cdd90cd1fe435c603c5b97fb32eda3f2 Mon Sep 17 00:00:00 2001 From: Benjamin Fry Date: Thu, 1 Jun 2023 09:45:36 -0700 Subject: [PATCH] bump server and bin crates to 0.22.1 --- Cargo.lock | 4 ++-- bin/Cargo.toml | 4 ++-- crates/server/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8694f7f73..570cdda864 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1747,7 +1747,7 @@ dependencies = [ [[package]] name = "trust-dns" -version = "0.22.0" +version = "0.22.1" dependencies = [ "clap", "futures", @@ -1921,7 +1921,7 @@ dependencies = [ [[package]] name = "trust-dns-server" -version = "0.22.0" +version = "0.22.1" dependencies = [ "async-trait", "bytes", diff --git a/bin/Cargo.toml b/bin/Cargo.toml index d4c2bcef86..4ab82c5a85 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trust-dns" -version = "0.22.0" +version = "0.22.1" authors = ["Benjamin Fry "] edition = "2018" @@ -89,7 +89,7 @@ tracing-subscriber = { version = "0.3", features = ["std", "fmt", "env-filter"] tokio = { version = "1.0", features = ["time"] } trust-dns-client = { version = "0.22.0", path = "../crates/client" } trust-dns-proto = { version = "0.22.0", path = "../crates/proto" } -trust-dns-server = { version = "0.22.0", path = "../crates/server" } +trust-dns-server = { version = "0.22.1", path = "../crates/server" } [dev-dependencies] native-tls = "0.2" diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index 7efee894c8..50f274a6ad 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trust-dns-server" -version = "0.22.0" +version = "0.22.1" authors = ["Benjamin Fry "] edition = "2018"