Skip to content

Commit

Permalink
Merge pull request #1 from iorust/dependabot/cargo/tokio-approx-1.29
Browse files Browse the repository at this point in the history
Update tokio requirement from ~1.28 to ~1.29
  • Loading branch information
zensh authored Jul 25, 2023
2 parents cb1e4e7 + 3f1fad8 commit df3cbb2
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 @@ -32,7 +32,7 @@ log = { version = "~0.4", features = [
parking_lot = { version = "~0.12", optional = false }
serde = { version = "~1.0", features = ["derive"], default-features = false }
serde_json = { version = "~1.0", features = ["std"], default-features = false }
tokio = { version = "~1.28", features = [
tokio = { version = "~1.29", features = [
"io-std",
"io-util",
"parking_lot",
Expand All @@ -41,5 +41,5 @@ tokio = { version = "~1.28", features = [
], default-features = false }

[dev-dependencies]
tokio = { version = "~1.28", features = ["full"] }
tokio = { version = "~1.29", features = ["full"] }
gag = { version = "~1.0" }

0 comments on commit df3cbb2

Please sign in to comment.