Skip to content

Commit

Permalink
chore(deps): update databend-driver requirement from 0.20.1 to 0.21.0 (
Browse files Browse the repository at this point in the history
…#225)

Updates the requirements on
[databend-driver](https://github.com/datafuselabs/bendsql) to permit the
latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/datafuselabs/bendsql/releases">databend-driver's
releases</a>.</em></p>
<blockquote>
<h2>v0.21.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: exit client if login failed with password wrong by <a
href="https://github.com/b41sh"><code>@​b41sh</code></a> in <a
href="https://github.com/datafuselabs/bendsql/pull/474">datafuselabs/bendsql#474</a></li>
<li>chore(cli): bump ast to 0.0.3 by <a
href="https://github.com/sundy-li"><code>@​sundy-li</code></a> in <a
href="https://github.com/datafuselabs/bendsql/pull/475">datafuselabs/bendsql#475</a></li>
<li>chore(driver): test format_null_as_str with set by <a
href="https://github.com/everpcpc"><code>@​everpcpc</code></a> in <a
href="https://github.com/datafuselabs/bendsql/pull/478">datafuselabs/bendsql#478</a></li>
<li>chore(cli): display server's time as default by <a
href="https://github.com/sundy-li"><code>@​sundy-li</code></a> in <a
href="https://github.com/datafuselabs/bendsql/pull/480">datafuselabs/bendsql#480</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/datafuselabs/bendsql/compare/v0.20.1...v0.21.0">https://github.com/datafuselabs/bendsql/compare/v0.20.1...v0.21.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/databendlabs/bendsql/commit/a4897723e8f08b5ff62d74d68a7922e6ac3f5119"><code>a489772</code></a>
chore(cli): display server's time as default (<a
href="https://github.com/datafuselabs/bendsql/issues/480">#480</a>)</li>
<li><a
href="https://github.com/databendlabs/bendsql/commit/5c922c3ee233aed7e05adc1b937b51c7e27f5f1a"><code>5c922c3</code></a>
chore(driver): test format_null_as_str with set (<a
href="https://github.com/datafuselabs/bendsql/issues/478">#478</a>)</li>
<li><a
href="https://github.com/databendlabs/bendsql/commit/0e13616565139ba4d33880a16aaa18f5f6335395"><code>0e13616</code></a>
chore(cli): bump ast to 0.0.3 (<a
href="https://github.com/datafuselabs/bendsql/issues/475">#475</a>)</li>
<li><a
href="https://github.com/databendlabs/bendsql/commit/c2f7e6079cc03ae707c15c7d4971a24eaaca7139"><code>c2f7e60</code></a>
fix: exit client if login failed with password wrong (<a
href="https://github.com/datafuselabs/bendsql/issues/474">#474</a>)</li>
<li>See full diff in <a
href="https://github.com/datafuselabs/bendsql/compare/v0.20.1...v0.21.0">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent fe7f453 commit e4aa721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ aws-sdk-s3 = "1.2.0"
aws-sdk-sqs = "1.2.0"
aws-types = "1.0.1"
bollard = "0.17.0"
databend-driver = "0.20.1"
databend-driver = "0.21.0"
futures = "0.3"
lapin = "2.3.1"
ldap3 = "0.11.5"
Expand Down

0 comments on commit e4aa721

Please sign in to comment.