Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,019 changes: 336 additions & 683 deletions Cargo.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions common/ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ sqlparser = { git = "https://github.com/datafuse-extras/sqlparser-rs", rev = "d4

# Crates.io dependencies
async-trait = "0.1.56"
fast-float = "0.2"
itertools = "0.10"
logos = "0.12.0"
fast-float = "0.2.0"
itertools = "0.10.3"
logos = "0.12.1"
nom = "7.1.1"
nom-rule = "0.3.0"
pratt = "0.3.0"
serde = { version = "1.0.136", features = ["derive"] }
thiserror = "1.0.30"
serde = { version = "1.0.137", features = ["derive"] }
thiserror = "1.0.31"
url = "2.2.2"

[dev-dependencies]
common-base = { path = "../base" }
glob = "0.3"
goldenfile = "1.1.0"
glob = "0.3.0"
goldenfile = "1.3.0"
pretty_assertions = "1.2.1"
regex = "1.5"
regex = "1.5.6"
30 changes: 15 additions & 15 deletions common/base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@ common-tracing = { path = "../tracing" }

# Crates.io dependencies
async-trait = "0.1.56"
ctrlc = { version = "3.2.1", features = ["termination"] }
ctrlc = { version = "3.2.2", features = ["termination"] }
futures = "0.3.21"
hyper = "0.14.18"
libc = { version = "0.2", optional = true }
parking_lot = "0.12.0"
poem = { version = "=1.3.31", features = ["rustls"] }
pprof = { version = "0.8.0", features = [
hyper = "0.14.19"
libc = { version = "0.2.126", optional = true }
parking_lot = "0.12.1"
poem = { version = "1.3.31", features = ["rustls"] }
pprof = { version = "0.9.1", features = [
"flamegraph",
"protobuf-codec",
"protobuf",
] }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = { version = "1.0.79", default-features = false, features = ["raw_value"] }
serde_yaml = { version = "0.8.23", default-features = false }
tikv-jemalloc-ctl = { version = "0.4", optional = true }
tikv-jemalloc-sys = { version = "0.4.3" }
tokio = { version = "1.17.0", features = ["full"] }
toml = { version = "0.5.8", default-features = false }
uuid = { version = "0.8.2", features = ["serde", "v4"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = { version = "1.0.81", default-features = false, features = ["raw_value"] }
serde_yaml = { version = "0.8.24", default-features = false }
tikv-jemalloc-ctl = { version = "0.5.0", optional = true }
tikv-jemalloc-sys = "0.5.0"
tokio = { version = "1.19.2", features = ["full"] }
toml = { version = "0.5.9", default-features = false }
uuid = { version = "1.1.2", features = ["serde", "v4"] }

[dev-dependencies]
anyhow = "1.0.56"
anyhow = "1.0.58"
common-macros = { path = "../macros" }
6 changes: 3 additions & 3 deletions common/building/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ common-tracing = { path = "../tracing" }

cargo-license = { git = "https://github.com/datafuse-extras/cargo-license", rev = "f1ce4a2" }

anyhow = "1.0.56"
anyhow = "1.0.58"
cargo_metadata = "0.14.2"
git2 = { version = "0.14", default-features = false }
vergen = "7.0.0"
git2 = { version = "0.14.4", default-features = false }
vergen = "7.2.1"
2 changes: 1 addition & 1 deletion common/cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ common-tracing = { path = "../tracing" }
# Github dependencies

# Crates.io dependencies
filetime = "0.2.15"
filetime = "0.2.16"
ritelinked = { version = "0.3.2", default-features = false, features = ["ahash", "inline-more"] }
walkdir = "2.3.2"

Expand Down
4 changes: 2 additions & 2 deletions common/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ path = "src/bin/codegen.rs"
[dependencies]
common-datavalues = { path = "../datavalues" }

serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
2 changes: 1 addition & 1 deletion common/contexts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ common-base = { path = "../base" }

async-trait = "0.1.56"
opendal = { version = "0.9.0", features = ["retry"] }
time = "0.3.9"
time = "0.3.10"
10 changes: 5 additions & 5 deletions common/datablocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ common-io = { path = "../io" }

# Crates.io dependencies
ahash = "0.7.6"
comfy-table = "5.0.1"
primitive-types = "0.6.1"
regex = "1.5.5"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
comfy-table = "6.0.0"
primitive-types = "0.11.1"
regex = "1.5.6"
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"

[dev-dependencies]
pretty_assertions = "1.2.1"
14 changes: 7 additions & 7 deletions common/datavalues/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,26 @@ common-base = { path = "../base" }
common-exception = { path = "../exception" }
common-io = { path = "../io" }
common-macros = { path = "../macros" }
primitive-types = "0.6.1"
primitive-types = "0.11.1"

# Github dependencies

# Crates.io dependencies
chrono = "0.4.19"
chrono-tz = "0.6.1"
dyn-clone = "1.0.5"
dyn-clone = "1.0.6"
enum_dispatch = "0.3.8"
itertools = "0.10.3"
lexical-core = "0.8.3"
lexical-core = "0.8.5"
micromarshal = "0.1.0"
num = "0.4.0"
once_cell = "1.10.0"
once_cell = "1.12.0"
opensrv-clickhouse = "0.1.0"
ordered-float = "2.10.0"
ordered-float = "3.0.0"
paste = "1.0.7"
rand = { version = "0.8.5", features = ["small_rng"] }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
smallvec = { version = "1.8.0", features = ["write"] }

[dev-dependencies]
Expand Down
16 changes: 8 additions & 8 deletions common/exception/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ test = false
[dependencies] # In alphabetical order
common-arrow = { path = "../arrow" }

anyhow = "1.0.56"
octocrab = "0.15.4"
anyhow = "1.0.58"
octocrab = "0.16.0"
paste = "1.0.7"
prost = "=0.10.1"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
thiserror = "1.0.30"
time = "0.3.9"
tonic = "=0.7.2"
prost = "0.10.4"
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
thiserror = "1.0.31"
time = "0.3.10"
tonic = "0.7.2"

# Github dependencies
bincode = { git = "https://github.com/datafuse-extras/bincode", rev = "fd3f9ff" }
Expand Down
24 changes: 12 additions & 12 deletions common/functions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,37 +22,37 @@ common-io = { path = "../io" }
base64 = "0.13.0"
blake3 = "1.3.1"
bstr = "0.2.17"
bumpalo = "3.9.1"
bumpalo = "3.10.0"
bytes = "1.1.0"
chrono-tz = "0.6.1"
crc32fast = "1.3.2"
dyn-clone = "1.0.5"
dyn-clone = "1.0.6"
hex = "0.4.3"
itertools = "0.10.3"
md5 = "0.7.0"
memchr = "2.5.0"
naive-cityhash = "0.2.0"
num = "0.4.0"
num-format = "0.4.0"
num-traits = "0.2.14"
once_cell = "1.10.0"
ordered-float = "2.10.0"
num-traits = "0.2.15"
once_cell = "1.12.0"
ordered-float = "3.0.0"
pulldown-cmark = { version = "0.9.1", default-features = false }
rand = { version = "0.8.5", features = ["small_rng"] }
regex = "1.5.5"
rust-embed = { version = "6.3.0", features = ["debug-embed"] }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
regex = "1.5.6"
rust-embed = { version = "6.4.0", features = ["debug-embed"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
sha1 = "0.10.1"
sha2 = "0.10.2"
simdutf8 = "0.1.4"
sqlparser = { git = "https://github.com/datafuse-extras/sqlparser-rs", rev = "d44a8e1" }
strength_reduce = "0.2.3"
twox-hash = "1.6.2"
uuid = { version = "0.8.2", features = ["v4"] }
twox-hash = "1.6.3"
uuid = { version = "1.1.2", features = ["v4"] }

[dev-dependencies]
bumpalo = "3.9.1"
bumpalo = "3.10.0"
common-datablocks = { path = "../datablocks" }
float-cmp = "0.9.0"
pretty_assertions = "1.2.1"
12 changes: 6 additions & 6 deletions common/grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ common-tracing = { path = "../tracing" }

# Crates.io dependencies
anyerror = "0.1.6"
hyper = "0.14.18"
jwt-simple = "0.10.9"
once_cell = "1.10.0"
serde = { version = "1.0.136", features = ["derive"] }
thiserror = "1.0.30"
tonic = { version = "=0.7.2", features = ["transport", "codegen", "prost", "tls-roots", "tls"] }
hyper = "0.14.19"
jwt-simple = "0.11.0"
once_cell = "1.12.0"
serde = { version = "1.0.137", features = ["derive"] }
thiserror = "1.0.31"
tonic = { version = "0.7.2", features = ["transport", "codegen", "prost", "tls-roots", "tls"] }
trust-dns-resolver = { version = "0.21.2", features = ["system-config"] }

[build-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions common/hive-meta-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hive-it = []
# Github dependencies

# Crates.io dependencies
thrift = "0.15"
thrift = "0.15.0"

[build-dependencies]
which = "4.2"
which = "4.2.5"
6 changes: 3 additions & 3 deletions common/io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ bytes = "1.1.0"
chrono = "0.4.19"
chrono-tz = "0.6.1"
futures = "0.3.21"
lexical-core = "0.8.2"
lexical-core = "0.8.5"
micromarshal = "0.1.0"
opendal = { version = "0.9.0", features = ["retry"] }
serde = { version = "1.0.136", features = ["derive"] }
time = "0.3.9"
serde = { version = "1.0.137", features = ["derive"] }
time = "0.3.10"

[dev-dependencies]
rand = "0.8.5"
6 changes: 3 additions & 3 deletions common/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ doctest = false
test = false

[dependencies]
proc-macro2 = "1.0.36"
quote = "1.0.17"
syn = { version = "1.0.90", features = ["full"] }
proc-macro2 = "1.0.40"
quote = "1.0.20"
syn = { version = "1.0.98", features = ["full"] }
synstructure = "0.12.6"
4 changes: 2 additions & 2 deletions common/management/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ common-proto-conv = { path = "../proto-conv" }
common-protos = { path = "../protos" }

async-trait = "0.1.56"
serde_json = "1.0.79"
serde_json = "1.0.81"

[dev-dependencies]
common-base = { path = "../base" }
common-meta-embedded = { path = "../meta/embedded" }

mockall = "0.11.0"
mockall = "0.11.1"
10 changes: 5 additions & 5 deletions common/meta/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ common-protos = { path = "../../protos" }
common-tracing = { path = "../../tracing" }

anyerror = "0.1.6"
anyhow = "1.0.56"
anyhow = "1.0.58"
async-trait = "0.1.56"
maplit = "1.0.2"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
thiserror = "1.0.30"
tonic = { version = "=0.7.2", features = ["transport", "codegen", "prost", "tls-roots", "tls"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
thiserror = "1.0.31"
tonic = { version = "0.7.2", features = ["transport", "codegen", "prost", "tls-roots", "tls"] }
26 changes: 13 additions & 13 deletions common/meta/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@ sled = { git = "https://github.com/datafuse-extras/sled", tag = "v0.34.7-datafus

anyerror = "0.1.6"
derive_more = "0.99.17"
enumflags2 = { version = "0.7.4", features = ["serde"] }
enumflags2 = { version = "0.7.5", features = ["serde"] }
hex = "0.4.3"
maplit = "1.0.2"
num = "0.4"
num-derive = "0.3"
num-traits = "0.2"
once_cell = "1.10.0"
prost = "=0.9.0"
serde = { version = "1.0.136", features = ["derive", "rc"] }
serde_json = "1.0.79"
num = "0.4.0"
num-derive = "0.3.3"
num-traits = "0.2.15"
once_cell = "1.12.0"
prost = "0.10.4"
serde = { version = "1.0.137", features = ["derive", "rc"] }
serde_json = "1.0.81"
sha1 = "0.10.1"
sha2 = "0.10.2"
thiserror = "1.0.30"
tonic = { version = "=0.6.2", features = ["transport", "codegen", "prost", "tls-roots", "tls"] }
thiserror = "1.0.31"
tonic = { version = "0.7.2", features = ["transport", "codegen", "prost", "tls-roots", "tls"] }

[build-dependencies]
common-building = { path = "../../building" }
tonic-build = "=0.6.2"
tonic-build = "0.7.2"

[dev-dependencies]
anyhow = "1.0.56"
regex = "1.5.5"
anyhow = "1.0.58"
regex = "1.5.6"
4 changes: 2 additions & 2 deletions common/meta/embedded/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ common-tracing = { path = "../../tracing" }

# Crates.io dependencies
async-trait = "0.1.56"
once_cell = "1.10.0"
once_cell = "1.12.0"
tempfile = "3.3.0"

[dev-dependencies]
anyhow = "1.0.56"
anyhow = "1.0.58"
14 changes: 7 additions & 7 deletions common/meta/grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ common-tracing = { path = "../../tracing" }

derive_more = "0.99.17"
futures = "0.3.21"
once_cell = "1.10.0"
prost = "=0.10.1"
once_cell = "1.12.0"
prost = "0.10.4"
rand = "0.8.5"
semver = "1.0.9"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
thiserror = "1.0.30"
tonic = { version = "=0.7.2", features = ["transport", "codegen", "prost", "tls-roots", "tls"] }
semver = "1.0.10"
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
thiserror = "1.0.31"
tonic = { version = "0.7.2", features = ["transport", "codegen", "prost", "tls-roots", "tls"] }

[dev-dependencies]

Expand Down
Loading