Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Nov 6, 2024
1 parent 06a1c1c commit c789251
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
28 changes: 24 additions & 4 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ clap = { version = "4.5.20" }

closestmatch = { version = "0.1.2" }
miette = { version = "7.2.0", default-features = false }
thiserror = { version = "1.0.65" }
thiserror = { version = "2.0.0" }
serde = { version = "1.0.213" }
serde_json = { version = "1.0.132" }
syn = { version = "2.0.83" }
syn = { version = "2.0.87" }
quote = { version = "1.0.37" }
proc-macro2 = { version = "1.0.89" }
bitmask-enum = { version = "2.2.5" }
Expand All @@ -46,9 +46,9 @@ similar = { version = "2.6.0" }
criterion = { version = "0.5.1" }
pprof = { version = "0.13.0" }
flate2 = { version = "1.0.34" }
insta = { version = "1.40.0" }
insta = { version = "1.41.1" }
console = { version = "0.15.8" }
prettyplease = { version = "0.2.24" }
prettyplease = { version = "0.2.25" }

string_cache = { version = "0.8.7" }
string_cache_codegen = { version = "0.5.2" }
Expand Down

0 comments on commit c789251

Please sign in to comment.