Skip to content

Commit

Permalink
build(deps): bump csv from 1.2.0 to 1.2.1
Browse files Browse the repository at this point in the history
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](BurntSushi/rust-csv@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>
  • Loading branch information
dependabot[bot] authored Mar 28, 2023
1 parent 0088a86 commit 953ecaa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion input/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repository = "https://github.com/bit-ranger/chord"

[dependencies]
chord-core = { path = "../core", version = "0.1.22" }
csv = { version = "1.2.0" }
csv = { version = "1.2.1" }
chrono = { version = "0.4.24", features = ["serde"] }
log = { version = "0.4.14", features = ["std"] }
hocon = { version = "0.9.0", features = [] }
Expand Down
2 changes: 1 addition & 1 deletion output/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ itertools = { version = "0.10.5" }
log = { version = "0.4.14", features = ["std"] }
async-trait = "0.1.67"
futures = "0.3.27"
csv = { version = "1.2.0", optional = true }
csv = { version = "1.2.1", optional = true }
reqwest = { version = "0.11.14", features = ['stream'], optional = true }
thiserror = "1.0"

Expand Down

0 comments on commit 953ecaa

Please sign in to comment.