diff --git a/Cargo.lock b/Cargo.lock index dfd8b6f..ea4bfa3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -609,7 +609,7 @@ dependencies = [ [[package]] name = "hello-tracing-gateway" -version = "1.3.4" +version = "1.3.5" dependencies = [ "anyhow", "api-version", diff --git a/hello-tracing-gateway/Cargo.toml b/hello-tracing-gateway/Cargo.toml index e5d49c4..0086756 100644 --- a/hello-tracing-gateway/Cargo.toml +++ b/hello-tracing-gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello-tracing-gateway" -version = "1.3.4" +version = "1.3.5" description = "hello-tracing-gateway" edition = { workspace = true } authors = { workspace = true }