Skip to content

Commit

Permalink
chore: Upgrade all dependencies (to 'incompatible' versions)
Browse files Browse the repository at this point in the history
Ran `cargo upgrade --incompatible`, from `cargo-edit`
  • Loading branch information
alexpovel committed Aug 27, 2023
1 parent 58aeda1 commit 127aa0f
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 26 deletions.
111 changes: 88 additions & 23 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
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ categories = [
]

[dependencies]
cached = "0.43.0"
cached = "0.44.0"
clap = { version = "4.4.0", features = ["derive"] }
env_logger = "0.10.0"
itertools = "0.10.5"
itertools = "0.11.0"
log = "0.4.20"
unicode_titlecase = "2.2.1"
fst = "0.4.7"
Expand All @@ -39,7 +39,7 @@ assert_cmd = "2.0.12"
criterion = { version = "0.5.1", features = ["html_reports"] }
insta = { version = "1.31.0", features = ["yaml"] }
paste = "1.0.14"
rstest = "0.17.0"
rstest = "0.18.2"
serde = { version = "1.0.188", features = ["derive"] }
glob = "0.3.1"
num_cpus = "1.16.0"
Expand Down

0 comments on commit 127aa0f

Please sign in to comment.