Skip to content

Commit 213ebcf

Browse files
Merge pull request #250 from expressvpn/update-route-manager-version
client: update route_manager to latest version
2 parents 061c1c5 + 6f82ce3 commit 213ebcf

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

Cargo.lock

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

deny.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ unknown-git = "deny"
8282
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
8383
allow-git = [
8484
"https://github.com/expressvpn/wolfssl-rs",
85-
"https://github.com/rustp2p/route_manager.git",
8685
]
8786

8887
# See https://github.com/briansmith/ring/blob/main/LICENSE Ring

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
];
6767
cargoLock.outputHashes = {
6868
"wolfssl-3.0.0" = "sha256-eITRuPeZOb/kcFmtIddDnTtfWsS5LEhQP4S8mknFO/0=";
69-
"route_manager-0.2.5" = "sha256-7CSWbMG6NyFfipuE99k4QNGNVv7a3Ll8CytoUfcy2Mc=bu";
7069
};
7170
};
7271

lightway-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ tun.workspace = true
4848
serial_test = "3.2.0"
4949

5050
[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies]
51-
route_manager = { git = "https://github.com/rustp2p/route_manager.git", rev = "refs/pull/10/head", features = ["async"] }
51+
route_manager = { version = "0.2.6", features = ["async"] }

0 commit comments

Comments
 (0)