diff --git a/Cargo.lock b/Cargo.lock index d70b8b2..dfd8b6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -561,7 +561,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hello-tracing-backend" -version = "1.3.4" +version = "1.3.5" dependencies = [ "anyhow", "axum", diff --git a/hello-tracing-backend/Cargo.toml b/hello-tracing-backend/Cargo.toml index 00d63d8..31f5054 100644 --- a/hello-tracing-backend/Cargo.toml +++ b/hello-tracing-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello-tracing-backend" -version = "1.3.4" +version = "1.3.5" description = "hello-tracing-backend" edition = { workspace = true } authors = { workspace = true }