Skip to content

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

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 9, 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.42.0

Release notes

Sourced from tokio's releases.

Tokio v1.42.0

1.42.0 (Dec 3rd, 2024)

Added

  • io: add AsyncFd::{try_io, try_io_mut} (#6967)

Fixed

  • io: avoid ptr->ref->ptr roundtrip in RegistrationSet (#6929)
  • runtime: do not defer yield_now inside block_in_place (#6999)

Changes

  • io: simplify io readiness logic (#6966)

Documented

  • net: fix docs for tokio::net::unix::{pid_t, gid_t, uid_t} (#6791)
  • time: fix a typo in Instant docs (#6982)

#6791: tokio-rs/tokio#6791 #6929: tokio-rs/tokio#6929 #6966: tokio-rs/tokio#6966 #6967: tokio-rs/tokio#6967 #6982: tokio-rs/tokio#6982 #6999: tokio-rs/tokio#6999

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)

... (truncated)

Commits

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.42.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.42.0)

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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
Copy link
Author

dependabot bot commented on behalf of github Dec 16, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 16, 2024
@dependabot dependabot bot deleted the dependabot/cargo/deps-c8ac1556bc branch December 16, 2024 16:39
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