Skip to content

Commit

Permalink
Merge pull request #94 from Rel1cx/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate tokio to 1.28.1
  • Loading branch information
Rel1cx authored May 17, 2023
2 parents 8ceb918 + 16f44c2 commit 16a5dff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions updater/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion updater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1.28.0", features = ["full"] }
tokio = { version = "1.28.1", features = ["full"] }
regex = "1.8.1"

0 comments on commit 16a5dff

Please sign in to comment.