Skip to content

Commit

Permalink
Pin CSV to 1.1.6 (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Feb 15, 2023
1 parent 48f044e commit da63687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -47,7 +47,7 @@ yaml = ["serde"]
_cargo_insta_internal = []

[dependencies]
dep_csv = { package = "csv", version = "1.1.4", optional = true }
dep_csv = { package = "csv", version = "=1.1.6", optional = true }
console = { version = "0.15.4", optional = true, default-features = false }
pest = { version = "2.1.3", optional = true }
pest_derive = { version = "2.1.0", optional = true }
Expand Down

0 comments on commit da63687

Please sign in to comment.