Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 11, 2023
1 parent d8ddfc2 commit a5d4c06
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

6 changes: 3 additions & 3 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,13 +34,13 @@ jsonrpc = { path = "crates/jsonrpc" }
anyhow = "1"
tokio = { version = "1", features = ["full"] }

serde = "1.0.180"
serde = "1.0.183"
serde_json = "1.0"

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

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

# Config for 'cargo dist'
Expand Down

0 comments on commit a5d4c06

Please sign in to comment.