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 5 updates #33

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps the deps group with 5 updates in the / directory:

Package From To
tokio 1.40.0 1.42.0
semver 1.0.23 1.0.24
shuttle-serenity 0.48.0 0.49.0
shuttle-runtime 0.48.0 0.49.0
reqwest 0.12.8 0.12.11

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 semver from 1.0.23 to 1.0.24

Release notes

Sourced from semver's releases.

1.0.24

  • Optimize Ord impls for semver::Prerelease and semver::BuildMetadata (#328, thanks @​Eh2406)
Commits
  • 6f4069d Release 1.0.24
  • d03aba3 Touch up PR 328
  • 238757d Merge pull request #328 from Eh2406/master
  • 75856ef faster Ord when Eq
  • 89504eb Prevent upload-artifact step from causing CI failure
  • d1b17a9 Upload CI Cargo.lock for reproducing failures
  • 4ea60ae Resolve doc_lazy_continuation clippy lint
  • f96f9d8 Merge pull request #319 from dtolnay/docsrs
  • fc5c98d Rely on docs.rs to define --cfg=docsrs by default
  • See full diff 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.11

Release notes

Sourced from reqwest's releases.

v0.12.11

What's Changed

Full Changelog: seanmonstar/reqwest@v0.12.10...v0.12.11

v0.12.10

What's Changed

New Contributors

Thanks

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

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.11

  • Fix decompression returning an error when HTTP/2 ends with an empty data frame.

v0.12.10

  • Add ClientBuilder::connector_layer() to allow customizing the connector stack.
  • Add ClientBuilder::http2_max_header_list_size() option.
  • Fix propagating body size hint (content-length) information when wrapping bodies.
  • Fix decompression of chunked bodies so the connections can be reused more often.

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
  • 224f0b8 v0.12.11
  • beea332 fix decoding extra empty frame (#2508)
  • 177cc7f cleanup: typo fix
  • 409cff3 v0.12.10
  • ea48da7 docs: fix a few spelling issues (#2478)
  • 3ce98b5 fix: propagate Body::size_hint when wrapping bodies (#2503)
  • 44ca5ee remove Clone from connect::Unnameable for now (#2502)
  • 2a7c1b6 feat: allow pluggable tower layers in connector service stack (#2496)
  • 8a2174f chore: in README, update requirements to mention rustls along with vendored o...
  • d36c0f5 perf: fix decoder streams to make pooled connections reusable (#2484)
  • Additional commits viewable in compare view

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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.42.0` |
| [semver](https://github.com/dtolnay/semver) | `1.0.23` | `1.0.24` |
| [shuttle-serenity](https://github.com/shuttle-hq/shuttle) | `0.48.0` | `0.49.0` |
| [shuttle-runtime](https://github.com/shuttle-hq/shuttle) | `0.48.0` | `0.49.0` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.8` | `0.12.11` |



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 `semver` from 1.0.23 to 1.0.24
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.23...1.0.24)

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.11
- [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.11)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Dec 30, 2024
Copy link
Author

dependabot bot commented on behalf of github Jan 6, 2025

Superseded by #34.

@dependabot dependabot bot closed this Jan 6, 2025
@dependabot dependabot bot deleted the dependabot/cargo/deps-d1f880fa53 branch January 6, 2025 16:44
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