Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
z-Wind committed Oct 8, 2024
1 parent 4edef50 commit 81cff0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rust_decimal = { version = "1.36", optional = true }
xmltree = { version = "0.11", optional = true }
itertools = "0.13"
flate2 = "1.0"
tokio = { version = "1.39", features = ["sync"] }
tokio = { version = "1.40", features = ["sync"] }
num-traits = "0.2"
thiserror = "1.0"
rusqlite = { version = "0.32", features = [
Expand All @@ -38,9 +38,9 @@ crate-type = ["cdylib", "rlib"]

[dev-dependencies]
criterion = { version = "0.5", features = ["async_tokio"] }
float-cmp = "0.9"
float-cmp = "0.10"
pretty_assertions = "1.4"
tokio = { version = "1.39", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.40", features = ["rt-multi-thread", "macros"] }

[features]
default = []
Expand Down

0 comments on commit 81cff0c

Please sign in to comment.