Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade dependencies #2632

Merged
merged 30 commits into from
Feb 10, 2024
Merged

chore: upgrade dependencies #2632

merged 30 commits into from
Feb 10, 2024

Conversation

tychoish
Copy link
Collaborator

@tychoish tychoish commented Feb 9, 2024

Closes: #2360
Closes: #2629
Closes: #2628
Closes: #2627
Closes: #2626
Closes: #2625
Closes: #2624
Closes: #2623
Closes: #2622
Closes: #2621
Closes: #2620
Closes: #2619
Closes: #2618

dependabot bot and others added 26 commits February 9, 2024 14:33
Bumps [prql-compiler](https://github.com/PRQL/prql) from 0.11.1 to 0.11.2.
- [Release notes](https://github.com/PRQL/prql/releases)
- [Changelog](https://github.com/PRQL/prql/blob/main/CHANGELOG.md)
- [Commits](PRQL/prql@0.11.1...0.11.2)

---
updated-dependencies:
- dependency-name: prql-compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [async-channel](https://github.com/smol-rs/async-channel) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/smol-rs/async-channel/releases)
- [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-channel@v2.1.1...v2.2.0)

---
updated-dependencies:
- dependency-name: async-channel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.17 to 0.2.18.
- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
- [Commits](rust-num/num-traits@num-traits-0.2.17...num-traits-0.2.18)

---
updated-dependencies:
- dependency-name: num-traits
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [calamine](https://github.com/tafia/calamine) from 0.23.1 to 0.24.0.
- [Changelog](https://github.com/tafia/calamine/blob/master/Changelog.md)
- [Commits](tafia/calamine@v0.23.1...v0.24.0)

---
updated-dependencies:
- dependency-name: calamine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [napi-derive](https://github.com/napi-rs/napi-rs) from 2.15.0 to 2.15.1.
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](https://github.com/napi-rs/napi-rs/compare/napi-derive@2.15.0...napi-derive@2.15.1)

---
updated-dependencies:
- dependency-name: napi-derive
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [scylla](https://github.com/scylladb/scylla-rust-driver) from 0.11.1 to 0.12.0.
- [Release notes](https://github.com/scylladb/scylla-rust-driver/releases)
- [Changelog](https://github.com/scylladb/scylla-rust-driver/blob/main/RELEASE.md)
- [Commits](scylladb/scylla-rust-driver@v0.11.1...v0.12.0)

---
updated-dependencies:
- dependency-name: scylla
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [reedline](https://github.com/nushell/reedline) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/nushell/reedline/releases)
- [Commits](nushell/reedline@v0.28.0...v0.29.0)

---
updated-dependencies:
- dependency-name: reedline
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.18 to 4.5.0.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.18...clap_complete-v4.5.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.26.0 to 0.26.1.
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](rustls/webpki-roots@v/0.26.0...v/0.26.1)

---
updated-dependencies:
- dependency-name: webpki-roots
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.6.0...v3.6.1)

---
updated-dependencies:
- dependency-name: serde_with
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.9.0 to 3.10.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.9.0...v3.10.0)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [async-openai](https://github.com/64bit/async-openai) from 0.18.2 to 0.18.3.
- [Release notes](https://github.com/64bit/async-openai/releases)
- [Commits](64bit/async-openai@async-openai-v0.18.2...async-openai-v0.18.3)

---
updated-dependencies:
- dependency-name: async-openai
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.10.2 to 0.11.0.
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.10.2...v0.11.0)

---
updated-dependencies:
- dependency-name: tonic-build
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@tychoish tychoish merged commit c9cc53c into main Feb 10, 2024
22 checks passed
@tychoish tychoish deleted the tycho/deps-upgrade branch February 10, 2024 18:09
tychoish added a commit that referenced this pull request Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panic when trying to connect to Clickhouse TLS port without secure flag
1 participant