Update s3handler to 0.7 (really 0.7.3). (#3757)

This brings with it a reduction in the number of duplicated
dependencies that it has and the overhead it imposes on our
build.

The number of crates that need to be built for
`cargo build --features extra` drops by roughly 50.
This commit is contained in:
Bruce Mitchener 2021-07-10 02:28:07 +07:00 committed by GitHub
parent 5bc7a1f435
commit 3262ffc1a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 246 additions and 697 deletions

941
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -15,6 +15,6 @@ nu-errors = { path="../nu-errors", version="0.33.1" }
nu-plugin = { path="../nu-plugin", version="0.33.1" }
nu-protocol = { path="../nu-protocol", version="0.33.1" }
nu-source = { path="../nu-source", version="0.33.1" }
s3handler = "0.6.3"
s3handler = "0.7"
[build-dependencies]