Skip to content

Commit c50e4bc

Browse files
committed
1 parent 1caf855 commit c50e4bc

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

nym-vpn-core/Cargo.lock

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

nym-vpn-core/Cargo.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,12 @@ wmi = "0.14"
182182
x25519-dalek = "2.0"
183183
zeroize = "1.6.0"
184184

185-
block2 = { git = "https://github.com/madsmtm/objc2/", rev = "91a74f332f3db66378f457ad954f26c2d72277ca" }
186-
dispatch2 = { git = "https://github.com/madsmtm/objc2/", rev = "91a74f332f3db66378f457ad954f26c2d72277ca" }
187-
objc2 = { git = "https://github.com/madsmtm/objc2/", rev = "91a74f332f3db66378f457ad954f26c2d72277ca" }
188-
objc2-foundation = { git = "https://github.com/madsmtm/objc2/", rev = "91a74f332f3db66378f457ad954f26c2d72277ca" }
185+
# Switch these to the latest version once objc2 v0.6.1 released
186+
# https://github.com/madsmtm/objc2/milestone/7
187+
block2 = { git = "https://github.com/madsmtm/objc2", rev = "91a74f332f3db66378f457ad954f26c2d72277ca" }
188+
dispatch2 = { git = "https://github.com/madsmtm/objc2", rev = "91a74f332f3db66378f457ad954f26c2d72277ca" }
189+
objc2 = { git = "https://github.com/madsmtm/objc2", rev = "91a74f332f3db66378f457ad954f26c2d72277ca" }
190+
objc2-foundation = { git = "https://github.com/madsmtm/objc2", rev = "91a74f332f3db66378f457ad954f26c2d72277ca" }
189191

190192
nym-apple-network = { path = "crates/nym-apple-network" }
191193
nym-authenticator-client = { path = "crates/nym-authenticator-client" }

nym-vpn-core/deny.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ expression = "MIT AND ISC AND OpenSSL"
130130
# and the crate will be checked normally, which may produce warnings or errors
131131
# depending on the rest of your configuration
132132
license-files = [
133-
# Each entry is a crate relative path, and the (opaque) hash of its contents
134-
{ path = "LICENSE", hash = 0xbd0eed23 }
133+
# Each entry is a crate relative path, and the (opaque) hash of its contents
134+
{ path = "LICENSE", hash = 0xbd0eed23 },
135135
]
136136

137137
[licenses.private]
@@ -181,7 +181,7 @@ deny = [
181181
# Wrapper crates can optionally be specified to allow the crate when it
182182
# is a direct dependency of the otherwise banned crate
183183
#{ crate = "[email protected]", wrappers = ["this-crate-directly-depends-on-ansi_term"] },
184-
{ crate = "openssl", use-instead = "rustls"}
184+
{ crate = "openssl", use-instead = "rustls" },
185185
]
186186

187187
# List of features to allow/deny
@@ -240,7 +240,7 @@ unknown-git = "warn"
240240
# if not specified. If it is specified but empty, no registries are allowed.
241241
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
242242
# List of URLs for allowed Git repositories
243-
allow-git = []
243+
allow-git = ["https://github.com/madsmtm/objc2"]
244244

245245
[sources.allow-org]
246246
# github.com organizations to allow git sources for

0 commit comments

Comments
 (0)