Skip to content

Commit

Permalink
Update simd-json
Browse files Browse the repository at this point in the history
Signed-off-by: Heinz N. Gies <[email protected]>
  • Loading branch information
Licenser committed Sep 29, 2023
1 parent f67e366 commit 02f9e35
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 29 deletions.
49 changes: 33 additions & 16 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ regex = "1.9"
rmp-serde = "1.1"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9"
simd-json = { version = "0.10", features = ["known-key"] }
simd-json-derive = "0.10"
simd-json = { version = "0.11", features = ["known-key"] }
simd-json-derive = "0.11"
snap = "1"
socket2 = { version = "0.5", features = ["all"] }
syslog_loose = "0.19"
Expand Down
2 changes: 1 addition & 1 deletion tremor-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ http-types = "2"
log = "0.4"
serde = "1"
serde_yaml = "0.9"
simd-json = "0.10"
simd-json = "0.11"
tokio = { version = "1.32", features = ["full"] }
# we don't need sessions or cookies or shitty logging middleware
tide = { version = "0.16", default-features = false, features = ["h1-server"] }
Expand Down
2 changes: 1 addition & 1 deletion tremor-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ serde = "1"
serde_yaml = "0.9"
signal-hook = "0.3"
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
simd-json = { version = "0.10", features = ["known-key"] }
simd-json = { version = "0.11", features = ["known-key"] }
# We need to stay with 0.2 for now as there are reasons that can be named for the need to be able to
# compile and run on operating systems that are a decade old. (insert apropriate ammount rage)
snmalloc-rs = { version = "0.3" }
Expand Down
4 changes: 2 additions & 2 deletions tremor-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ rand = { version = "0.8", features = ["small_rng"] }
beef = { version = "0.5", features = ["impl_serde"] }
serde = "1"
url = "2"
simd-json = { version = "0.10", features = ["known-key"] }
simd-json-derive = "0.10"
simd-json = { version = "0.11", features = ["known-key"] }
simd-json-derive = "0.11"
base64 = "0.21"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tremor-influx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ value-trait = "0.6"
[dev-dependencies]
criterion = "0.5"
pretty_assertions = "1.4"
simd-json = "0.10"
simd-json = "0.11"
snmalloc-rs = "0.3"

[[bench]]
Expand Down
4 changes: 2 additions & 2 deletions tremor-pipeline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ regex = "1"
rust-bert = { version = "0.21.0", optional = true }
serde = "1"
serde_yaml = "0.9"
simd-json = { version = "0.10", features = ["known-key"] }
simd-json-derive = "0.10"
simd-json = { version = "0.11", features = ["known-key"] }
simd-json-derive = "0.11"
sled = "0.34"
tremor-common = { version = "0.13.0-rc.15", path = "../tremor-common" }
tremor-script = { version = "0.13.0-rc.15", path = "../tremor-script" }
Expand Down
4 changes: 2 additions & 2 deletions tremor-script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ percent-encoding = "2"
rand = { version = "0.8", features = ["small_rng"] }
regex = "1"
serde = { version = "1", features = ["derive"] }
simd-json = { version = "0.10", features = ["known-key"] }
simd-json-derive = "0.10"
simd-json = { version = "0.11", features = ["known-key"] }
simd-json-derive = "0.11"
sketches-ddsketch = "0.2"
strip-ansi-escapes = "0.2"
termcolor = "1.2"
Expand Down
4 changes: 2 additions & 2 deletions tremor-value/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ base64 = "0.21"
beef = "0.5"
halfbrown = "0.2"
serde = "1.0"
simd-json = "0.10"
simd-json-derive = "0.10"
simd-json = "0.11"
simd-json-derive = "0.11"
value-trait = { version = "0.6", features = ["custom-types"] }
tremor-common = { version = "0.13.0-rc.15", path = "../tremor-common" }

Expand Down

0 comments on commit 02f9e35

Please sign in to comment.