Skip to content

Commit

Permalink
bump simd-json
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Apr 11, 2023
1 parent ff5e22f commit 99f8d9b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 9 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

38 changes: 31 additions & 7 deletions src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,26 @@ normal = ["workspace-hack"]

[dependencies]
anyhow = "1"
apache-avro = { git = "https://github.com/risingwavelabs/avro", branch = "waruto/modify-decimal", features = ["snappy", "zstandard", "bzip", "xz"] }
apache-avro = { git = "https://github.com/risingwavelabs/avro", branch = "waruto/modify-decimal", features = [
"snappy",
"zstandard",
"bzip",
"xz",
] }
async-trait = "0.1"
aws-config = { workspace = true }
aws-sdk-ec2 = { workspace = true }
aws-sdk-kinesis = { workspace = true }
aws-sdk-kinesis = { workspace = true }
aws-sdk-s3 = { workspace = true }
aws-smithy-http = { workspace = true }
aws-types = { workspace = true }
bincode = "1"
byteorder = "1"
bytes = { version = "1", features = ["serde"] }
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
chrono = { version = "0.4", default-features = false, features = [
"clock",
"std",
] }
csv = "1.2"
duration-str = "0.5.0"
enum-as-inner = "0.5"
Expand All @@ -49,8 +57,16 @@ prometheus = { version = "0.13", features = ["process"] }
prost = { version = "0.11.0", features = ["no-recursion-limit"] }
prost-reflect = "0.9.2"
protobuf-native = "0.2.1"
pulsar = { version = "4.2", default-features = false, features = ["tokio-runtime", "telemetry", "auth-oauth2"] }
rdkafka = { package = "madsim-rdkafka", version = "=0.2.14-alpha", features = ["cmake-build", "ssl-vendored", "gssapi"] }
pulsar = { version = "4.2", default-features = false, features = [
"tokio-runtime",
"telemetry",
"auth-oauth2",
] }
rdkafka = { package = "madsim-rdkafka", version = "=0.2.14-alpha", features = [
"cmake-build",
"ssl-vendored",
"gssapi",
] }
reqwest = { version = "0.11", features = ["json"] }
risingwave_common = { path = "../common" }
risingwave_expr = { path = "../expr" }
Expand All @@ -61,9 +77,17 @@ serde = { version = "1", features = ["derive", "rc"] }
serde_derive = "1"
serde_json = "1"
serde_with = { version = "2", features = ["json"] }
simd-json = "0.7"
simd-json = { git = "https://github.com/simd-lite/simd-json", rev = "480cc5c" }
thiserror = "1"
tokio = { version = "0.2", package = "madsim-tokio", features = ["rt", "rt-multi-thread", "sync", "macros", "time", "signal", "fs"] }
tokio = { version = "0.2", package = "madsim-tokio", features = [
"rt",
"rt-multi-thread",
"sync",
"macros",
"time",
"signal",
"fs",
] }
tokio-retry = "0.3"
tokio-stream = "0.1"
tokio-util = { version = "0.7", features = ["codec", "io"] }
Expand Down

0 comments on commit 99f8d9b

Please sign in to comment.