diff --git a/Cargo.lock b/Cargo.lock index d261e78..0d15e67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -603,7 +603,7 @@ dependencies = [ [[package]] name = "hello-tracing-gateway" -version = "1.3.1" +version = "1.3.2" dependencies = [ "anyhow", "api-version", diff --git a/hello-tracing-gateway/Cargo.toml b/hello-tracing-gateway/Cargo.toml index 57e3490..46f945f 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.1" +version = "1.3.2" description = "hello-tracing-gateway" edition = { workspace = true } authors = { workspace = true }