diff --git a/Cargo.lock b/Cargo.lock index 7798853a2..922a736b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4395,18 +4395,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.1.7" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95" +checksum = "1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.7" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" +checksum = "d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb" dependencies = [ "proc-macro2", "quote", @@ -4415,9 +4415,9 @@ dependencies = [ [[package]] name = "pin-project-lite" -version = "0.2.15" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" +checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" [[package]] name = "pin-utils" @@ -5196,7 +5196,7 @@ dependencies = [ [[package]] name = "qsv" -version = "1.0.0" +version = "2.0.0" dependencies = [ "actix-governor", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index cbbe54f02..4562c0a5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qsv" -version = "1.0.0" #:version +version = "2.0.0" #:version authors = ["Joel Natividad "] description = "A Blazing-Fast Data-wrangling toolkit." documentation = "https://github.com/dathere/qsv#qsv-ultra-fast-csv-data-wrangling-toolkit" @@ -332,7 +332,7 @@ strum = { git = "https://github.com/dathere/strum", branch = "bump-phf-to strum_macros = { git = "https://github.com/dathere/strum", branch = "bump-phf-to-0.11" } # use textwrap upstream with unreleased fixes and dependencies, used by minijinja-contrib -textwrap = { git = "https://github.com/mgeisler/textwrap", rev = "0e581b8"} +textwrap = { git = "https://github.com/mgeisler/textwrap", rev = "0e581b8" } # Polars has a much higher release tempo for its Python bindings compared # to its underlying Rust library. See https://github.com/pola-rs/polars/releases