Skip to content

Commit

Permalink
feat: remove zstd for tonic
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi committed Dec 9, 2024
1 parent c445bd2 commit 1f07312
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
17 changes: 8 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
]

[workspace.package]
version = "0.1.124"
version = "0.1.125"
authors = ["The Dragonfly Developers"]
homepage = "https://d7y.io/"
repository = "https://github.com/dragonflyoss/client.git"
Expand All @@ -22,13 +22,13 @@ readme = "README.md"
edition = "2021"

[workspace.dependencies]
dragonfly-client = { path = "dragonfly-client", version = "0.1.124" }
dragonfly-client-core = { path = "dragonfly-client-core", version = "0.1.124" }
dragonfly-client-config = { path = "dragonfly-client-config", version = "0.1.124" }
dragonfly-client-storage = { path = "dragonfly-client-storage", version = "0.1.124" }
dragonfly-client-backend = { path = "dragonfly-client-backend", version = "0.1.124" }
dragonfly-client-util = { path = "dragonfly-client-util", version = "0.1.124" }
dragonfly-client-init = { path = "dragonfly-client-init", version = "0.1.124" }
dragonfly-client = { path = "dragonfly-client", version = "0.1.125" }
dragonfly-client-core = { path = "dragonfly-client-core", version = "0.1.125" }
dragonfly-client-config = { path = "dragonfly-client-config", version = "0.1.125" }
dragonfly-client-storage = { path = "dragonfly-client-storage", version = "0.1.125" }
dragonfly-client-backend = { path = "dragonfly-client-backend", version = "0.1.125" }
dragonfly-client-util = { path = "dragonfly-client-util", version = "0.1.125" }
dragonfly-client-init = { path = "dragonfly-client-init", version = "0.1.125" }
thiserror = "1.0"
dragonfly-api = "=2.0.177"
reqwest = { version = "0.12.4", features = [
Expand Down Expand Up @@ -69,7 +69,7 @@ rocksdb = "0.22.0"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
http = "1"
tonic = { version = "0.12.2", features = ["zstd", "tls"] }
tonic = { version = "0.12.2", features = ["tls"] }
tonic-reflection = "0.12.3"
tokio = { version = "1.41.1", features = ["full"] }
tokio-util = { version = "0.7.12", features = ["full"] }
Expand Down

0 comments on commit 1f07312

Please sign in to comment.