Skip to content

Commit

Permalink
cgosling: updated cbindgen dependency and disabled unnecessary features
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Pospesel committed Mar 15, 2024
1 parent 5112b95 commit 72a7b06
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 89 deletions.
90 changes: 4 additions & 86 deletions source/gosling/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 source/gosling/crates/cgosling/Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rust-version = "1.63"
edition = "2021"

[build-dependencies]
cbindgen = "0.20.0"
cbindgen = { version = "0.24.0", default-features = false }
regex = "<= 1.9.6"
serde = "1.0.193"
serde_json = "1.0"
Expand Down
1 change: 0 additions & 1 deletion source/gosling/crates/gosling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ static_assertions = "^1.1"
thiserror = "^1"
toml_datetime = ">= 0.6, <= 0.6.1"
tor-interface = { version = "^0.2.0", path = "../tor-interface" }
tor-llcrypto = { version = ">= 0.3, <= 0.4.4", features = ["relay"] }
url = "^2.3"
winnow = ">=0.4, <= 0.4.1"
zeroize = "^1"
Expand Down
2 changes: 1 addition & 1 deletion source/gosling/crates/tor-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ signature = "^1.5"
socks = "^0.3"
thiserror = "^1"
time-macros = ">= 0.2, <= 0.2.8"
tor-llcrypto = { version = ">= 0.3, <= 0.4.4", features = ["relay"] }
tor-llcrypto = { version = "0.4.4", features = ["relay"] }

[dev-dependencies]
anyhow = "^1"
Expand Down

0 comments on commit 72a7b06

Please sign in to comment.