Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2023
1 parent ef9deec commit d8c964f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 29 deletions.
47 changes: 24 additions & 23 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,9 +19,9 @@ graphql_client.workspace = true
reqwest.workspace = true
lsp-types.workspace = true

regex = "1.9.1"
regex = "1.9.5"
futures = "0.3.28"
lsp-server = "0.7.2"
lsp-server = "0.7.4"
log4rs = "1.2"
log = "0.4"
once_cell = "1"
Expand All @@ -34,14 +34,14 @@ jsonrpc = { path = "crates/jsonrpc" }
anyhow = "1"
tokio = { version = "1", features = ["full"] }

serde = "1.0.180"
serde = "1.0.188"
serde_json = "1.0"

graphql_client = { version = "0.13.0", features = ["reqwest", "reqwest-blocking"] }
reqwest = "0.11.18"
reqwest = "0.11.20"

lsp-types = "0.94.0"
url = "2.4.0"
lsp-types = "0.94.1"
url = "2.4.1"

# Config for 'cargo dist'
[workspace.metadata.dist]
Expand Down

0 comments on commit d8c964f

Please sign in to comment.