Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump csv from 1.2.2 to 1.4.0
Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.2.2 to 1.4.0.
- [Commits](BurntSushi/rust-csv@1.2.2...1.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 20, 2025
commit d708bb18b0284d74559bbaec0c04368567d04274
28 changes: 19 additions & 9 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.8.0", path = "../ir" }
twiggy-opt = { version = "=0.8.0", path = "../opt", default-features = false }
twiggy-traits = { version = "=0.8.0", path = "../traits" }
csv = "1.2.2"
csv = "1.4.0"
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 @@ -17,7 +17,7 @@ thiserror = "1.0"
anyhow = "1.0"
wasmparser = "0.80.0"
twiggy-ir = { version = "=0.8.0", path = "../ir" }
csv = "1.2.2"
csv = "1.4.0"
regex = "1.4.2"

[features]
Expand Down
Loading