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 Sep 26, 2023
1 parent ea5159b commit fd8ecc7
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: apache/skywalking-eyes@v0.4.0
- uses: apache/skywalking-eyes@v0.5.0
with:
log: info
config: .github/configs/skywalking-eyes.yml
68 changes: 33 additions & 35 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ version = "0.9.2"
# required by lib
bitvec = "1.0"
json = "0.12.4"
petgraph = "0.6.3"
anyhow = "1.0.71"
petgraph = "0.6.4"
anyhow = "1.0.75"
yansi = "0.5.1"
log = "0.4.19"
log = "0.4.20"
env_logger = "0.10.0"
indoc = "2.0.2"
clap = { version = "4.3.11", features = ["derive"] }
indoc = "2.0.4"
clap = { version = "4.4.5", features = ["derive"] }

ra_ap_base_db = "=0.0.164"
ra_ap_cfg = "=0.0.164"
Expand All @@ -40,10 +40,10 @@ ra_ap_text_edit = "=0.0.164"
ra_ap_vfs = "=0.0.164"

# 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.67"
pulldown-cmark = "0.9.3"
getopts = "0.2.21"

Expand All @@ -52,7 +52,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"
bitflags = "2.3.3"
insta = "1.32.0"
bitflags = "2.4.0"

0 comments on commit fd8ecc7

Please sign in to comment.