Skip to content

Commit

Permalink
chore(deps): upgrade dependencies (#3182)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
tychoish and dependabot[bot] authored Sep 4, 2024
1 parent 824d563 commit 562dba9
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 36 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
with:
name: dist-${{ matrix.target }}.zip
path: ./target/dist/
- uses: slackapi/slack-github-action@v1.26.0
- uses: slackapi/slack-github-action@v1.27.0
if: ${{ always() }}
with:
payload: |
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
with:
name: dist-kernel-releases.zip
path: ./dist
- uses: slackapi/slack-github-action@v1.26.0
- uses: slackapi/slack-github-action@v1.27.0
if: ${{ always() }}
with:
payload: |
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
with:
name: wheels.zip
path: dist
- uses: slackapi/slack-github-action@v1.26.0
- uses: slackapi/slack-github-action@v1.27.0
if: ${{ always() }}
with:
payload: |
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
with:
name: wheels
path: bindings/python/dist
- uses: slackapi/slack-github-action@v1.26.0
- uses: slackapi/slack-github-action@v1.27.0
if: ${{ always() }}
with:
payload: |
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
with:
name: wheels
path: bindings/python/dist
- uses: slackapi/slack-github-action@v1.26.0
- uses: slackapi/slack-github-action@v1.27.0
if: ${{ always() }}
with:
payload: |
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
with:
command: upload
args: --skip-existing *
- uses: slackapi/slack-github-action@v1.26.0
- uses: slackapi/slack-github-action@v1.27.0
if: ${{ always() }}
with:
payload: |
Expand Down Expand Up @@ -464,7 +464,7 @@ jobs:
name: bindings-${{ matrix.target }}
path: bindings/nodejs/${{ env.APP_NAME }}.*.node
if-no-files-found: error
- uses: slackapi/slack-github-action@v1.26.0
- uses: slackapi/slack-github-action@v1.27.0
if: ${{ always() }}
with:
payload: |
Expand Down Expand Up @@ -521,7 +521,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: slackapi/slack-github-action@v1.26.0
- uses: slackapi/slack-github-action@v1.27.0
if: ${{ always() }}
with:
payload: |
Expand Down
48 changes: 24 additions & 24 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ prost = "0.12"
prost-build = "0.12"
prost-types = "0.12"
rustls = "0.23.12"
serde_json = "1.0.125"
serde_json = "1.0.127"
tempfile = "3.12.0"
thiserror = "1.0"
tracing = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/glaredb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ datafusion = { workspace = true }
futures = { workspace = true }
anyhow = { workspace = true }
thiserror = { workspace = true }
derive_builder = "0.20.0"
derive_builder = "0.20.1"
indexmap = "2.4.0"
2 changes: 1 addition & 1 deletion crates/snowflake_connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ datafusion = { workspace = true }
hex = "0.4.3"
base64 = "0.22.1"
bytes = "1.7.1"
flate2 = "1.0.32"
flate2 = "1.0.33"
decimal = { path = "../decimal" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/sqlbuiltins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tempfile = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
async-openai = "0.23.4"
async-openai = "0.24.0"
datafusion-functions-array = "36.0.0"
fnv = "1.0.7"
kdl = "5.0.0-alpha.1"
Expand Down

0 comments on commit 562dba9

Please sign in to comment.