Skip to content

Commit

Permalink
Merge pull request #34 from nhudson/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
Update Rust crate tokio to 1.36
  • Loading branch information
nhudson authored Feb 5, 2024
2 parents b03c9fb + 7edda5d commit 82858d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ parking_lot = "0.12"
futures = "0.3"
hex = "0.4"
ring = "0.17"
tokio = { version = "1.35", features = ["full"] }
tokio = { version = "1.36", features = ["full"] }
serde_json = "1.0"
octocrab = "0.33"

0 comments on commit 82858d6

Please sign in to comment.