Skip to content

Commit

Permalink
chore(deps): Bump parse-display from 0.8.2 to 0.9.0 (#15012)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Richard Chien <[email protected]>
  • Loading branch information
3 people authored and yezizp2012 committed Feb 7, 2024
1 parent d5b7b83 commit 6114d19
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 38 deletions.
63 changes: 29 additions & 34 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/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ num-traits = "0.2"
number_prefix = "0.4.0"
opentelemetry = { version = "0.20", default-features = false }
parking_lot = "0.12"
parse-display = "0.8"
parse-display = "0.9"
paste = "1"
pin-project-lite = "0.2"
postgres-types = { version = "0.2.6", features = [
Expand Down
2 changes: 1 addition & 1 deletion src/expr/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ linkme = { version = "0.3", features = ["used_linker"] }
moka = { version = "0.12", features = ["future"] }
num-traits = "0.2"
openssl = { version = "0.10", features = ["vendored"] }
parse-display = "0.8"
parse-display = "0.9"
paste = "1"
risingwave_common = { workspace = true }
risingwave_expr_macro = { path = "../macro" }
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ md5 = "0.7.0"
memcomparable = "0.2"
num-integer = "0.1"
parking_lot = "0.12"
parse-display = "0.8"
parse-display = "0.9"
paste = "1"
petgraph = "0.6"
pgwire = { path = "../utils/pgwire" }
Expand Down
2 changes: 1 addition & 1 deletion src/storage/hummock_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bytes = "1"
easy-ext = "1"
hex = "0.4"
itertools = "0.12"
parse-display = "0.8"
parse-display = "0.9"
prost = { workspace = true }
risingwave_common = { workspace = true }
risingwave_pb = { workspace = true }
Expand Down
4 changes: 4 additions & 0 deletions src/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ publish = false
### BEGIN HAKARI SECTION
[dependencies]
ahash = { version = "0.8" }
aho-corasick = { version = "1" }
allocator-api2 = { version = "0.2", default-features = false, features = ["alloc", "nightly"] }
anyhow = { version = "1", features = ["backtrace"] }
async-std = { version = "1", features = ["attributes", "tokio1"] }
Expand Down Expand Up @@ -80,6 +81,7 @@ log = { version = "0.4", default-features = false, features = ["kv_unstable", "s
madsim-rdkafka = { version = "0.3", 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"] }
md-5 = { version = "0.10" }
memchr = { version = "2" }
mio = { version = "0.8", features = ["net", "os-ext"] }
nom = { version = "7" }
num-bigint = { version = "0.4" }
Expand Down Expand Up @@ -157,6 +159,7 @@ zstd-sys = { version = "2", default-features = false, features = ["legacy", "std

[build-dependencies]
ahash = { version = "0.8" }
aho-corasick = { version = "1" }
allocator-api2 = { version = "0.2", default-features = false, features = ["alloc", "nightly"] }
anyhow = { version = "1", features = ["backtrace"] }
auto_enums = { version = "0.8", features = ["futures03", "tokio1"] }
Expand All @@ -175,6 +178,7 @@ itertools = { version = "0.11" }
lazy_static = { version = "1", default-features = false, features = ["spin_no_std"] }
libc = { version = "0.2", features = ["extra_traits"] }
log = { version = "0.4", default-features = false, features = ["kv_unstable", "std"] }
memchr = { version = "2" }
nom = { version = "7" }
num-bigint = { version = "0.4" }
num-integer = { version = "0.1", features = ["i128"] }
Expand Down

0 comments on commit 6114d19

Please sign in to comment.