aboutsummaryrefslogtreecommitdiffhomepage
path: root/pingora-header-serde/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pingora-header-serde/Cargo.toml')
-rw-r--r--pingora-header-serde/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pingora-header-serde/Cargo.toml b/pingora-header-serde/Cargo.toml
index eaaa643..da079a9 100644
--- a/pingora-header-serde/Cargo.toml
+++ b/pingora-header-serde/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pingora-header-serde"
-version = "0.1.0"
+version = "0.2.0"
authors = ["Yuchen Wu <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
@@ -27,6 +27,6 @@ zstd-safe = { version = "7.1.0", features = ["std"] }
http = { workspace = true }
bytes = { workspace = true }
httparse = { workspace = true }
-pingora-error = { version = "0.1.0", path = "../pingora-error" }
-pingora-http = { version = "0.1.0", path = "../pingora-http" }
+pingora-error = { version = "0.2.0", path = "../pingora-error" }
+pingora-http = { version = "0.2.0", path = "../pingora-http" }
thread_local = "1.0"