Skip to content

Commit

Permalink
Bump csv from 1.2.1 to 1.2.2 (#708)
Browse files Browse the repository at this point in the history
Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.2.1 to 1.2.2.
- [Commits](BurntSushi/rust-csv@1.2.1...1.2.2)

---
updated-dependencies:
- dependency-name: csv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2023
1 parent 72f3c10 commit dcbfd82
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 analyze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ anyhow = "1.0"
twiggy-ir = { version = "=0.7.0", path = "../ir" }
twiggy-opt = { version = "=0.7.0", path = "../opt", default-features = false }
twiggy-traits = { version = "=0.7.0", path = "../traits" }
csv = "1.2.1"
csv = "1.2.2"
regex = "1.4.2"
serde = "1.0"
serde_derive = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anyhow = "1.0"
gimli = { version = "0.27.2", optional = true, default-features = false, features = ["std", "read"] }
wasmparser = "0.80.0"
twiggy-ir = { version = "=0.7.0", path = "../ir" }
csv = "1.2.1"
csv = "1.2.2"
regex = "1.4.2"

[features]
Expand Down

0 comments on commit dcbfd82

Please sign in to comment.