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 = [