Skip to content

Commit 0962658

Browse files
committed
chore: drop unused packages
1 parent 0cea13b commit 0962658

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

packages/cubejs-backend-native/Cargo.lock

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cubejs-backend-native/Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ anyhow = "1.0"
2424
async-channel = { version = "2" }
2525
async-trait = "0.1.36"
2626
convert_case = "0.6.0"
27-
pin-project = "1.1.5"
2827
findshlibs = "0.10.2"
2928
futures = "0.3.30"
3029
http-body-util = "0.1"
31-
axum = { version = "0.7.5", features = ["default", "ws"] }
32-
tower = "0.5.2"
30+
axum = { version = "0.7.9", features = ["default", "ws"] }
3331
libc = "0.2"
3432
log = "0.4.21"
3533
log-reroute = "0.1"
@@ -46,8 +44,6 @@ serde_json = "1.0.127"
4644
simple_logger = "1.7.0"
4745
tokio = { version = "1", features = ["full", "rt"] }
4846
uuid = { version = "1", features = ["v4"] }
49-
bytes = "1.5.0"
50-
regex = "1.10.2"
5147

5248
[dependencies.neon]
5349
version = "=1"

0 commit comments

Comments
 (0)