mirror of
https://github.com/sharkdp/hyperfine.git
synced 2024-11-25 19:19:31 +03:00
Bump csv from 1.1.5 to 1.1.6
Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.1.5 to 1.1.6. - [Release notes](https://github.com/BurntSushi/rust-csv/releases) - [Commits](https://github.com/BurntSushi/rust-csv/compare/1.1.5...1.1.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
52efc3ff5f
commit
525941da50
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -138,9 +138,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "csv"
|
||||
version = "1.1.5"
|
||||
version = "1.1.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f9d58633299b24b515ac72a3f869f8b91306a3cec616a602843a383acd6f9e97"
|
||||
checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
|
||||
dependencies = [
|
||||
"bstr",
|
||||
"csv-core",
|
||||
|
@ -17,7 +17,7 @@ indicatif = "0.15"
|
||||
statistical = "1.0"
|
||||
atty = "0.2"
|
||||
cfg-if = "1.0"
|
||||
csv = "1.1.5"
|
||||
csv = "1.1.6"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
rust_decimal = "1.10"
|
||||
|
Loading…
Reference in New Issue
Block a user