Skip to content

Commit

Permalink
Prune several unused dependencies (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctennis committed Jan 2, 2021
1 parent 2fa429f commit 883dfef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions rusoto/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ hyper-rustls = { version = "0.21", optional = true }
hyper-tls = { version = "0.4", optional = true }
lazy_static = "1.4"
log = "0.4"
md5 = "0.7"
percent-encoding = "2.1"
base64 = "0.13"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down
1 change: 0 additions & 1 deletion rusoto/credential/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ chrono = { version = "0.4", default-features = false, features = ["clock", "serd
dirs-next = "2.0.0"
futures = "0.3"
hyper = "0.13.1"
regex = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
shlex = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion rusoto/services/sts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ targets = []
async-trait = "0.1"
bytes = "0.5"
serde_urlencoded = "0.6"
tempfile = "^3.1.0"
xml-rs = "0.8"

[dependencies.chrono]
Expand All @@ -44,6 +43,7 @@ version = "1.0.2"
optional = true

[dev-dependencies]
tempfile = "^3.1.0"
tokio = "0.2"

[dev-dependencies.rusoto_mock]
Expand Down
4 changes: 3 additions & 1 deletion service_crategen/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,9 @@
"coreVersion": "0.45.0",
"protocolVersion": "2011-06-15",
"customDependencies": {
"chrono": { "version": "0.4.0", "default-features": false },
"chrono": { "version": "0.4.0", "default-features": false }
},
"customDevDependencies": {
"tempfile": "^3.1.0"
},
"baseTypeName": "Sts"
Expand Down

0 comments on commit 883dfef

Please sign in to comment.