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 Aug 6, 2023
1 parent 2dcef67 commit 77f6c86
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -19,7 +19,7 @@ graphql_client.workspace = true
reqwest.workspace = true
lsp-types.workspace = true

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

serde = "1.0.180"
serde = "1.0.182"
serde_json = "1.0"

graphql_client = { version = "0.13.0", features = ["reqwest", "reqwest-blocking"] }
Expand Down

0 comments on commit 77f6c86

Please sign in to comment.