Skip to content

Commit b7694a6

Browse files
committed
chore: bump tokio 1.52, clap 4.6
1 parent 744fd18 commit b7694a6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git",
1414

1515
anyhow = "1.0"
1616
built = { version = "0.8", features = ["chrono", "git2"] }
17-
clap = "4.5"
17+
clap = "4.6"
1818
const_format = "0.2"
1919
futures = { version = "0.3", features = ["compat"] }
2020
rstest = "0.26"
@@ -24,12 +24,12 @@ serde_json = "1.0"
2424
serde_yaml = "0.9"
2525
snafu = "0.9"
2626
strum = { version = "0.28", features = ["derive"] }
27-
tokio = { version = "1.40", features = ["full"] }
27+
tokio = { version = "1.52", features = ["full"] }
2828
tracing = "0.1"
2929
tracing-futures = { version = "0.2", features = ["futures-03"] }
3030
indoc = "2"
3131
regex = "1.12"
3232

3333
[patch."https://github.com/stackabletech/operator-rs.git"]
34-
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch="smooth-operator" }
34+
# stackable-operator = { git = "https://github.com/stackabletech//operator-rs.git", branch="main" }
3535
# stackable-operator = { path = "../operator-rs/crates/stackable-operator" }

0 commit comments

Comments
 (0)