Skip to content

Commit

Permalink
fix cargo lock
Browse files Browse the repository at this point in the history
  • Loading branch information
xxhZs committed Sep 12, 2024
1 parent 2407007 commit 741b069
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 40 deletions.
130 changes: 97 additions & 33 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ arrow-schema-iceberg = { package = "arrow-schema", version = "52" }
arrow-buffer-iceberg = { package = "arrow-buffer", version = "52" }
arrow-cast-iceberg = { package = "arrow-cast", version = "52" }
# branch dev
iceberg = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "bf97b9de51c5c86394e4df7aaff82cc3ed8bc928" }
iceberg-catalog-rest = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "bf97b9de51c5c86394e4df7aaff82cc3ed8bc928" }
iceberg-catalog-glue = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "bf97b9de51c5c86394e4df7aaff82cc3ed8bc928" }
iceberg = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "82142ea07044203becf72ea6d067d619d0cf46d9" }
iceberg-catalog-rest = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "82142ea07044203becf72ea6d067d619d0cf46d9" }
iceberg-catalog-glue = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "82142ea07044203becf72ea6d067d619d0cf46d9" }
opendal = "0.47"
arrow-array = "50"
arrow-arith = "50"
Expand Down
2 changes: 1 addition & 1 deletion src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jni = { version = "0.21.1", features = ["invocation"] }
jsonbb = { workspace = true }
jsonwebtoken = "9.2.0"
maplit = "1.0.2"
moka = { version = "0.12.8", features = ["future"] }
moka = { version = "0.12.0", features = ["future"] }
mongodb = { version = "2.8.2", features = ["tokio-runtime"] }
mysql_async = { version = "0.34", default-features = false, features = [
"default",
Expand Down
2 changes: 1 addition & 1 deletion src/expr/impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ itertools = { workspace = true }
jsonbb = { workspace = true }
linkme = { version = "0.3", features = ["used_linker"] }
md5 = "0.7"
moka = { version = "0.12.8", features = ["sync"] }
moka = { version = "0.12.0", features = ["sync"] }
num-traits = "0.2"
openssl = "0.10"
regex = "1"
Expand Down
2 changes: 1 addition & 1 deletion src/rpc_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ http = "1"
hyper = "1"
itertools = { workspace = true }
lru = { workspace = true }
moka = { version = "0.12.8", features = ["future"] }
moka = { version = "0.12.0", features = ["future"] }
paste = "1"
rand = { workspace = true }
risingwave_common = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion src/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ libc = "0.2"
lz4 = "1.25.0"
memcomparable = "0.2"
metrics-prometheus = "0.7"
moka = { version = "0.12.8", features = ["future", "sync"] }
moka = { version = "0.12.0", features = ["future", "sync"] }
more-asserts = "0.3"
num-integer = "0.1"
parking_lot = { workspace = true }
Expand Down

0 comments on commit 741b069

Please sign in to comment.