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 Sep 4, 2023
1 parent ef9deec commit 5253908
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: nix-build (${{ matrix.os }})
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build
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 5253908

Please sign in to comment.