diff --git a/Cargo.lock b/Cargo.lock index ce04947..6fa4c5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -628,7 +628,7 @@ dependencies = [ [[package]] name = "hello-tracing-gateway" -version = "1.0.7" +version = "1.1.0" dependencies = [ "anyhow", "api-version", diff --git a/hello-tracing-gateway/Cargo.toml b/hello-tracing-gateway/Cargo.toml index cd272b1..bc9148b 100644 --- a/hello-tracing-gateway/Cargo.toml +++ b/hello-tracing-gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello-tracing-gateway" -version = "1.0.7" +version = "1.1.0" description = "hello-tracing-gateway" edition = { workspace = true } authors = { workspace = true }