mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
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:
parent
5bc7a1f435
commit
3262ffc1a6
2 changed files with 246 additions and 697 deletions
941
Cargo.lock
generated
941
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue