Skip to content

Commit 030ee2c

Browse files
committed
Adapt codebase for Datadog
1 parent ab6a7a0 commit 030ee2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ arrow = { version = "57.1.0", optional = true }
5353
hyper-util = { version = "0.1.16", optional = true }
5454
pretty_assertions = { version = "1.4", optional = true }
5555
reqwest = { version = "0.12", optional = true }
56-
zip = { version = "6.0", optional = true }
56+
zip = { version = "*", optional = true }
5757
tonic-prost = "0.14.2"
5858

5959
[features]
@@ -85,5 +85,5 @@ tokio-stream = { version = "0.1.17", features = ["sync"] }
8585
hyper-util = "0.1.16"
8686
pretty_assertions = "1.4"
8787
reqwest = "0.12"
88-
zip = "6.0"
88+
zip = "*"
8989
test-case = "3.3.1"

0 commit comments

Comments
 (0)