Skip to content

Commit

Permalink
fix reqwest version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDavison committed Jan 17, 2024
1 parent c9361e3 commit 018b24f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdlc"
version = "0.8.0"
version = "0.8.1"
authors = ["Chris Davison <c.jr.davison@gmail.com>"]
edition = "2018"
license = "GPL-3.0-only"
Expand All @@ -12,7 +12,7 @@ description = "Markdown Link Checker. Find broken web and local links."
lazy_static = "~1.4"
regex = "~1.3"
glob = "0.3"
reqwest = { version = "*", default-features = false, features = ["blocking", "json", "rustls-tls"] }
reqwest = { version = "~0.11.23", default-features = false, features = ["blocking", "json", "rustls-tls"] }
structopt="~0.3"
anyhow = "~1.0"
rayon = "~1.5"
Expand Down

0 comments on commit 018b24f

Please sign in to comment.