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 and regexident committed Jul 11, 2023
1 parent 79b6a88 commit ad80f72
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 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.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ yansi = "0.5.1"
log = "0.4.19"
env_logger = "0.10.0"
indoc = "2.0.2"
clap = { version = "4.3.10", features = ["derive"] }
clap = { version = "4.3.11", features = ["derive"] }

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

# minimal versions
serde_repr = "0.1.13"
serde_repr = "0.1.14"
tap = "1.0.1"
wyz = "0.6.1"
proc-macro2 = "1.0.63"
proc-macro2 = "1.0.64"
pulldown-cmark = "0.9.3"
getopts = "0.2.19"
getopts = "0.2.21"

# avoid yanked "0.5.6"
crossbeam-channel = "0.5.8"
Expand Down

0 comments on commit ad80f72

Please sign in to comment.