Skip to content

Commit

Permalink
dependency: update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Jun 14, 2024
1 parent fd09059 commit 36ca4b4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ rust-version = "1.73.0" # For zip.rs compatibility.

[dependencies]
# Default/non-optional dependencies.
regex = "1.7.3"
zip = {version = "2.1.3 ", default-features = false, features = ["deflate"]}
regex = "1.10.5"
zip = {version = "2.1.3", default-features = false, features = ["deflate"]}

# Optional dependencies.
ryu = {version = "1.0.18", optional = true}
serde = {version = "1.0.193", features = ["derive"], optional = true}
chrono = {version = "0.4.31", default-features = false, features = ["clock", "wasmbind", "serde"], optional = true}
js-sys = {version = "0.3.64", optional = true}
polars = {version = "0.38.3", default-features = false, features = [], optional = true}
wasm-bindgen = {version = "0.2.87", optional = true}
serde = {version = "1.0.203", features = ["derive"], optional = true}
chrono = {version = "0.4.38", default-features = false, features = ["clock", "wasmbind", "serde"], optional = true}
js-sys = {version = "0.3.69", optional = true}
polars = {version = "0.40.0", default-features = false, features = [], optional = true}
wasm-bindgen = {version = "0.2.92", optional = true}
rust_xlsxwriter_derive = {version = "0.2.0", optional = true}

[dev-dependencies]
pretty_assertions = "1.3.0"
pretty_assertions = "1.4.0"

[features]
# `default`: Includes all the standard functionality.
Expand Down

0 comments on commit 36ca4b4

Please sign in to comment.