Skip to content

Commit 4bdaa90

Browse files
jschwesylvestre
authored andcommitted
Remove unused dependency "untrusted"
There seems to be no place using it, so lets just remove it. Signed-off-by: Jonathan Schwender <[email protected]>
1 parent 09fcb8d commit 4bdaa90

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ tokio-serde = "0.8"
7676
tokio-util = { version = "0.6", features = ["codec"] }
7777
tower = "0.4"
7878
toml = "0.5"
79-
untrusted = { version = "0.7", optional = true }
8079
url = { version = "2", optional = true }
8180
uuid = { version = "0.8", features = ["v4"] }
8281
walkdir = "2"
@@ -122,7 +121,7 @@ all = ["dist-client", "redis", "s3", "memcached", "gcs", "azure"]
122121
azure = ["chrono", "hyper", "hyperx", "reqwest", "url", "hmac", "md-5", "sha2"]
123122
s3 = ["chrono", "hyper", "hyperx", "reqwest", "simple-s3", "hmac", "sha-1"]
124123
simple-s3 = []
125-
gcs = ["chrono", "hyper", "hyperx", "percent-encoding", "reqwest", "ring", "untrusted", "url"]
124+
gcs = ["chrono", "hyper", "hyperx", "percent-encoding", "reqwest", "ring", "url"]
126125
memcached = ["memcached-rs"]
127126
native-zlib = []
128127
# Enable features that require unstable features of Nightly Rust.

0 commit comments

Comments
 (0)