diff --git a/cw_core/pubspec.yaml b/cw_core/pubspec.yaml
index 533b578ad..2582627f7 100644
--- a/cw_core/pubspec.yaml
+++ b/cw_core/pubspec.yaml
@@ -19,7 +19,10 @@ dependencies:
   flutter_mobx: ^2.0.6+1
   intl: ^0.18.0
   encrypt: ^5.0.1
-  socks5_proxy: ^1.0.4
+  socks5_proxy:
+    git:
+      url: https://github.com/perishllc/socks_dart.git
+      ref: main
   tor:
     git:
       url: https://github.com/cake-tech/tor.git
diff --git a/pubspec_base.yaml b/pubspec_base.yaml
index 331d380e0..839adc446 100644
--- a/pubspec_base.yaml
+++ b/pubspec_base.yaml
@@ -102,7 +102,6 @@ dependencies:
     git:
       url: https://github.com/cake-tech/tor.git
       ref: main
-  # socks5_proxy: ^1.0.4
   socks5_proxy:
     git:
       url: https://github.com/perishllc/socks_dart.git