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 Aug 8, 2023
1 parent 54eeea2 commit 847e2a8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

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

14 changes: 7 additions & 7 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.20", features = ["derive"] }

ra_ap_base_db = "=0.0.163"
ra_ap_cfg = "=0.0.163"
Expand All @@ -41,10 +41,10 @@ ra_ap_text_edit = "=0.0.163"
ra_ap_vfs = "=0.0.163"

# minimal versions
serde_repr = "0.1.14"
serde_repr = "0.1.16"
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 847e2a8

Please sign in to comment.