Skip to content

Commit 82d1d2c

Browse files
author
Test User
committed
chore(deps): drop dead ring dep from terraphim_validation
1 parent dc8ffa1 commit 82d1d2c

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

Cargo.lock

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

crates/terraphim_validation/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ tower-http = { version = "0.5", features = ["cors", "trace"] }
4141
# Security and validation
4242
sha2 = "0.10"
4343
hex = "0.4"
44-
ring = { version = "0.17", optional = true }
4544

4645
# Testing and assertions
4746
tempfile = { workspace = true }
@@ -97,9 +96,8 @@ path = "src/bin/terraphim-desktop-ui-tester.rs"
9796

9897
[features]
9998
default = ["full"]
100-
full = ["docker", "security", "performance"]
99+
full = ["docker", "performance"]
101100
docker = ["bollard"]
102-
security = ["ring"]
103101
performance = []
104102
server-api-tests = []
105103
desktop-ui-tests = []

0 commit comments

Comments
 (0)