diff --git a/Cargo.toml b/Cargo.toml index 08f0d37..713bbda 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,6 @@ prost-build = "0.12.6" rand = "0.8.5" reqwest = { version = "0.12.24", default_features = false, features = ["json", "rustls-tls"] } rsa = "0.9.6" -myactor = {git = "https://gitea.s5s8.com/rust/actor-rs.git"} # sdlan-sn-rs = { git = "ssh://git@git2.asxalex.pw/sdlan-v2/sdlan-rs.git" } sdlan-sn-rs = {git = "https://gitea.s5s8.com/punchnet/sdlan-rs.git"} serde = { version = "1.0.228", features = ["derive"] }