diff --git a/Cargo.lock b/Cargo.lock
index 14fb958..996de5c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1783,6 +1783,7 @@ name = "h2"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
+
dependencies = [
"bytes",
"fnv",
@@ -1791,6 +1792,7 @@ dependencies = [
"futures-util",
"http",
"indexmap 2.2.6",
+
"slab",
"tokio",
"tokio-util",
diff --git a/Cargo.toml b/Cargo.toml
index d9b981c..ae1f142 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ config = "0.13.4"
reqwest = { version = "0.11.23", features = ["json", "blocking"] }
serde = { version = "1.0.195", features = ["derive"] }
tokio = { version = "1.28.1", features = ["full"] }
-tracing = { version = "0.1.37", features = ["log"] }
+tracing = { version = "0.1.40", features = ["log"] }
tracing-bunyan-formatter = "0.3.8"
tracing-log = "0.1.4"
tracing-subscriber = { version = "0.3.18", features = ["registry", "env-filter"] }
diff --git a/README.md b/README.md
index 18723b4..fe43153 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
-# Stacker
-
+
+
+