Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 10, 2023
1 parent 2b02c31 commit 16f44c2
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 16f44c2

Please sign in to comment.