Skip to content

Commit

Permalink
cargo upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Sep 9, 2023
1 parent 5d5e186 commit c043546
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion src/ctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ etcd-client = { workspace = true }
futures = { version = "0.3", default-features = false, features = ["alloc"] }
inquire = "0.6.2"
itertools = "0.11"
regex = "1.9.4"
regex = "1.9.5"
risingwave_common = { workspace = true }
risingwave_connector = { workspace = true }
risingwave_frontend = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions src/tests/simulation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ risingwave_rpc_client = { workspace = true }
risingwave_sqlparser = { workspace = true }
risingwave_sqlsmith = { workspace = true }
serde = "1.0.188"
serde_derive = "1.0.183"
serde_derive = "1.0.188"
serde_json = "1.0.105"
sqllogictest = "0.15.2"
sqllogictest = "0.15.3"
tempfile = "3"
tikv-jemallocator = { git = "https://github.com/yuhao-su/jemallocator.git", features = ["profiling"], rev = "a0911601bb7bb263ca55c7ea161ef308fdc623f8" }
tokio = { version = "0.2.23", package = "madsim-tokio" }
Expand Down
12 changes: 6 additions & 6 deletions src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ anyhow = { version = "1", features = ["backtrace"] }
aws-credential-types = { version = "0.55", default-features = false, features = ["hardcoded-credentials"] }
aws-sdk-s3 = { version = "0.28", features = ["native-tls"] }
aws-smithy-client = { version = "0.55", default-features = false, features = ["native-tls", "rustls"] }
bitflags = { version = "2", default-features = false, features = ["std"] }
byteorder = { version = "1", features = ["i128"] }
bytes = { version = "1", features = ["serde"] }
chrono = { version = "0.4", features = ["alloc", "serde"] }
Expand Down Expand Up @@ -60,8 +61,6 @@ lock_api = { version = "0.4", features = ["arc_lock"] }
log = { version = "0.4", default-features = false, features = ["std"] }
madsim-rdkafka = { git = "https://github.com/madsim-rs/madsim.git", rev = "bb8f063", features = ["cmake-build", "gssapi", "ssl-vendored", "zstd"] }
madsim-tokio = { version = "0.2", default-features = false, features = ["fs", "io-util", "macros", "net", "process", "rt", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
memchr = { version = "2" }
miniz_oxide = { version = "0.7", default-features = false, features = ["with-alloc"] }
mio = { version = "0.8", features = ["net", "os-ext"] }
multimap = { version = "0.8" }
nom = { version = "7" }
Expand Down Expand Up @@ -117,6 +116,7 @@ auto_enums = { version = "0.8", features = ["futures03"] }
aws-credential-types = { version = "0.55", default-features = false, features = ["hardcoded-credentials"] }
aws-sdk-s3 = { version = "0.28", features = ["native-tls"] }
aws-smithy-client = { version = "0.55", default-features = false, features = ["native-tls", "rustls"] }
bitflags = { version = "2", default-features = false, features = ["std"] }
byteorder = { version = "1", features = ["i128"] }
bytes = { version = "1", features = ["serde"] }
cc = { version = "1", default-features = false, features = ["parallel"] }
Expand All @@ -126,6 +126,8 @@ clap_builder = { version = "4", default-features = false, features = ["cargo", "
combine = { version = "4" }
crossbeam-epoch = { version = "0.9" }
crossbeam-utils = { version = "0.8" }
darling = { version = "0.14" }
darling_core = { version = "0.14", default-features = false, features = ["suggestions"] }
deranged = { version = "0.3", default-features = false, features = ["serde", "std"] }
either = { version = "1" }
fail = { version = "0.5", default-features = false, features = ["failpoints"] }
Expand Down Expand Up @@ -155,8 +157,6 @@ lock_api = { version = "0.4", features = ["arc_lock"] }
log = { version = "0.4", default-features = false, features = ["std"] }
madsim-rdkafka = { git = "https://github.com/madsim-rs/madsim.git", rev = "bb8f063", features = ["cmake-build", "gssapi", "ssl-vendored", "zstd"] }
madsim-tokio = { version = "0.2", default-features = false, features = ["fs", "io-util", "macros", "net", "process", "rt", "rt-multi-thread", "signal", "sync", "time", "tracing"] }
memchr = { version = "2" }
miniz_oxide = { version = "0.7", default-features = false, features = ["with-alloc"] }
mio = { version = "0.8", features = ["net", "os-ext"] }
multimap = { version = "0.8" }
nom = { version = "7" }
Expand Down Expand Up @@ -189,8 +189,8 @@ serde_json = { version = "1", features = ["alloc"] }
serde_with = { version = "3", features = ["json"] }
smallvec = { version = "1", default-features = false, features = ["serde", "union", "write"] }
subtle = { version = "2" }
syn-dff4ba8e3ae991db = { package = "syn", version = "1", features = ["extra-traits", "full", "visit", "visit-mut"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
syn-dff4ba8e3ae991db = { package = "syn", version = "1", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "full", "visit", "visit-mut"] }
time = { version = "0.3", features = ["local-offset", "macros", "serde-well-known"] }
time-macros = { version = "0.2", default-features = false, features = ["formatting", "parsing", "serde"] }
tinyvec = { version = "1", features = ["alloc", "grab_spare_slice", "rustc_1_55"] }
Expand Down

0 comments on commit c043546

Please sign in to comment.