aboutsummaryrefslogtreecommitdiffhomepage
path: root/pingora-header-serde/Cargo.toml
diff options
context:
space:
mode:
authorYuchen Wu <[email protected]>2024-10-31 15:40:22 -0700
committerYuchen Wu <[email protected]>2024-10-31 15:40:22 -0700
commit1b93914ef4651c68767456afecda5c62cdac8136 (patch)
treeccd3c05f44c0d9801dd5277b15e68060b3f6e595 /pingora-header-serde/Cargo.toml
parentfb343ee6bf8e6aa8e84503a588da7d58c9de0cc8 (diff)
downloadpingora-bleeper-yuchen-88def7550ec.tar.gz
pingora-bleeper-yuchen-88def7550ec.zip
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 b0a6bbe..f966cf9 100644
--- a/pingora-header-serde/Cargo.toml
+++ b/pingora-header-serde/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pingora-header-serde"
-version = "0.3.0"
+version = "0.4.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.3.0", path = "../pingora-error" }
-pingora-http = { version = "0.3.0", path = "../pingora-http" }
+pingora-error = { version = "0.4.0", path = "../pingora-error" }
+pingora-http = { version = "0.4.0", path = "../pingora-http" }
thread_local = "1.0"