OxideOps / chess

A comprehensive chess platform built with Rust, featuring both client and server components.
MIT License
2 stars 0 forks source link

Bump the dependencies group with 24 updates #559

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps the dependencies group with 24 updates:

Package From To
syn 2.0.48 2.0.53
anyhow 1.0.79 1.0.81
async-process 2.0.1 2.1.0
clap 4.4.18 4.5.3
confy 0.5.1 0.6.1
dioxus 94ead8f | 76facd6
dioxus-desktop 94ead8f | 76facd6
dioxus-fullstack 94ead8f | 76facd6
dioxus-web 94ead8f | 76facd6
js-sys 0.3.67 0.3.69
log 0.4.20 0.4.21
serde 1.0.195 1.0.197
serde_json 1.0.111 1.0.114
sqlx 0.7.3 0.7.4
tokio-tungstenite-wasm 0.2.1 0.3.0
tokio 1.35.1 1.36.0
wasm-bindgen 0.2.90 0.2.92
wasm-bindgen-futures 0.4.40 0.4.42
palette 0.7.3 0.7.5
bcrypt 0.15.0 0.15.1
web-sys 0.3.67 0.3.69
dioxus-router 94ead8f | 76facd6
thiserror 1.0.56 1.0.58
web-time 0.2.4 1.1.0

Updates syn from 2.0.48 to 2.0.53

Release notes

Sourced from syn's releases.

