Skip to content

Commit 4952258

Browse files
authored
Merge pull request #293 from cipherstash/deps/cleanup
Remove unused dependencies
2 parents 124db7c + 271f6ff commit 4952258

File tree

4 files changed

+9
-46
lines changed

4 files changed

+9
-46
lines changed

Cargo.lock

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

packages/cipherstash-proxy-integration/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,25 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
aws-lc-rs = "1.13.3"
87
bytes = "1.10.1"
98
cipherstash-client = { workspace = true, features = ["tokio"] }
109
cipherstash-config = "0.2.3"
1110
cipherstash-proxy = { path = "../cipherstash-proxy/" }
1211
chrono = { version = "0.4.39", features = ["clock"] }
13-
clap = "4.5.32"
1412
fake = { version = "4", features = ["chrono", "derive"] }
1513
hex = "0.4.3"
1614
postgres-types = { version = "0.2.9", features = ["derive"] }
1715
rand = "0.9"
18-
recipher = "0.1.3"
1916
rustls = { version = "0.23.20", default-features = false, features = ["std"] }
2017
serde = "1.0"
2118
serde_json = "1.0"
2219
tap = "1.0.1"
23-
temp-env = "0.3.6"
2420
tokio = { workspace = true }
2521
tokio-postgres = { version = "0.7", features = [
2622
"with-chrono-0_4",
2723
"with-serde_json-1",
2824
] }
2925
tokio-postgres-rustls = "0.13.0"
30-
tokio-rustls = "0.26.0"
3126
tracing = { workspace = true }
3227
tracing-subscriber = { workspace = true }
3328
uuid = { version = "1.11.0", features = ["serde", "v4"] }
34-
webpki-roots = "1.0"

packages/cipherstash-proxy/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ cts-common = { workspace = true }
2121
eql-mapper = { path = "../eql-mapper" }
2222
exitcode = "1.1.2"
2323
hex = "0.4.3"
24-
itertools = "0.14.0"
2524
md-5 = "0.10.6"
2625
metrics = "0.24.1"
2726
metrics-exporter-prometheus = "0.17"

packages/eql-mapper/Cargo.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,22 @@ authors = [
77
"James Sadler <[email protected]>",
88
"Yuji Yokoo <[email protected]>",
99
"Drew Thomas <[email protected]>",
10-
"Toby Hede <drew@cipherstash.com>"
10+
"Toby Hede <toby@cipherstash.com>",
1111
]
1212

1313
[dependencies]
1414
eql-mapper-macros = { path = "../eql-mapper-macros" }
15-
derive_more = { version = "^1.0", features = ["display", "constructor", "deref", "deref_mut"] }
15+
derive_more = { version = "^1.0", features = [
16+
"display",
17+
"constructor",
18+
"deref",
19+
"deref_mut",
20+
] }
1621
impl-trait-for-tuples = "0.2.3"
17-
itertools = "^0.13"
1822
sqltk = { workspace = true }
1923
thiserror = { workspace = true }
2024
tracing = { workspace = true }
2125
tracing-subscriber = { workspace = true }
22-
vec1 = "1.12.1"
2326
topological-sort = "0.2.2"
2427

2528
[dev-dependencies]

0 commit comments

Comments
 (0)