Skip to content

Commit

Permalink
chore(dependencies): bump minimum tokio (#3664)
Browse files Browse the repository at this point in the history
  • Loading branch information
dswij authored Jun 8, 2024
1 parent 4e61351 commit c38437d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ itoa = "1"
tracing = { version = "0.1", default-features = false, features = ["std"] }
pin-project-lite = "0.2.4"
tower-service = "0.3"
tokio = { version = "1", features = ["sync"] }
tokio = { version = "1.27", features = ["sync"] }
want = "0.3"

# Optional
Expand All @@ -49,7 +49,7 @@ pretty_env_logger = "0.4"
spmc = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = [
tokio = { version = "1.27", features = [
"fs",
"macros",
"io-std",
Expand Down

0 comments on commit c38437d

Please sign in to comment.