Skip to content

Commit

Permalink
Upgrade all deps except regex
Browse files Browse the repository at this point in the history
There appears to be a bug in regex 1.8.0 -
rust-lang/regex#981
  • Loading branch information
autarch committed Apr 21, 2023
1 parent 6a253c0 commit 6f191bb
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 60 deletions.
114 changes: 57 additions & 57 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -11,14 +11,14 @@ edition = "2021"
[dependencies]
anyhow = "1.0.70"
bzip2 = "0.4.4"
clap = "4.2.1"
clap = "4.2.4"
fern = { version = "0.6.2", features = ["colored"] }
flate2 = "1.0.25"
itertools = "0.10.5"
log = "0.4.17"
openssl = { version = "0.10.50", features = ["vendored"] }
openssl = { version = "0.10.51", features = ["vendored"] }
platforms = "3.0.2"
regex = "1.7.3"
regex = "~1.7"
reqwest = { version = "0.11.16", default-features = false, features = ["gzip", "json", "default-tls"] }
result = "1.0.0"
serde = { version = "1.0.160", features = ["derive"] }
Expand Down

0 comments on commit 6f191bb

Please sign in to comment.