Skip to content

Commit

Permalink
chore: bump [itertools, stum_macros, ordered-float]
Browse files Browse the repository at this point in the history
  • Loading branch information
ever0de committed Nov 18, 2023
1 parent 8a2cb5b commit 069a30e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
25 changes: 17 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ chrono = { version = "0.4.26", features = ["serde", "wasmbind"] }
rust_decimal = { version = "1", features = ["serde-str"] }
im-rc = "15"
iter-enum = "1"
itertools = "0.10"
itertools = "0.12"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sqlparser = { version = "0.36.1", features = ["serde", "bigdecimal"] }
thiserror = "1.0"
strum_macros = "0.24"
strum_macros = "0.25"
bigdecimal = { version = "0.4.1", features = ["serde", "string-only"] }
hex = "0.4"
rand = "0.8"
ordered-float = { version = "3.4.0", features = ["serde"] }
ordered-float = { version = "4", features = ["serde"] }
md-5 = "0.10.5"

[target.'cfg(target_arch = "wasm32")'.dependencies.uuid]
Expand Down

0 comments on commit 069a30e

Please sign in to comment.