Skip to content

Commit

Permalink
fix(deps): update rust crate csv to 1.3 (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 10, 2023
1 parent 5fe7c02 commit f68fd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde_json = { version = "1", optional = true }
tokio-stream = { version = "0.1" }
tokio-util = { version = "0.7" }
futures = "0.3"
csv = { version = "1.2", optional = true }
csv = { version = "1.3", optional = true }
prost = { version= "0.11", optional = true }

[features]
Expand Down

0 comments on commit f68fd12

Please sign in to comment.