Skip to content

Commit

Permalink
Bump csv from 1.2.0 to 1.3.0 (#2862)
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.3.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/BurntSushi/rust-csv/commit/6374614ef8240d110626409ae882339b8145282c"><code>6374614</code></a>
1.3.0</li>
<li><a
href="https://github.com/BurntSushi/rust-csv/commit/e123861dbffd496ed621dcf9dd789150b54e9c91"><code>e123861</code></a>
deps: bump csv-core to 0.1.11</li>
<li><a
href="https://github.com/BurntSushi/rust-csv/commit/44b836cf9216a22bf150aecf7b7f0918fd96e680"><code>44b836c</code></a>
csv-core-0.1.11</li>
<li><a
href="https://github.com/BurntSushi/rust-csv/commit/05045263f29b951f16e078f80571d24526827f97"><code>0504526</code></a>
msrv: bump to Rust 1.61</li>
<li><a
href="https://github.com/BurntSushi/rust-csv/commit/b25e5d12fe98aa6f18ed0aa5899ba2dbd427678f"><code>b25e5d1</code></a>
ci: various fixups</li>
<li><a
href="https://github.com/BurntSushi/rust-csv/commit/0f64d3f3322b30af7a38e222bd7dad18eac38b2b"><code>0f64d3f</code></a>
api: automatically escape fields that contain the comment character</li>
<li><a
href="https://github.com/BurntSushi/rust-csv/commit/574ae1ff64693b42ae0ce153926d9a0a5d546936"><code>574ae1f</code></a>
1.2.2</li>
<li><a
href="https://github.com/BurntSushi/rust-csv/commit/0cf3f6cb0d0f7d342ba0424feda9ef6c6cd9c00d"><code>0cf3f6c</code></a>
api: add Writer::get_ref</li>
<li><a
href="https://github.com/BurntSushi/rust-csv/commit/d24eac1ede8161d40ed6ebae4d71e071cc26bbe2"><code>d24eac1</code></a>
doc: make setup version independent</li>
<li><a
href="https://github.com/BurntSushi/rust-csv/commit/11b02f46d0739bf004e896888922362566efc194"><code>11b02f4</code></a>
1.2.1</li>
<li>Additional commits viewable in <a
href="https://github.com/BurntSushi/rust-csv/compare/1.2.0...1.3.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=csv&package-manager=cargo&previous-version=1.2.0&new-version=1.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 7, 2023
1 parent 6ae87a7 commit e47c18c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ byteorder = "1.5.0"
camino = { version = "1.1.6", features = ["serde1"] }
cfg-if = "1.0"
counter = "0.5.7"
csv = "1.1.6"
csv = "1.3.0"
enum_dispatch = "0.3.12"
finch = { version = "0.6.0", optional = true }
fixedbitset = "0.4.0"
Expand Down

0 comments on commit e47c18c

Please sign in to comment.