Skip to content

Commit

Permalink
Update NepTUN
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrasherLT committed Dec 18, 2024
1 parent cb22eec commit 20545ce
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
Empty file.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ windows = { version = "0.56", features = [
"Win32_NetworkManagement_IpHelper",
] }

neptun = { git = "https://github.com/NordSecurity/neptun.git", branch = "jj_uapi_buf_fix", features = ["device"] }
neptun = { git = "https://github.com/NordSecurity/neptun.git", tag = "v1.0.2", features = ["device"] }
x25519-dalek = { version = "2.0.1", features = ["reusable_secrets", "static_secrets"] }


Expand Down
7 changes: 2 additions & 5 deletions nat-lab/tests/test_start_with_tun.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
from typing import List
from contextlib import AsyncExitStack
from helpers import SetupParameters, ping_between_all_nodes, setup_mesh_nodes
from utils.bindings import (
default_features,
TelioAdapterType,
)
from typing import List
from utils.bindings import default_features, TelioAdapterType
from utils.connection_util import ConnectionTag


Expand Down
2 changes: 1 addition & 1 deletion nat-lab/tests/uniffi/libtelio_remote.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import datetime
import fcntl
import os
import struct
import Pyro5.api # type: ignore
import Pyro5.server # type: ignore
import shutil
import struct
import sys
import telio_bindings as libtelio # type: ignore # pylint: disable=import-error
import time
Expand Down

0 comments on commit 20545ce

Please sign in to comment.