Skip to content

Commit

Permalink
fix(deps): update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 11, 2023
1 parent 5ae8f95 commit 36f4009
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 deletions 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
Expand Up @@ -27,12 +27,12 @@ profiling = ["tracing", "tracing-tracy"]
clap = { version = "4.3.11", features = ["derive", "color"] }
serde_yaml = { version = "0.9.22", optional = true }
serde_toml = { package = "toml", version = "0.7.6", optional = true }
serde_json = { version = "1.0.100", optional = true }
serde_json = { version = "1.0.101", optional = true }
figment = { version = "0.10.10", default-features = false, features = ["env"] }
directories = "5.0.1"
once_cell = "1.18.0"
derive_more = "0.99.17"
serde = { version = "1.0.167", features = ["derive"] }
serde = { version = "1.0.171", features = ["derive"] }
crossterm = "0.26.1"
itertools = "0.11.0"
thiserror = "1.0.43"
Expand Down

0 comments on commit 36f4009

Please sign in to comment.