From 4404ae17dfb641b892bb9cb94b8e483409938069 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Tue, 17 Oct 2023 13:24:54 +0300 Subject: [PATCH] Bump Cargo.toml version to 0.1.7 --- Cargo.lock | 2 +- Cargo.toml | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9043468c..7a2f760d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -582,7 +582,7 @@ dependencies = [ [[package]] name = "fh" -version = "0.1.6" +version = "0.1.7" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index 161911a0..d79a5ef8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fh" -version = "0.1.6" +version = "0.1.7" authors = ["Determinate Systems "] edition = "2021" license = "Apache 2.0" @@ -37,9 +37,7 @@ semver = { version = "1.0.18", default-features = false, features = ["serde"] } serde = { version = "1.0.188", default-features = false, features = ["derive"] } serde_json = "1.0.105" thiserror = { version = "1.0.44", default-features = false } -tokio = { version = "1.30.0", default-features = false, features = [ - "full", -] } +tokio = { version = "1.30.0", default-features = false, features = ["full"] } tracing = "0.1.37" tracing-error = "0.2.0" tracing-subscriber = { version = "0.3.17", default-features = false, features = [