Skip to content

Commit

Permalink
Update Rust crate csv to 1.2 (#15)
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] committed Feb 14, 2023
1 parent 758e870 commit 79c3a47
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.1", optional = true }
csv = { version = "1.2", optional = true }
prost = { version= "0.11", optional = true }

[features]
Expand Down

0 comments on commit 79c3a47

Please sign in to comment.