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