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 Dec 5, 2023
1 parent bddd87a commit 2a0ca1d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
19 changes: 14 additions & 5 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 @@ -24,7 +24,7 @@ yansi = "0.5.1"
log = "0.4.20"
env_logger = "0.10.1"
indoc = "2.0.4"
clap = { version = "4.4.10", features = ["derive"] }
clap = { version = "4.4.11", features = ["derive"] }
scopeguard = "1.2.0"

ra_ap_base_db = "=0.0.187"
Expand All @@ -48,7 +48,7 @@ pulldown-cmark = "0.9.3"
getopts = "0.2.21"

# security fixes
memoffset = "0.6.5" #230
memoffset = "0.9.0" #230
thread_local = "1.1.7" #231

# required by tests
Expand Down

0 comments on commit 2a0ca1d

Please sign in to comment.