chore(turbofetch): update zstd dependency to 0.13
Update the zstd crate from version 0.9.0 to 0.13.0, removing the TODO comment blocking the upgrade. The dependency update also includes related bumps to zstd-safe and zstd-sys crates, along with the addition of pkg-config as a new transitive dependency. Change-Id: I6a6a696459075f5ee56f448e87286b6ec39b26d3 Reviewed-on: https://cl.snix.dev/c/snix/+/30640 Tested-by: besadii Reviewed-by: Florian Klink <flokli@flokli.de>
This commit is contained in:
parent
40ab29c05a
commit
bfdef33483
3 changed files with 48 additions and 33 deletions
|
|
@ -28,7 +28,6 @@ serde_json = "1.0.108"
|
|||
serde = { version = "1.0.190", features = ["derive"] }
|
||||
tokio = { version = "1.33.0", features = ["full"] }
|
||||
tower = "0.4.13"
|
||||
# TODO(edef): zstd = "0.13.0"
|
||||
zstd = "0.9.0"
|
||||
zstd = "0.13.0"
|
||||
tracing-subscriber = { version = "0.3.17", features = ["json"] }
|
||||
tracing = "0.1.40"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue