Skip to content

Commit fdbe24c

Browse files
deps: bump tokio from 1.50.0 to 1.52.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.50.0 to 1.52.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.50.0...tokio-1.52.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f23ac7 commit fdbe24c

14 files changed

Lines changed: 21 additions & 21 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ keywords = ["trading", "finance", "rust", "quantitative", "terminal"]
5757
categories = ["finance", "command-line-utilities"]
5858

5959
[workspace.dependencies]
60-
tokio = { version = "1.37", features = ["full"] }
60+
tokio = { version = "1.52", features = ["full"] }
6161
serde = { version = ">=1.0.228", features = ["derive"] }
6262
serde_json = "1.0"
6363
uuid = { version = "1.8.0", features = ["v4", "serde"] }

crates/ai/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories.workspace = true
1111

1212
[dependencies]
1313
common = { path = "../common" }
14-
tokio = { version = "1.0", features = ["full"] }
14+
tokio = { version = "1.52", features = ["full"] }
1515
serde = { version = "1.0", features = ["derive"] }
1616
serde_json = "1.0"
1717
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "json"] }

crates/alerts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ categories.workspace = true
1313
common = { path = "../common" }
1414
serde = { version = "1.0", features = ["derive"] }
1515
serde_json = "1.0"
16-
tokio = { version = "1.0", features = ["full"] }
16+
tokio = { version = "1.52", features = ["full"] }
1717
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json"] }
1818
tracing = "0.1"

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ categories.workspace = true
1212
[dependencies]
1313
clap = { version = "4.4", features = ["derive", "env"] }
1414
anyhow = "1.0"
15-
tokio = { version = "1.35", features = ["full"] }
15+
tokio = { version = "1.52", features = ["full"] }

crates/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde_json = "1.0"
2020
anyhow = "1.0"
2121
thiserror = "1.0"
2222
chrono = { version = "0.4", features = ["serde"] }
23-
tokio = { version = "1.35", features = ["full"] }
23+
tokio = { version = "1.52", features = ["full"] }
2424
dotenvy = "0.15"
2525
envy = "0.4"
2626
tracing = "0.1"

crates/daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ chrono = "0.4"
3333
rand = "0.8"
3434

3535
# async/runtime
36-
tokio = { version = "1.35", features = ["full"] }
36+
tokio = { version = "1.52", features = ["full"] }
3737
async-trait = "0.1"
3838
futures = "0.3"
3939

crates/dashboard/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories.workspace = true
1111

1212
[dependencies]
1313
common = { path = "../common" }
14-
tokio = { version = "1.0", features = ["full"] }
14+
tokio = { version = "1.52", features = ["full"] }
1515
ratatui = "0.26"
1616
crossterm = "0.27"
1717
tracing = "0.1"

crates/event_bus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords.workspace = true
1010
categories.workspace = true
1111

1212
[dependencies]
13-
tokio = { version = "1.35", features = ["full"] }
13+
tokio = { version = "1.52", features = ["full"] }
1414
serde = { version = "1.0", features = ["derive"] }
1515
serde_json = "1.0"
1616
common = { path = "../common" }

crates/execution/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ anyhow = "1.0"
1818
tracing = "0.1"
1919

2020
# Trade Update WebSocket
21-
tokio = { version = "1.35", features = ["full"] }
21+
tokio = { version = "1.52", features = ["full"] }
2222
tokio-tungstenite = "0.20"
2323
futures = "0.3"
2424
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)