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

build(deps): bump the rust-dependencies group with 4 updates #591

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps the rust-dependencies group with 4 updates: tokio-tungstenite, anyhow, once_cell and tuic-quinn.

Updates tokio-tungstenite from 0.23.1 to 0.24.0

Changelog

Sourced from tokio-tungstenite's changelog.

0.24.0

  • Update dependencies (TLS, tungstenite).
  • Return a runtime error when WSS URLs are used without a proper TLS feature enabled.
Commits

Updates anyhow from 1.0.87 to 1.0.89

Release notes

Sourced from anyhow's releases.

1.0.89

  • Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72 (#386)

1.0.88

  • Documentation improvements
Commits
  • 9d3fb6d Release 1.0.89
  • 830c399 Merge pull request #386 from dtolnay/unwindsafe
  • 8454be3 Ensure UnwindSafe even with "backtrace" feature enabled and old Rust
  • a85e414 Add more autotraits tests
  • 139f266 Release 1.0.88
  • aa3ab2b Merge pull request #385 from dtolnay/docnostd
  • 44c3767 Update documentation on no-std error type conversions
  • See full diff in compare view

Updates once_cell from 1.19.0 to 1.20.0

Changelog

Sourced from once_cell's changelog.

1.20.0

  • propagate critical-section feature selection into portable-atomic; other minor updates #260
Commits
  • 72f7c2e Merge pull request #260 from brodycj/propagate-critical-section-to-portable-a...
  • be6b623 v1.20.0
  • f2d95bf update Cargo (dev-)dependencies; update Cargo.lock.msrv
  • dd6b5c2 ci: fix TEST_BETA with TEMPORARY WORKAROUND in RUSTFLAGS
  • 7317eae add cargo test --workspace to beginning of TEST task
  • bd54bf7 fix default-features flag for parking_lot_core in dependencies
  • bb70b9e cargo fmt updates
  • b433a8c propagate critical-section feature selection into portable-atomic
  • See full diff in compare view

Updates tuic-quinn from v1.1.2-fix1 to v1.2.0

Release notes

Sourced from tuic-quinn's releases.

v1.2.0

🚀 Features

  • Add BBR initial_window config (#14)
  • Support RESTful api, list online users
  • (RESTful) Support kick user, list detailed online users and Bearer authorization

🐛 Bug Fixes

  • Allow use TOML config in docker

🚜 Refactor

  • Use tracing & tracing-subscriber
  • Use figment as configuration parser
  • Replace crossbeam-utils with arc-swap
  • Replace log with tracing

📚 Documentation

  • Update readme
  • Explain new TOML configuration

🛠️ Builds

  • Remove target-cpu from rustflags #16
  • (deps) Bump docker/build-push-action (#17)
  • (deps) Bump rustls-native-certs from 0.7.3 to 0.8.0 in the rust-dependencies group across 1 directory (#20)

⚙️ Miscellaneous Tasks

  • Use new changelog tool
  • Add dependabot
  • Prepare v1.2.0
  • Allow use nightly rust in Dockerfile
Commits
  • da9118b ci: allow use nightly rust in Dockerfile
  • 6346d15 chore: prepare v1.2.0
  • 2015dcf feat(RESTful): support kick user, list detailed online users and Bearer autho...
  • 351bedd build(deps): bump rustls-native-certs from 0.7.3 to 0.8.0 in the rust-depende...
  • c983bc2 refactor: replace log with tracing
  • 75a5c60 refactor: replace crossbeam-utils with arc-swap
  • 4f9597f fix: allow use TOML config in docker
  • 376a524 build(deps): bump docker/build-push-action (#17)
  • 98ade29 docs: explain new TOML configuration
  • 7833ee7 refactor: use figment as configuration parser
  • 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 rust-dependencies group with 4 updates: [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite), [anyhow](https://github.com/dtolnay/anyhow), [once_cell](https://github.com/matklad/once_cell) and [tuic-quinn](https://github.com/Itsusinn/tuic).


Updates `tokio-tungstenite` from 0.23.1 to 0.24.0
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](https://github.com/snapview/tokio-tungstenite/commits/v0.24.0)

Updates `anyhow` from 1.0.87 to 1.0.89
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.87...1.0.89)

Updates `once_cell` from 1.19.0 to 1.20.0
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.19.0...v1.20.0)

Updates `tuic-quinn` from v1.1.2-fix1 to v1.2.0
- [Release notes](https://github.com/Itsusinn/tuic/releases)
- [Commits](Itsusinn/tuic@d6e1416...da9118b)

---
updated-dependencies:
- dependency-name: tokio-tungstenite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: tuic-quinn
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 16, 2024
Signed-off-by: iHsin <root@itsusinn.eu.org>
@Itsusinn Itsusinn merged commit 7ae8944 into master Sep 16, 2024
22 checks passed
@Itsusinn Itsusinn deleted the dependabot/cargo/rust-dependencies-3fbad99205 branch September 16, 2024 12:47
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant