mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-23 06:24:46 +00:00
Bump csv from 1.2.0 to 1.2.1
Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/BurntSushi/rust-csv/releases) - [Commits](https://github.com/BurntSushi/rust-csv/compare/1.2.0...1.2.1) --- updated-dependencies: - dependency-name: csv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
46ed6f45ad
commit
ce7d99d88c
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -861,9 +861,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "csv"
|
||||
version = "1.2.0"
|
||||
version = "1.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "af91f40b7355f82b0a891f50e70399475945bb0b0da4f1700ce60761c9d3e359"
|
||||
checksum = "0b015497079b9a9d69c02ad25de6c0a6edef051ea6360a327d0bd05802ef64ad"
|
||||
dependencies = [
|
||||
"csv-core",
|
||||
"itoa",
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ futures = "0.3.26"
|
|||
tokio-stream = "0.1.12"
|
||||
once_cell = "1.17.1"
|
||||
dashmap = { version = "5.4.0", features = ["serde"] }
|
||||
csv = "1.2.0"
|
||||
csv = "1.2.1"
|
||||
humantime = "2.1.0"
|
||||
humantime-serde = "1.1.1"
|
||||
secrecy = { version = "0.8.0", features = ["serde"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue