Skip to content

Commit

Permalink
chore(deps): Bump educe from 0.4.23 to 0.5.7 (#14019)
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: xxchan <[email protected]>
  • Loading branch information
dependabot[bot] and xxchan authored Dec 17, 2023
1 parent 8aae44f commit 69f24de
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 9 deletions.
42 changes: 37 additions & 5 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 @@ -39,7 +39,7 @@ clap = { version = "4", features = ["derive"] }
comfy-table = "7"
crc32fast = "1"
easy-ext = "1"
educe = "0.4"
educe = "0.5"
either = "1"
enum-as-inner = "0.6"
enumflags2 = { version = "0.7.8" }
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ctor = "0.2"
downcast-rs = "1.2"
dyn-clone = "1.0.14"
easy-ext = "1"
educe = "0.4"
educe = "0.5"
either = "1"
enum-as-inner = "0.6"
fixedbitset = "0.4.2"
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/stream_fragmenter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub struct BuildFragmentGraphState {
next_table_id: u32,

/// rewrite will produce new operators, and we need to track next operator id
#[educe(Default(expression = "u32::MAX - 1"))]
#[educe(Default(expression = u32::MAX - 1))]
next_operator_id: u32,

/// dependent streaming job ids.
Expand Down
2 changes: 1 addition & 1 deletion src/stream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async-trait = "0.1"
auto_enums = "0.8"
await-tree = { workspace = true }
bytes = "1"
educe = "0.4"
educe = "0.5"
either = "1"
enum-as-inner = "0.6"
fail = "0.5"
Expand Down

0 comments on commit 69f24de

Please sign in to comment.