Skip to content

Commit

Permalink
Updated dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iByteABit256 authored Jul 4, 2023
1 parent 50110bc commit c82f286
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.11.16", features = ["blocking"] }
regex = "1.7.3"
tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] }
reqwest = { version = "0.11.18", features = ["blocking"] }
regex = "1.8.4"
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }
json = "0.12.4"
error-chain = "0.12.4"
ytb-downloader = "0.1.0"
env_logger = "0.10.0"
log = "0.4.17"
clap = { version = "4.2.4", features = ["derive"] }
log = "0.4.19"
clap = { version = "4.3.10", features = ["derive"] }

0 comments on commit c82f286

Please sign in to comment.