rlane / oort3

A space fleet programming game
https://oort.rs
GNU General Public License v3.0
297 stars 23 forks source link

build(deps): bump the all group with 18 updates #100

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps the all group with 18 updates:

Package From To
crossbeam 0.8.2 0.8.3
serde 1.0.192 1.0.193
wasmer 4.2.3 4.2.5
anyhow 1.0.75 1.0.77
js-sys 0.3.65 0.3.66
wasm-bindgen-futures 0.4.38 0.4.39
test-log 0.2.13 0.2.14
firestore 0.37.2 0.37.5
gcloud-sdk 0.21.2 0.23.1
reqwest 0.11.22 0.11.23
tokio 1.34.0 1.35.1
axum 0.6.20 0.7.2
tower-http 0.4.4 0.5.0
http 0.2.11 1.0.0
clap 4.4.8 4.4.11
once_cell 1.18.0 1.19.0
itertools 0.11.0 0.12.0
futures 0.3.29 0.3.30

Updates crossbeam from 0.8.2 to 0.8.3

Release notes

Sourced from crossbeam's releases.

crossbeam-utils 0.8.3

  • Make loom dependency optional. (#666)

crossbeam-deque 0.8.3

  • Add Stealer::{steal_batch_with_limit, steal_batch_with_limit_and_pop} methods. (#903)
  • Add Injector::{steal_batch_with_limit, steal_batch_with_limit_and_pop} methods. (#903)

crossbeam 0.8.3

  • Bump the minimum supported Rust version to 1.61. (#1037)
Changelog

Sourced from crossbeam's changelog.

Version 0.8.3

  • Bump the minimum supported Rust version to 1.61. (#1037)
Commits
  • 95d0bd0 Prepare for the next release
  • 65f0b07 Automatically cancel outdated CI runs on PR
  • ecc994e Update compile_fail doctest
  • 26d6fd9 Use Layout::extend and clean up code around alloc
  • 4aeb87e epoch: Remove dependency on memoffset
  • cc65773 Do not iterate elements in bounded queue/channel's destructor when needs_drop...
  • 60c3372 Relax MSRV of channel, queue, and utils to 1.60
  • dd8b72e Migrate to Rust 2021
  • 2d66acb Add resolver = "2"
  • 06e851f AtomicCell: Use CachePadded in sharded global locks
  • Additional commits viewable in compare view


Updates serde from 1.0.192 to 1.0.193

Release notes

Sourced from serde's releases.

v1.0.193

Commits
  • 44613c7 Release 1.0.193
  • c706281 Merge pull request #2655 from dtolnay/rangestartend
  • 65d75b8 Add RangeFrom and RangeTo tests
  • 332b0cb Merge pull request #2654 from dtolnay/rangestartend
  • 8c4af41 Fix more RangeFrom / RangeEnd mixups
  • 24a78f0 Merge pull request #2653 from emilbonnek/fix/range-to-from-de-mixup
  • c91c334 Fix Range{From,To} deserialize mixup
  • 2083f43 Update ui test suite to nightly-2023-11-19
  • See full diff in compare view


Updates wasmer from 4.2.3 to 4.2.5

Release notes

Sourced from wasmer's releases.

Release v4.2.5

This release includes substantial improvements to Wasmer's startup time when loading cached modules. Also includes a couple of filesystem-related fixes and updates to the Edge application templates.

Release v4.2.4

This release allows publishing private packages and fixes the issue of the file system being accessible by WASI modules in the abscence of directory mapping. Also improves startup speed, and fixes multiple issues around the WASI filesystem, packages and apps.

Changelog

Sourced from wasmer's changelog.

4.2.5 - 23/12/2023

This release includes substantial improvements to Wasmer's startup time when loading cached modules. Also includes a couple of filesystem-related fixes and updates the Edge application templates.

Added

  • #4370 feat(wasix): Add optional chunk timeout to ReqwestHttpClient
  • #4369 WASIX: Add QueryError::Timeout
  • #4336 fix(docs): add cpp in Chinese

Changed

  • #4372 use faster hash algorithm when loading and saving a module
  • #4367 deps: Bump edge cli to 0.1.4
  • #4366 Always use the download URL provided by the Wasmer registry instead of going through the frontend redirect
  • #4350 Optimize sleep_now for TokioTaskManager
  • #4351 Remove the wasmer-web crate and all tests
  • #4229 Use cargo nextest when running tests in CI
  • #4339 deps: Bump edge-cli version

Fixed

  • #4368 fix(wasix): http client: use reasonable default connect timeout
  • #4365 lib/api/src/js/store.rs: fix typo
  • #4356 Fixed a subtract-with-overflow in StaticFile::poll_read_ready()
  • #4355 Fix the virtual_fs::StaticFile implementation
  • #4348 fix sync

4.2.4 - 30/11/2023

This release allows publishing private packages and fixes the issue of the file system being accessible by WASI modules in the abscence of directory mapping. Also improves startup speed, and fixes multiple issues around the WASI filesystem, packages and apps.

Added

  • #4334 Add application/wasm to list of accepted content-types for webcs
  • #4328 Add --wait and --timeout flags to wamer publish
  • #4315 Add TTY aware output to the wasmer package and wasmer container commands
  • #4287 feat(cli): Add package commands
  • #4247 Add support for publishing private packages
  • #4291 feat(cli): add pnpm support

Changed

  • #4333 deps: Bump edge-cli
  • #4332 use rusty_pool instead of rayon
  • #4321 deps(cli): Upgrade Edge CLI
  • #4326 Always re-execute a registry query when cache lookups fail
  • #4317 Bump min enumset version to 1.1.0

... (truncated)

Commits


Updates anyhow from 1.0.75 to 1.0.77

Release notes

Sourced from anyhow's releases.

1.0.77

1.0.76

  • Opt in to unsafe_op_in_unsafe_fn lint (#329)
Commits
  • 199c625 Release 1.0.77
  • b6ac995 Touch up PR 293
  • 684c231 Merge pull request 293 from LukasKalbertodt/use-stable-backtrace
  • 43f4af0 Merge pull request #333 from dtolnay/stablebacktrace
  • 26b0a26 Turn on cfg(std_backtrace) on new enough stable rustc
  • ad30865 Format with rustfmt
  • 1a5f7c8 backtrace -> std_backtrace
  • 53109e6 Merge pull request #332 from dtolnay/stdbacktrace
  • df47705 Rename cfg(backtrace) -> cfg(std_backtrace)
  • cf66194 Merge pull request #331 from dtolnay/backtrace
  • Additional commits viewable in compare view


Updates js-sys from 0.3.65 to 0.3.66

Commits


Updates wasm-bindgen-futures from 0.4.38 to 0.4.39

Commits


Updates test-log from 0.2.13 to 0.2.14

Release notes

Sourced from test-log's releases.

v0.2.14

  • Factored out test-log-macros crate to relieve users from having to care about tracing/logging dependencies themselves
  • Introduced default_log_filter attribute for setting the default log filter on a per-test basis behind new unstable feature
  • Improved compile error output on wrong usage
  • Bumped minimum supported Rust version to 1.61
  • Bumped env_logger dependency to 0.10

New Contributors

Full Changelog: https://github.com/d-e-s-o/test-log/compare/v0.2.13...v0.2.14

Changelog

Sourced from test-log's changelog.

0.2.14

  • Factored out test-log-macros crate to relieve users from having to care about tracing/logging dependencies themselves
  • Introduced default_log_filter attribute for setting the default log filter on a per-test basis behind new unstable feature
  • Improved compile error output on wrong usage
  • Bumped minimum supported Rust version to 1.61
  • Bumped env_logger dependency to 0.10
Commits
  • 8b48901 Bump version to 0.2.14
  • b4bd011 Update publish workflow for test-log-macros
  • 936713a Drop actions-rs/toolchain usage from publish workflow
  • f092c4e Bump env_logger dependency to 0.10
  • 0add4a0 Update minimum supported Rust version to 1.61.0
  • cbcdb8c Put 'default_log_filter' attribute behind 'unstable' feature
  • c94e830 Add CHANGELOG entry for test-log-macros crate introduction
  • c94977b Automatically include dependencies
  • e30969a Merge pull request #38 from tamird/actions
  • 64e01b9 .github: add rust cache action
  • Additional commits viewable in compare view


Updates firestore from 0.37.2 to 0.37.5

Release notes

Sourced from firestore's releases.

v0.37.5

What's Changed

Full Changelog: https://github.com/abdolence/firestore-rs/compare/v0.37.4...v0.37.5

v0.37.4

What's Changed

New Contributors

Full Changelog: https://github.com/abdolence/firestore-rs/compare/v0.37.3...v0.37.4

v0.37.3

What's Changed

Full Changelog: https://github.com/abdolence/firestore-rs/compare/v0.37.2...v0.37.3

Commits
  • 918b8f0 (cargo-release) version 0.37.5
  • 93714dc Fix rolling back in run_transaction when user errors occurs (#149)
  • 18d251e Update google-github-actions/setup-gcloud action to v2 (#147)
  • cbcf1d3 Update Rust crate gcloud-sdk to 0.23 (#143)
  • 567f24e Update google-github-actions/auth action to v2 (#144)
  • d5afa5c (cargo-release) start next development iteration 0.37.5-alpha.0
  • b6d27c8 (cargo-release) version 0.37.4
  • da4d802 Fix explicit null value serialization for timestamps (#145)
  • 7083da8 (cargo-release) start next development iteration 0.37.4-alpha.0
  • 695e8ab (cargo-release) version 0.37.3
  • Additional commits viewable in compare view


Updates gcloud-sdk from 0.21.2 to 0.23.1

Release notes

Sourced from gcloud-sdk's releases.

v0.23.1

What's Changed

Full Changelog: https://github.com/abdolence/gcloud-sdk-rs/compare/v0.23.0...v0.23.1

v0.23.0

What's Changed

New Contributors

Full Changelog: https://github.com/abdolence/gcloud-sdk-rs/compare/v0.21.2...v0.23.0

Commits
  • 10a7a58 (cargo-release) version 0.23.1
  • 5d86b8d Google APIs updated at 2023-12-02 (#111)
  • 23b5b85 (cargo-release) start next development iteration 0.23.1-alpha.0
  • 660d2db (cargo-release) version 0.23.0
  • 0dc765d Open API generator update and Compute Engine API support (#108)
  • 41d3e84 Make webpki-roots dependency optional (#107)
  • 27d5d65 Formatting
  • 32f35f9 (cargo-release) start next development iteration 0.21.3-alpha.0
  • See full diff in compare view


Updates reqwest from 0.11.22 to 0.11.23

Release notes

Sourced from reqwest's releases.

v0.11.23

What's Changed

  • Add Proxy::custom_http_auth(val) for setting the raw Proxy-Authorization header when connecting to proxies.
  • Fix redirect to reject locations that are not http:// or https://.
  • Fix setting nodelay when TLS is enabled but URL is HTTP.
  • (wasm) Add ClientBuilder::user_agent(val).
  • (wasm) add multipart::Form::headers(headers).

New Contributors

Changelog

Sourced from reqwest's changelog.

v0.11.23

  • Add Proxy::custom_http_auth(val) for setting the raw Proxy-Authorization header when connecting to proxies.
  • Fix redirect to reject locations that are not http:// or https://.
  • Fix setting nodelay when TLS is enabled but URL is HTTP.
  • (wasm) Add ClientBuilder::user_agent(val).
  • (wasm) add multipart::Form::headers(headers).
Commits


Updates tokio from 1.34.0 to 1.35.1

Release notes

Sourced from tokio's releases.

Tokio v1.35.1

1.35.1 (December 19, 2023)

This is a forward part of a change that was backported to 1.25.3.

Fixed

  • io: add budgeting to tokio::runtime::io::registration::async_io (#6221)

#6221: tokio-rs/tokio#6221

Tokio v1.35.0

1.35.0 (December 8th, 2023)

Added

  • net: add Apple watchOS support (#6176)

Changed

  • io: drop the Sized requirements from AsyncReadExt.read_buf (#6169)
  • runtime: make Runtime unwind safe (#6189)
  • runtime: reduce the lock contention in task spawn (#6001)
  • tokio: update nix dependency to 0.27.1 (#6190)

Fixed

  • chore: make --cfg docsrs work without net feature (#6166)
  • chore: use relaxed load for unsync_load on miri (#6179)
  • runtime: handle missing context on wake (#6148)
  • taskdump: fix taskdump cargo config example (#6150)
  • taskdump: skip notified tasks during taskdumps (#6194)
  • tracing: avoid creating resource spans with current parent, use a None parent instead (#6107)
  • tracing: make task span explicit root (#6158)

Documented

  • io: flush in AsyncWriteExt examples (#6149)
  • runtime: document fairness guarantees and current behavior (#6145)
  • task: document cancel safety of LocalSet::run_until (#6147)

#6001: tokio-rs/tokio#6001 #6107: tokio-rs/tokio#6107 #6144: tokio-rs/tokio#6144 #6145: tokio-rs/tokio#6145 #6147: tokio-rs/tokio#6147 #6148: tokio-rs/tokio#6148 #6149: tokio-rs/tokio#6149 #6150: tokio-rs/tokio#6150 #6158: tokio-rs/tokio#6158

... (truncated)

Commits


Updates axum from 0.6.20 to 0.7.2

Release notes

Sourced from axum's releases.

axum-extra - v0.7.2

  • added: Implement IntoResponse for MultipartError (#1861)

#1861: tokio-rs/axum#1861

axum - v0.7.2

  • added: Add axum::body::to_bytes (#2373)
  • fixed: Gracefully handle accept errors in serve (#2400)

#2373: tokio-rs/axum#2373 #2400: tokio-rs/axum#2400

axum-extra - v0.7.1

  • Updated to latest axum-macros

axum - v0.7.1

  • fix: Fix readme.

axum-extra - v0.7.0

  • breaking: Remove the spa feature which should have been removed in 0.6.0 (#1802)
  • added: Add Multipart. This is similar to axum::extract::Multipart except that it enforces field exclusivity at runtime instead of compile time, as this improves usability (#1692)
  • added: Implement Clone for CookieJar, PrivateCookieJar and SignedCookieJar (#1808)
  • fixed: Add #[must_use] attributes to types that do nothing unless used (#1809)

#1692: tokio-rs/axum#1692 #1802: tokio-rs/axum#1802 #1808: tokio-rs/axum#1808 #1809: tokio-rs/axum#1809

axum - v0.7.0

  • breaking: Update public dependencies. axum now requires
  • breaking: axum now requires tower-http 0.5
  • breaking: Remove deprecated WebSocketUpgrade::max_send_queue
  • breaking: The following types/traits are no longer generic over the request body (i.e. the B type param has been removed) (#1751 and #1789):
    • FromRequestParts
    • FromRequest
    • HandlerService
    • HandlerWithoutStateExt
    • Handler
    • LayeredFuture
    • Layered
    • MethodRouter
    • Next
    • RequestExt

... (truncated)

Commits


Updates tower-http from 0.4.4 to 0.5.0

Release notes

Sourced from tower-http's releases.

v0.5.0

Changed

  • Bump Minimum Supported Rust Version to 1.66 (#433)
  • Update to http-body 1.0 (#348)
  • Update to http 1.0 (#348)
  • Preserve service error type in RequestDecompression (#368)

Fixed

  • Accepts range headers with ranges where the end of range goes past the end of the document by bumping http-range-header to 0.4

#418: tower-rs/tower-http#418 #433: tower-rs/tower-http#433 #348: tower-rs/tower-http#348 #368: tower-rs/tower-http#368

Commits


Updates http from 0.2.11 to 1.0.0

Release notes

Sourced from http's releases.

v1.0.0

What's Changed

  • Implement Clone for Request, Response, and Extensions. This breaking change requires that all extensions now implement Clone.
  • Add a default-on std feature. Disabling it currently is not supported.
  • Fix MIRI warnings in HeaderMap::iter().

New Contributors

Changelog

Sourced from http's changelog.

1.0.0 (November 15, 2023)

  • Implement Clone for Request, Response, and Extensions. This breaking change requires that all extensions now implement Clone.
  • Add a default-on std feature. Disabling it currently is not supported.
  • Fix MIRI warnings in HeaderMap::iter().

0.2.10 (November 10, 2023)

  • Fix parsing of Authority to handle square brackets in incorrect order.
  • Fix HeaderMap::with_capacity() to handle arithmetic overflow.

0.2.9 (February 17, 2023)

  • Add HeaderName constants for cache-status and cdn-cache-control.
  • Implement Hash for PathAndQuery.
  • Re-export HeaderName at crate root.

0.2.8 (June 6, 2022)

  • Fix internal usage of uninitialized memory to use MaybeUninit inside HeaderName.

0.2.7 (April 28, 2022)

  • MSRV bumped to 1.49.
  • Add extend() method to Extensions.
  • Add From<Authority> and From<PathAndQuery> impls for Uri.
  • Make HeaderName::from_static a const fn.

0.2.6 (December 30, 2021)

  • Upgrade internal itoa dependency to 1.0.

0.2.5 (September 21, 2021)

  • Add is_empty() and len() methods to Extensions.
  • Add version_ref() method to request::Builder.
  • Implement TryFrom<Vec<u8>> and TryFrom<String> for Authority, Uri, PathAndQuery, and HeaderName.
  • Make HeaderValue::from_static a const fn.

0.2.4 (April 4, 2021)

  • Fix Uri parsing to allow {, ", and } in paths.

0.2.3 (January 7, 2021)

  • Upgrade internal (private) bytes dependency to 1.0.

0.2.2 (December 14, 2020)

... (truncated)

Commits


Updates clap from 4.4.8 to 4.4.11

Release notes

Sourced from clap's releases.

v4.4.11

[4.4.11] - 2023-12-04

Features

  • Add Command::mut_group

v4.4.10

[4.4.10] - 2023-11-28

Documentation

  • Link out to changelog
  • Cross link derive's attribute reference to derive tutorial

v4.4.9

[4.4.9] - 2023-11-27

Fixes

  • (help) Show correct Command::about under flattened headings
  • (help) Respect hide when flattening subcommands
Changelog

Sourced from clap's changelog.

[4.4.11] - 2023-12-04

Features

  • Add Command::mut_group

[4.4.10] - 2023-11-28

Documentation

  • Link out to changelog
  • Cross link derive's attribute reference to derive tutorial

[4.4.9] - 2023-11-27

Fixes

  • (help) Show correct Command::about under flattened headings
  • (help) Respect hide when flattening subcommands
Commits


Updates once_cell from 1.18.0 to 1.19.0

Changelog

Sourced from once_cell's changelog.

1.19.0

  • Use portable-atomic instead of atomic-polyfill, #251.
Commits


Updates itertools from 0.11.0 to 0.12.0

Changelog

Sourced from itertools's changelog.

0.12.0

Breaking

  • Made take_while_inclusive consume iterator by value (#709)
  • Added Clone bound to Unique (#777)

Added

  • Added Itertools::try_len (#723)
  • Added free function sort_unstable (#796)
  • Added GroupMap::fold_with (#778, #785)
  • Added PeekNth::{peek_mut, peek_nth_mut} (#716)
  • Added PeekNth::{next_if, next_if_eq} (#734)
  • Added conversion into (Option<A>,Option<B>) to EitherOrBoth (