diff --git a/Cargo.lock b/Cargo.lock index 9fd8549..29e7b37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -542,7 +542,7 @@ dependencies = [ [[package]] name = "hello-tracing-common" -version = "1.0.1" +version = "1.0.2" dependencies = [ "anyhow", "axum", diff --git a/hello-tracing-common/Cargo.toml b/hello-tracing-common/Cargo.toml index 474bbec..4727672 100644 --- a/hello-tracing-common/Cargo.toml +++ b/hello-tracing-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello-tracing-common" -version = "1.0.1" +version = "1.0.2" description = "hello-tracing-backend" edition = { workspace = true } authors = { workspace = true }