Skip to content

Commit 6b3bfd8

Browse files
committed
fix: move sio dependency into patch
1 parent 886169d commit 6b3bfd8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ keywords = ["cdl", "data-lake", "kubernetes"]
1414
license = "AGPL-3.0-or-later"
1515
readme = "./README.md"
1616
rust-version = "1.82"
17-
homepage = "https://github.com/ulagbulag/connected-data-lake"
18-
repository = "https://github.com/ulagbulag/connected-data-lake"
17+
homepage = "https://github.com/SmartX-Team/connected-data-lake"
18+
repository = "https://github.com/SmartX-Team/connected-data-lake"
1919
version = "0.1.4"
2020

2121
[workspace.lints.clippy]
@@ -106,7 +106,7 @@ schemars = { version = "0.8", features = [
106106
serde = { version = "1.0" }
107107
serde_json = { version = "1.0" }
108108
sha2 = { version = "0.10" }
109-
sio = { git = "https://github.com/ulagbulag/sio-rs.git" }
109+
sio = { version = "0.3" }
110110
strum = { version = "0.26", features = ["derive"] }
111111
tokio = { version = "1" }
112112
tokio-stream = { version = "0.1" }
@@ -128,3 +128,4 @@ lance-encoding = { git = "https://github.com/ulagbulag/lance.git", rev = "24f388
128128
lance-io = { git = "https://github.com/ulagbulag/lance.git", rev = "24f38842d47333925184f9501cd337fe4e2266b5" }
129129
lance-table = { git = "https://github.com/ulagbulag/lance.git", rev = "24f38842d47333925184f9501cd337fe4e2266b5" }
130130
minio = { git = "https://github.com/minio/minio-rs.git", rev = "c28f576cb8f8cf47fb941bb9db62b2cbd6f080c1" }
131+
sio = { git = "https://github.com/ulagbulag/sio.git", rev = "45f33abe0d0ce624ce56a95cbe1d5ff55c4fdb67" }

0 commit comments

Comments
 (0)