Skip to content

Commit

Permalink
Merge pull request #112 from KisaragiEffective/renovate/crate-tokio-v…
Browse files Browse the repository at this point in the history
…ulnerability

fix(deps): update rust crate tokio to 1.23.1 [security]
  • Loading branch information
KisaragiEffective authored Jan 7, 2023
2 parents c4d22aa + 13b230f commit 6183dc8
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 12 deletions.
79 changes: 68 additions & 11 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ reqwest = { version = "0.11.13", features = ["json"] }
serde = { version = "1.0.150", features = ["derive"] }
serde_json = "1.0.89"
strum = { version = "0.24.1", features = ["derive"] }
tokio = { version = "1.22.0", features = ["full"] }
tokio = { version = "1.23.1", features = ["full"] }
url = { version = "2.3.1", features = ["serde"] }
uuid = { version = "1.2.2", features = ["v4"] }

0 comments on commit 6183dc8

Please sign in to comment.