diff --git a/Cargo.lock b/Cargo.lock index 073c0fd..37033f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -609,7 +609,7 @@ dependencies = [ [[package]] name = "hello-tracing-gateway" -version = "1.3.5" +version = "1.3.6" dependencies = [ "anyhow", "api-version", diff --git a/hello-tracing-gateway/Cargo.toml b/hello-tracing-gateway/Cargo.toml index 0086756..6c6d2e0 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.5" +version = "1.3.6" description = "hello-tracing-gateway" edition = { workspace = true } authors = { workspace = true }