Skip to content

Commit

Permalink
Update all other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 19, 2023
1 parent 54eeea2 commit b293af7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ version = "0.9.2"
bitvec = "1.0"
json = "0.12.4"
petgraph = "0.6.3"
anyhow = "1.0.71"
anyhow = "1.0.72"
yansi = "0.5.1"
log = "0.4.19"
env_logger = "0.10.0"
indoc = "2.0.2"
clap = { version = "4.3.11", features = ["derive"] }
indoc = "2.0.3"
clap = { version = "4.3.17", features = ["derive"] }

ra_ap_base_db = "=0.0.163"
ra_ap_cfg = "=0.0.163"
Expand All @@ -44,7 +44,7 @@ ra_ap_vfs = "=0.0.163"
serde_repr = "0.1.14"
tap = "1.0.1"
wyz = "0.6.1"
proc-macro2 = "1.0.64"
proc-macro2 = "1.0.66"
pulldown-cmark = "0.9.3"
getopts = "0.2.21"

Expand All @@ -53,7 +53,7 @@ crossbeam-channel = "0.5.8"

# required by tests
[dev-dependencies]
assert_cmd = "2.0.11"
assert_cmd = "2.0.12"
shellwords = "1.1"
insta = "1.30.0"
insta = "1.31.0"
bitflags = "2.3.3"

0 comments on commit b293af7

Please sign in to comment.