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

Bump the deps group across 1 directory with 4 updates #30

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the deps group with 4 updates in the / directory: tokio, shuttle-serenity, shuttle-runtime and reqwest.

Updates tokio from 1.40.0 to 1.41.1

Release notes

Sourced from tokio's releases.

Tokio v1.41.1

1.41.1 (Nov 7th, 2024)

Fixed

  • metrics: fix bug with wrong number of buckets for the histogram (#6957)
  • net: display net requirement for net::UdpSocket in docs (#6938)
  • net: fix typo in TcpStream internal comment (#6944)

#6957: tokio-rs/tokio#6957 #6938: tokio-rs/tokio#6938 #6944: tokio-rs/tokio#6944

Tokio v1.41.0

1.41.0 (Oct 22th, 2024)

Added

  • metrics: stabilize global_queue_depth (#6854, #6918)
  • net: add conversions for unix SocketAddr (#6868)
  • sync: add watch::Sender::sender_count (#6836)
  • sync: add mpsc::Receiver::blocking_recv_many (#6867)
  • task: stabilize Id apis (#6793, #6891)

Added (unstable)

  • metrics: add H2 Histogram option to improve histogram granularity (#6897)
  • metrics: rename some histogram apis (#6924)
  • runtime: add LocalRuntime (#6808)

Changed

  • runtime: box futures larger than 16k on release mode (#6826)
  • sync: add #[must_use] to Notified (#6828)
  • sync: make watch cooperative (#6846)
  • sync: make broadcast::Receiver cooperative (#6870)
  • task: add task size to tracing instrumentation (#6881)
  • wasm: enable cfg_fs for wasi target (#6822)

Fixed

  • net: fix regression of abstract socket path in unix socket (#6838)

Documented

  • io: recommend OwnedFd with AsyncFd (#6821)
  • io: document cancel safety of AsyncFd methods (#6890)
  • macros: render more comprehensible documentation for join and try_join (#6814, #6841)
  • net: fix swapped examples for TcpSocket::set_nodelay and TcpSocket::nodelay (#6840)
  • sync: document runtime compatibility (#6833)

... (truncated)

Commits
  • bb7ca75 chore: prepare Tokio v1.41.1 (#6959)
  • 4a34b77 metrics: fix bug with wrong number of buckets for the histogram (#6957)
  • 8897885 docs: fix mismatched backticks in CONTRIBUTING.md (#6951)
  • 0dbdd19 ci: update cargo-check-external-types to 0.1.13 (#6949)
  • 94e55c0 net: fix typo in TcpStream internal comment (#6944)
  • 4468f27 metrics: fixed flaky worker_steal_count test (#6932)
  • 070a825 metrics: removed race condition from global_queue_depth_multi_thread test (#6...
  • 946401c net: display net requirement for net::UdpSocket in docs (#6938)
  • 0c01fd2 ci: use patched version of cargo-check-external-types to fix CI failure (#6937)
  • ebe2416 ci: use cargo deny (#6931)
  • Additional commits viewable in compare view

Updates shuttle-serenity from 0.48.0 to 0.49.0

Release notes

Sourced from shuttle-serenity's releases.

v0.49.0

Shuttle: v0.49.0 update

Google Login

You can now Log in with Google on the Shuttle Console!

New CLI login flow

shuttle login now uses the Shuttle Console to authorize the CLI login with one click. No need to copy + paste the API key!

shuttle login --prompt and shuttle login --api-key <key> are still available as fallbacks.

Other updates

  • shuttle project update name <new-name> allows you to rename a project. Note: This also updates the default subdomain name. Custom domains remain unchanged.
  • (shuttle.rs) Added cargo shuttle resource dump database::shared::postgres to allow migrating postgres data out of the shared cluster. This can be used to move data to the shuttle.dev platform (docs).
  • Fixed a bug where global args would not autocomplete in shell completions
  • shuttle generate shell shell completions now correctly generate completions for shuttle
  • Fixed shuttle run requiring project linking, fixed shuttle init project linking
  • Improved some API errors

Contributions

Upgrading

Refer to the upgrading docs for how to upgrade your projects.

What's Changed

Full Changelog: shuttle-hq/shuttle@v0.48.3...v0.49.0

cargo-shuttle v0.48.3

Bugfix release

What's Changed

... (truncated)

Changelog

Sourced from shuttle-serenity's changelog.

0.49.0 - 2024-11-12

Features

Bug Fixes

  • (api-client) Update archive endpoint (#1914) - (c8e6d15)
  • (cargo-shuttle) Shell completion, refactors (#1909) - (b91de7a)
  • Hide redeploy command - (9c7c887)
  • Don't attempt project linking on local run, create project and link on beta init (#1911) - (bfc05ec)

Miscellaneous Tasks

Miscellaneous

0.48.3 - 2024-10-10

Bug Fixes

  • (cargo-shuttle) Don't print platform info in unrelated commands (#1902) - (e58d589)
  • Shuttle-common 0.48.2 (#1901) - (0acc7e6)

Miscellaneous Tasks

Miscellaneous

  • Allow deprecated chrono method in deprecated backends (#1905) - (0b3f714)

0.48.2 - 2024-10-10

Features

  • (cargo-shuttle) V0.48.2, colored platform outputs, fixes (#1886) - (be7b731)

0.48.1 - 2024-10-03

Features

... (truncated)

Commits
  • cef6c28 chore: v0.49.0 (#1917)
  • 62bf6e8 feat(cargo-shuttle): redeploy command (#1916)
  • 792e681 feat(cargo-shuttle): automatic login via console, login --prompt (#1913)
  • c8e6d15 fix(api-client): update archive endpoint (#1914)
  • 40ff642 feat(cargo-shuttle): update project name command (#1912)
  • bfc05ec fix: don't attempt project linking on local run, create project and link on b...
  • 2ba0046 feat(common): project update models (#1910)
  • b91de7a fix(cargo-shuttle): shell completion, refactors (#1909)
  • b3ac098 feat: dump db endpoint, fixes, Rust 1.82 (#1907)
  • e821c8f feat: compute tier upgrade admin command (#1906)
  • Additional commits viewable in compare view

Updates shuttle-runtime from 0.48.0 to 0.49.0

Release notes

Sourced from shuttle-runtime's releases.

v0.49.0

Shuttle: v0.49.0 update

Google Login

You can now Log in with Google on the Shuttle Console!

New CLI login flow

shuttle login now uses the Shuttle Console to authorize the CLI login with one click. No need to copy + paste the API key!

shuttle login --prompt and shuttle login --api-key <key> are still available as fallbacks.

Other updates

  • shuttle project update name <new-name> allows you to rename a project. Note: This also updates the default subdomain name. Custom domains remain unchanged.
  • (shuttle.rs) Added cargo shuttle resource dump database::shared::postgres to allow migrating postgres data out of the shared cluster. This can be used to move data to the shuttle.dev platform (docs).
  • Fixed a bug where global args would not autocomplete in shell completions
  • shuttle generate shell shell completions now correctly generate completions for shuttle
  • Fixed shuttle run requiring project linking, fixed shuttle init project linking
  • Improved some API errors

Contributions

Upgrading

Refer to the upgrading docs for how to upgrade your projects.

What's Changed

Full Changelog: shuttle-hq/shuttle@v0.48.3...v0.49.0

cargo-shuttle v0.48.3

Bugfix release

What's Changed

... (truncated)

Changelog

Sourced from shuttle-runtime's changelog.

0.49.0 - 2024-11-12

Features

Bug Fixes

  • (api-client) Update archive endpoint (#1914) - (c8e6d15)
  • (cargo-shuttle) Shell completion, refactors (#1909) - (b91de7a)
  • Hide redeploy command - (9c7c887)
  • Don't attempt project linking on local run, create project and link on beta init (#1911) - (bfc05ec)

Miscellaneous Tasks

Miscellaneous

0.48.3 - 2024-10-10

Bug Fixes

  • (cargo-shuttle) Don't print platform info in unrelated commands (#1902) - (e58d589)
  • Shuttle-common 0.48.2 (#1901) - (0acc7e6)

Miscellaneous Tasks

Miscellaneous

  • Allow deprecated chrono method in deprecated backends (#1905) - (0b3f714)

0.48.2 - 2024-10-10

Features

  • (cargo-shuttle) V0.48.2, colored platform outputs, fixes (#1886) - (be7b731)

0.48.1 - 2024-10-03

Features

... (truncated)

Commits
  • cef6c28 chore: v0.49.0 (#1917)
  • 62bf6e8 feat(cargo-shuttle): redeploy command (#1916)
  • 792e681 feat(cargo-shuttle): automatic login via console, login --prompt (#1913)
  • c8e6d15 fix(api-client): update archive endpoint (#1914)
  • 40ff642 feat(cargo-shuttle): update project name command (#1912)
  • bfc05ec fix: don't attempt project linking on local run, create project and link on b...
  • 2ba0046 feat(common): project update models (#1910)
  • b91de7a fix(cargo-shuttle): shell completion, refactors (#1909)
  • b3ac098 feat: dump db endpoint, fixes, Rust 1.82 (#1907)
  • e821c8f feat: compute tier upgrade admin command (#1906)
  • Additional commits viewable in compare view

Updates reqwest from 0.12.8 to 0.12.9

Release notes

Sourced from reqwest's releases.

v0.12.9

What's Changed

New Contributors

Full Changelog: seanmonstar/reqwest@v0.12.8...v0.12.9

Changelog

Sourced from reqwest's changelog.

v0.12.9

  • Add tls::CertificateRevocationLists support.
  • Add crate features to enable webpki roots without selecting a rustls provider.
  • Fix connection_verbose() to output read logs.
  • Fix multipart::Part::file() to automatically include content-length.
  • Fix proxy to internally no longer cache system proxy settings.
Commits

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the deps group with 4 updates in the / directory: [tokio](https://github.com/tokio-rs/tokio), [shuttle-serenity](https://github.com/shuttle-hq/shuttle), [shuttle-runtime](https://github.com/shuttle-hq/shuttle) and [reqwest](https://github.com/seanmonstar/reqwest).


Updates `tokio` from 1.40.0 to 1.41.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.41.1)

Updates `shuttle-serenity` from 0.48.0 to 0.49.0
- [Release notes](https://github.com/shuttle-hq/shuttle/releases)
- [Changelog](https://github.com/shuttle-hq/shuttle/blob/main/CHANGELOG.md)
- [Commits](shuttle-hq/shuttle@v0.48.0...v0.49.0)

Updates `shuttle-runtime` from 0.48.0 to 0.49.0
- [Release notes](https://github.com/shuttle-hq/shuttle/releases)
- [Changelog](https://github.com/shuttle-hq/shuttle/blob/main/CHANGELOG.md)
- [Commits](shuttle-hq/shuttle@v0.48.0...v0.49.0)

Updates `reqwest` from 0.12.8 to 0.12.9
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.8...v0.12.9)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: shuttle-serenity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: shuttle-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 18, 2024
Copy link
Author

dependabot bot commented on behalf of github Dec 9, 2024

Superseded by #31.

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot/cargo/deps-a887aa9215 branch December 9, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants