Skip to content

Commit

Permalink
Update Rust crate csv to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2023
1 parent a793a71 commit eb69a10
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 @@ -56,7 +56,7 @@ chacha20poly1305 = { version = "0.10.1", features = ["alloc", "getrandom", "stre
chrono = { version = "0.4.26", features = ["clock", "serde"], optional = true, default-features = false }
clap = { version = "4.3.3", features = ["std", "cargo", "suggestions", "color", "wrap_help", "unicode"], optional = true, default-features = false }
convert_case = { version = "0.6.0", optional = true, default-features = false }
csv = { version = "1.2.2", optional = true, default-features = false }
csv = { version = "1.3.0", optional = true, default-features = false }
derive_more = { version = "0.99.17", features = ["constructor", "from", "into", "mul"], optional = true, default-features = false }
dialoguer = { version = "0.10.4", features = ["editor", "password", "fuzzy-select"], optional = true, default-features = false }
dioxus = { version = "0.3.2", optional = true, default-features = false }
Expand Down

0 comments on commit eb69a10

Please sign in to comment.