From 1c31f4bc7f5b6bf0950f22cbc0936d47e5305ec5 Mon Sep 17 00:00:00 2001 From: Ethan Brierley Date: Sun, 21 Jan 2024 20:04:58 +0000 Subject: [PATCH] chore!(reqwest-tracing): bump patch version :rocket: --- reqwest-tracing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reqwest-tracing/Cargo.toml b/reqwest-tracing/Cargo.toml index ee3995b..e5b7bf0 100644 --- a/reqwest-tracing/Cargo.toml +++ b/reqwest-tracing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-tracing" -version = "0.4.6" +version = "0.4.7" authors = ["Rodrigo Gryzinski "] edition = "2018" description = "Opentracing middleware for reqwest."