Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 
Fix imix TLS. (#431)
  • Loading branch information
hulto authored Jan 9, 2024
1 parent 774e633 commit 3fa2947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implants/lib/c2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tonic = { workspace = true }
tonic = { workspace = true, features = ["tls-roots"] }
prost = { workspace = true}
prost-types = { workspace = true }
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit 3fa2947

Please sign in to comment.