From 73a706b85681bcf401f2cb56309c0f81b6575484 Mon Sep 17 00:00:00 2001 From: Michael Pfaff Date: Mon, 20 May 2024 12:31:13 -0400 Subject: [PATCH] Bump version & update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eeb9928..69d6fa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tide_tracing" -version = "0.6.3" +version = "0.7.0" authors = ["Michael Pfaff "] edition = "2021" license = "MIT OR Apache-2.0" @@ -10,4 +10,4 @@ nrid = { git = "https://git.pfaff.dev/michael/nrid.rs.git", tag = "v0.2.0", defa tide = { version = "0.16", default-features = false } tracing = "0.1" async-trait = "0.1" -num_enum = "0.5" +num_enum = "0.7"