diff --git a/Cargo.lock b/Cargo.lock index 21f73bf..2ec6640 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -566,7 +566,7 @@ dependencies = [ [[package]] name = "hello-tracing-gateway" -version = "1.0.2" +version = "1.0.3" dependencies = [ "anyhow", "axum", diff --git a/hello-tracing-gateway/Cargo.toml b/hello-tracing-gateway/Cargo.toml index a88ab4f..3534495 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.2" +version = "1.0.3" description = "hello-tracing-gateway" edition = { workspace = true } authors = { workspace = true }