diff --git a/Cargo.lock b/Cargo.lock index fafde46..ff859c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,7 +129,7 @@ dependencies = [ [[package]] name = "bart" -version = "0.9.0" +version = "0.10.0" dependencies = [ "anyhow", "bartholomew", @@ -145,7 +145,7 @@ dependencies = [ [[package]] name = "bartholomew" -version = "0.9.0" +version = "0.10.0" dependencies = [ "anyhow", "brotli", diff --git a/Cargo.toml b/Cargo.toml index 930e739..7658aed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bartholomew" -version = "0.9.0" +version = "0.10.0" edition = "2021" authors = ["Fermyon Engineering "] diff --git a/bart/Cargo.toml b/bart/Cargo.toml index 80c3e93..5652a6c 100644 --- a/bart/Cargo.toml +++ b/bart/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bart" -version = "0.9.0" +version = "0.10.0" edition = "2021" authors = ["Fermyon Engineering "] @@ -10,8 +10,8 @@ bartholomew = { path = "../", default-features = false } chrono = { version = "0.4.19", features = ["serde"] } colorful = "0.2.1" structopt = "0.3.22" -tokio = { version = "1.29", features = [ "full" ] } +tokio = { version = "1.29", features = ["full"] } toml = "0.5.8" -tracing = { version = "0.1.26", features = [ "log" ] } +tracing = { version = "0.1.26", features = ["log"] } tracing-futures = "0.2.5" -tracing-subscriber = { version = "0.2.19", features = [ "env-filter" ] } +tracing-subscriber = { version = "0.2.19", features = ["env-filter"] }