Skip to content

Commit

Permalink
Bump required tokio version to v1.25.0
Browse files Browse the repository at this point in the history
Required for the new steal operations metric.
  • Loading branch information
jschwe committed Feb 6, 2023
1 parent 01b3aa7 commit 277eca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -22,7 +22,7 @@ rt = ["tokio"]
tokio-stream = "0.1.11"
futures-util = "0.3.19"
pin-project-lite = "0.2.7"
tokio = { version = "1.15.0", features = ["rt", "stats", "time"], optional = true }
tokio = { version = "1.25.0", features = ["rt", "stats", "time"], optional = true }

[dev-dependencies]
axum = "0.6"
Expand All @@ -31,7 +31,7 @@ futures = "0.3.21"
num_cpus = "1.13.1"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
tokio = { version = "1.15.0", features = ["full", "rt", "time", "macros", "test-util"] }
tokio = { version = "1.25.0", features = ["full", "rt", "time", "macros", "test-util"] }

[[example]]
name = "runtime"
Expand Down

0 comments on commit 277eca4

Please sign in to comment.