2.0.53

  • Implement Copy, Clone, and ToTokens for syn::parse::Nothing (#1597)

2.0.52

  • Add an expression parser that uses match-arm's boundary rules (#1593)

2.0.51

  • Resolve non_local_definitions warnings in generated code under rustc 1.78-nightly

2.0.50

  • Fix unused_imports warnings when compiled by rustc 1.78

2.0.49

  • Improve error location when parsing from an empty string literal using LitStr::parse (#1590)
Commits
  • 32dcf8d Release 2.0.53
  • fd1f2aa Merge pull request #1597 from dtolnay/copyprintnothing
  • 4f6c052 Implement ToTokens for syn::parse::Nothing
  • 3f37543 Implement Copy for syn::parse::Nothing
  • 36a4122 Update test suite to nightly-2024-03-16
  • bd93106 Revert "Temporarily disable nightly testing due to libLLVM link issue"
  • 06166a7 Update test suite to nightly-2024-03-09
  • ed545e7 Work around doc_markdown lint in test_precedence
  • 7aef1ed Temporarily disable nightly testing due to libLLVM link issue
  • 556b10b Update test suite to nightly-2024-03-06
  • Additional commits viewable in compare view


Updates anyhow from 1.0.79 to 1.0.81

Release notes

Sourced from anyhow's releases.

1.0.81

  • Make backtrace support available when using -Dwarnings (#354)

1.0.80

  • Fix unused_imports warnings when compiled by rustc 1.78
Commits
  • 4aad4ed Release 1.0.81
  • 8be9091 Merge pull request #354 from dtolnay/deadcode
  • a2eb7dd Make compatible with -Dwarnings
  • 5443719 Release 1.0.80
  • dfc7bc0 Work around prelude redundant import warnings
  • 6e4f86b Import from alloc not std, where possible
  • f885a13 Ignore incompatible_msrv clippy false positives in test
  • fefbcbc Ignore incompatible_msrv clippy lint
  • 78f2d81 Update ui test suite to nightly-2024-02-08
  • edd88d3 Update ui test suite to nightly-2024-01-31
  • See full diff in compare view


Updates async-process from 2.0.1 to 2.1.0

Release notes

Sourced from async-process's releases.

v2.1.0

  • Update event-listener to v5.1.0. (#67)
Changelog

Sourced from async-process's changelog.

Version 2.1.0

  • Update event-listener to v5.1.0. (#67)
Commits


Updates clap from 4.4.18 to 4.5.3

Release notes

Sourced from clap's releases.

v4.5.3

[4.5.3] - 2024-03-15

Internal

  • (derive) Update heck

v4.5.2

[4.5.2] - 2024-03-06

Fixes

  • (macros) Silence a warning

v4.5.1

[4.5.1] - 2024-02-16

Fixes

  • (error) Include suggestion to add -- even if there is a "did you mean" so long as last or trailing_var_arg is used

v4.5.0

No release notes provided.

Changelog

Sourced from clap's changelog.

[4.5.3] - 2024-03-15

Internal

  • (derive) Update heck

[4.5.2] - 2024-03-06

Fixes

  • (macros) Silence a warning

[4.5.1] - 2024-02-16

Fixes

  • (error) Include suggestion to add -- even if there is a "did you mean" so long as last or trailing_var_arg is used

[4.5.0] - 2024-02-08

Compatibility

  • Update MSRV to 1.74
Commits
  • 4e07b43 chore: Release
  • 8247c7d docs: Update changelog
  • 677c52c chore: Update heck requirement (#5396)
  • f65d421 chore: Release
  • 886b272 docs: Update changelog
  • 3ba4297 Merge pull request #5386 from amaanq/static-var-name
  • 2aea950 fix: Use SCREAMING_SNAKE_CASE for static variable authors
  • 690f555 Merge pull request #5382 from clap-rs/renovate/pre-commit-action-3.x
  • a2aa644 chore(deps): update compatible (dev) (#5381)
  • c233de5 chore(deps): update pre-commit/action action to v3.0.1
  • Additional commits viewable in compare view


Updates confy from 0.5.1 to 0.6.1

Release notes

Sourced from confy's releases.

v0.6.1

What's Changed

New Contributors

Full Changelog: https://github.com/rust-cli/confy/compare/v0.6.0...v0.6.1

v0.6.0

v0.6.0 is a breaking change due to updated dependencies.

CHANGELOG

3331a99 Updated Cargo.toml to 0.6.0 and reported breaking changes in the README as was done previously 87e29ce Merge pull request #88 from daniestevez/update-dependencies 6d03bde update dependencies d5abd6c Merge pull request #83 from jreppnow/patch-1 de35749 use general error type for example in readme.md 700337e Merge pull request #80 from RampedIndent/patch-3 f003b47 Update README.md to address #61 ad0c862 Merge pull request #79 from deg4uss3r/degausser/fix_lints 14906cd Update lints to work with Rust 1.67 d899afe Merge pull request #78 from RampedIndent/patch-2 581cd78 Changed heading level ae5ccc5 Update README.md

Commits
  • 05e4fdd Implement store_perms & store_path_perms to specify file permissions (#94)
  • 1ecf860 Match Licensing Information between Cargo.toml and Repository (#93)
  • 2c2f9ea Merge pull request #91 from deg4uss3r/master
  • 3331a99 Updated Cargo.toml to 0.6.0 and reported breaking changes in the README as wa...
  • 87e29ce Merge pull request #88 from daniestevez/update-dependencies
  • 6d03bde update dependencies
  • d5abd6c Merge pull request #83 from jreppnow/patch-1
  • de35749 use general error type for example in readme.md
  • 700337e Merge pull request #80 from RampedIndent/patch-3
  • f003b47 Update README.md to address #61
  • Additional commits viewable in compare view


Updates dioxus from 94ead8f to 76facd6

Commits
  • 76facd6 Add use_shared_lock
  • ea616f6 Make 'UseAsyncLock' hook
  • f643d44 Make 'UseLock' hook
  • 417cea7 Merge pull request #1898 from Andrew15-5/fix-fullstack-cli-build
  • b1f617a Merge pull request #1899 from Andrew15-5/fix-router-macro-typo
  • cb9a435 Merge pull request #1900 from Andrew15-5/add-short-release-option
  • 009238b feat(cli): added short release build option
  • 8beb3c7 chore(docs): fixed typo in router-macro
  • 62b0f87 fix(build): now fullstack client uses correct config
  • a3d6e9d fix hotreload cfg on release builds
  • Additional commits viewable in compare view


Updates dioxus-desktop from 94ead8f to 76facd6

Commits
  • 76facd6 Add use_shared_lock
  • ea616f6 Make 'UseAsyncLock' hook
  • f643d44 Make 'UseLock' hook
  • 417cea7 Merge pull request #1898 from Andrew15-5/fix-fullstack-cli-build
  • b1f617a Merge pull request #1899 from Andrew15-5/fix-router-macro-typo
  • cb9a435 Merge pull request #1900 from Andrew15-5/add-short-release-option
  • 009238b feat(cli): added short release build option
  • 8beb3c7 chore(docs): fixed typo in router-macro
  • 62b0f87 fix(build): now fullstack client uses correct config
  • a3d6e9d fix hotreload cfg on release builds
  • Additional commits viewable in compare view


Updates dioxus-fullstack from 94ead8f to 76facd6

Commits
  • 76facd6 Add use_shared_lock
  • ea616f6 Make 'UseAsyncLock' hook
  • f643d44 Make 'UseLock' hook
  • 417cea7 Merge pull request #1898 from Andrew15-5/fix-fullstack-cli-build
  • b1f617a Merge pull request #1899 from Andrew15-5/fix-router-macro-typo
  • cb9a435 Merge pull request #1900 from Andrew15-5/add-short-release-option
  • 009238b feat(cli): added short release build option
  • 8beb3c7 chore(docs): fixed typo in router-macro
  • 62b0f87 fix(build): now fullstack client uses correct config
  • a3d6e9d fix hotreload cfg on release builds
  • Additional commits viewable in compare view


Updates dioxus-web from 94ead8f to 76facd6

Commits
  • 76facd6 Add use_shared_lock
  • ea616f6 Make 'UseAsyncLock' hook
  • f643d44 Make 'UseLock' hook
  • 417cea7 Merge pull request #1898 from Andrew15-5/fix-fullstack-cli-build
  • b1f617a Merge pull request #1899 from Andrew15-5/fix-router-macro-typo
  • cb9a435 Merge pull request #1900 from Andrew15-5/add-short-release-option
  • 009238b feat(cli): added short release build option
  • 8beb3c7 chore(docs): fixed typo in router-macro
  • 62b0f87 fix(build): now fullstack client uses correct config
  • a3d6e9d fix hotreload cfg on release builds
  • Additional commits viewable in compare view


Updates js-sys from 0.3.67 to 0.3.69

Commits


Updates log from 0.4.20 to 0.4.21

Changelog

Sourced from log's changelog.

[0.4.21] - 2024-02-27

What's Changed

New Contributors

Commits
  • 3ccdc28 Merge pull request #617 from rust-lang/cargo/0.4.21
  • 6153cb2 prepare for 0.4.21 release
  • f0f7494 Merge pull request #613 from rust-lang/feat/kv-cleanup
  • 2b220bf clean up structured logging example
  • 646e9ab use original Visitor name for VisitValue
  • cf85c38 add needed subfeatures to kv_unstable
  • 73e9539 fix up capturing of :err
  • 31bb4b0 move error macros together
  • ad91711 support field shorthand in macros
  • 90a347b restore removed APIs as deprecated
  • Additional commits viewable in compare view


Updates serde from 1.0.195 to 1.0.197

Release notes

Sourced from serde's releases.

v1.0.197

  • Fix unused_imports warnings when compiled by rustc 1.78
  • Optimize code size of some Display impls (#2697, thanks @​nyurik)

v1.0.196

  • Improve formatting of "invalid type" error messages involving floats (#2682)
Commits
  • 5fa711d Release 1.0.197
  • f5d8ae4 Resolve prelude redundant import warnings
  • 1d54973 Merge pull request #2697 from nyurik/format-str
  • b8fafef A few minor write_str optimizations and inlining
  • c42ebb8 Update ui test suite to nightly-2024-02-12
  • 9e68062 Ignore incompatible_msrv clippy lint for conditionally compiled code
  • 846f865 Ignore dead_code warnings in test
  • ede9762 Release 1.0.196
  • d438c2d Merge pull request #2682 from dtolnay/decimalpoint
  • bef110b Format Unexpected::Float with decimal point
  • Additional commits viewable in compare view


Updates serde_json from 1.0.111 to 1.0.114

Release notes

Sourced from serde_json's releases.

v1.0.114

  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.113

  • Add swap_remove and shift_remove methods on Map (#1109)

v1.0.112

  • Improve formatting of "invalid type" error messages involving floats (#1107)
Commits
  • e1b3a6d Release 1.0.114
  • 6fb7026 Work around prelude redundant import warnings
  • 34a04c5 Ignore incompatible_msrv clippy false positives in test
  • ca05f69 Remove unused Float::is_sign_negative trait method
  • 09d865b Release 1.0.113
  • 5aeab4e Merge pull request #1109 from serde-rs/remove
  • ca3c2ca Add swap_remove and shift_remove methods on Map
  • 7fece96 Release 1.0.112
  • 6a6d2bb Merge pull request #1107 from serde-rs/unexpectedfloat
  • 83d7bad Format f64 in error messages using ryu
  • Additional commits viewable in compare view


Updates sqlx from 0.7.3 to 0.7.4

Changelog

Sourced from sqlx's changelog.

0.7.4 - 2024-03-11

38 pull requests were merged this release cycle.

This is officially the last release of the 0.7.x release cycle.

As of this release, development of 0.8.0 has begun on main and only high-priority bugfixes may be backported.

Added

  • [#2891]: feat: expose getters for connect options fields [[@​saiintbrisson]]
  • [#2902]: feat: add to_url_lossy to connect options [[@​lily-mosquitoes]]
  • [#2927]: Support query! for cargo-free systems [[@​kshramt]]
  • [#2997]: doc(FAQ): add entry explaining prepared statements [[@​abonander]]
  • [#3001]: Update README to clarify MariaDB support [[@​iangilfillan]]
  • [#3004]: feat(logging): Add numeric elapsed time field elapsed_secs [[@​iamjpotts]]
  • [#3007]: feat: add raw_sql API [[@​abonander]]
    • This hopefully makes it easier to find how to execute statements which are not supported by the default prepared statement interfaces query*() and query!().
    • Improved documentation across the board for the query*() functions.
    • Deprecated: execute_many() and fetch_many() on interfaces that use prepared statements.
      • Multiple SQL statements in one query string were only supported by SQLite because its prepared statement interface is the only way to execute SQL. All other database flavors forbid multiple statements in one prepared statement string as an extra defense against SQL injection.
      • The new raw_sql API retains this functionality because it explicitly does not use prepared statements. Raw or text-mode query interfaces generally allow multiple statements in one query string, and this is supported by all current databases. Due to their nature, however, one cannot use bind parameters with them.
      • If this change affects you, an issue is open for discussion: launchbadge/sqlx#3108
  • [#3011]: Added support to IpAddr with MySQL/MariaDB. [[@​Icerath]]
  • [#3013]: Add default implementation for PgInterval [[@​pawurb]]
  • [#3018]: Add default implementation for PgMoney [[@​pawurb]]
  • [#3026]: Update docs to reflect support for MariaDB data types [[@​iangilfillan]]
  • [#3037]: feat(mysql): allow to connect with mysql driver without default behavor [[@​darkecho731]]

Changed

... (truncated)

Commits
  • 635dba5 fix: deprecation in postgres::types::chrono
  • a2b89d7 fix: deprecation warnings in sqlite::types::chrono, document DATETIME beh...
  • 248d617 chore: prepare 0.7.4 release
  • d005111 fix: better I/O errors when migrate!() cannot read a file
  • 24be262 fix: restore Migrator to the public API
  • bbfd0d7 fix: AnyRow not support PgType::Varchar (#2976)
  • b29eab0 feat: add to_url_lossy to connect options (#2902)
  • 34860b7 fix(ci): just cfg-out the whole tests/sqlite/sqlcipher.rs
  • 791a7f5 doc(pg): document behavior of bigdecimal and rust_decimal with out-of-ran...
  • e5c18b3 fix: gate sqlcipher testing behind cfg to make development less annoying
  • Additional commits viewable in compare view


Updates tokio-tungstenite-wasm from 0.2.1 to 0.3.0

Commits
  • b16bc63 chore: Release tokio-tungstenite-wasm version 0.3.0
  • d4817b5 Update dependencies.
  • 4f3f718 Merge branch 'main' of github.com:TannerRogalsky/tokio-tungstenite-wasm into ...
  • e490d0c Merge pull request #4 from TannerRogalsky/fix-compile-tls
  • 5b02957 Merge pull request #3 from get10101/fix-compile-tls
  • 115fc45 Update readme for feature information.
  • 8af93cb Check all signficant features.
  • 6fec26f Undo version change.
  • d844e8e fix: allow TLS features to compile
  • See full diff in compare view


Updates tokio from 1.35.1 to 1.36.0

Release notes

Sourced from tokio's releases.

Tokio v1.36.0

1.36.0 (February 2nd, 2024)

Added

  • io: add tokio::io::Join (#6220)
  • io: implement AsyncWrite for Empty (#6235)
  • net: add support for anonymous unix pipes (#6127)
  • net: add UnixSocket (#6290)
  • net: expose keepalive option on TcpSocket (#6311)
  • sync: add {Receiver,UnboundedReceiver}::poll_recv_many (#6236)
  • sync: add Sender::{try_,}reserve_many (#6205)
  • sync: add watch::Receiver::mark_unchanged (#6252)
  • task: add JoinSet::try_join_next (#6280)

Changed

  • io: make copy cooperative (#6265)
  • io: make repeat and sink cooperative (#6254)
  • io: simplify check for empty slice (#6293)
  • process: use pidfd on Linux when available (#6152)
  • sync: use AtomicBool in broadcast channel future (#6298)

Documented

  • io: clarify clear_ready docs (#6304)
  • net: document that *Fd traits on TcpSocket are unix-only (#6294)
  • sync: document FIFO behavior of tokio::sync::Mutex (#6279)
  • chore: typographic improvements (#6262)
  • runtime: remove obsolete comment (#6303)
  • task: fix typo (#6261)

#6220: tokio-rs/tokio#6220 #6235: tokio-rs/tokio#6235 #6127: tokio-rs/tokio#6127 #6290: tokio-rs/tokio#6290 #6311: tokio-rs/tokio#6311 #6236: tokio-rs/tokio#6236 #6205: tokio-rs/tokio#6205 #6252: tokio-rs/tokio#6252 #6280: tokio-rs/tokio#6280 #6265: tokio-rs/tokio#6265 #6254: tokio-rs/tokio#6254 #6293: tokio-rs/tokio#6293 #6238: tokio-rs/tokio#6238 #6152: tokio-rs/tokio#6152 #6298: tokio-rs/tokio#6298 #6262: tokio-rs/tokio#6262 #6303: tokio-rs/tokio#6303 #6261: tokio-rs/tokio#6261

... (truncated)

Commits


Updates wasm-bindgen from 0.2.90 to 0.2.92

Changelog

Sourced from wasm-bindgen's changelog.

0.2.92

Released 2024-03-04

Added

  • Add bindings for RTCPeerConnectionIceErrorEvent. #3835

  • Add bindings for CanvasState.reset(), affecting CanvasRenderingContext2D and OffscreenCanvasRenderingContext2D. #3844

  • Add TryFrom implementations for Number, that allow losslessly converting from 64- and 128-bits numbers. #3847

  • Add support for Option<*const T>, Option<*mut T> and NonNull<T>. #3852 #3857

  • Allow overriding the URL used for headless tests by setting WASM_BINDGEN_TEST_ADDRESS. #3861

Fixed

  • Make .wasm output deterministic when using --reference-types. #3851

  • Don't allow invalid Unicode scalar values in char. #3866


0.2.91

Released 2024-02-06

Added

  • Added bindings for the RTCRtpTransceiver.setCodecPreferences() and unstable bindings for the RTCRtpEncodingParameters.scalabilityMode. #3828

  • Add unstable bindings for the FileSystemAccess API #3810

  • Added support for running tests in shared and service workers with wasm_bindgen_test_configure! run_in_shared_worker and run_in_service_worker. #3804

  • Accept the --skip flag with wasm-bindgen-test-runner. #3803

... (truncated)

Commits


Updates wasm-bindgen-futures from 0.4.40 to 0.4.42

Commits


Updates palette from 0.7.3 to 0.7.5

dependabot[bot] commented 7 months ago

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