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

chore(deps): bump the dependencies group with 10 updates #22

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 2024

Bumps the dependencies group with 10 updates:

Package From To
serde 1.0.188 1.0.194
rocket-cache-response 0.6.3 0.6.4
serde_json 1.0.108 1.0.111
time 0.3.29 0.3.31
gloo-net 0.4.0 0.5.0
yew 0.20.0 0.21.0
yew-hooks 0.2.0 0.3.0
base64 0.21.4 0.21.5
wasm-bindgen 0.2.87 0.2.89
web-sys 0.3.64 0.3.66

Updates serde from 1.0.188 to 1.0.194

Release notes

Sourced from serde's releases.

v1.0.194

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.193

v1.0.192

v1.0.191

  • Documentation improvements

v1.0.190

  • Preserve NaN sign when deserializing f32 from f64 or vice versa (#2637)

v1.0.189

  • Fix "cannot infer type" error when internally tagged enum contains untagged variant (#2613, thanks @​ahl)
Commits
  • d2d977a Release 1.0.194
  • a9a6ee9 Pull in proc-macro2 sccache fix
  • 28c5d21 Merge pull request #2669 from dtolnay/optionifletelse
  • 3d6a789 Remove option_if_let_else clippy suppression
  • a0e6869 Work around doc_link_with_quotes pedantic clippy lint
  • 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
  • Additional commits viewable in compare view

Updates rocket-cache-response from 0.6.3 to 0.6.4

Commits

Updates serde_json from 1.0.108 to 1.0.111

Release notes

Sourced from serde_json's releases.

v1.0.111

  • Improve floating point parsing performance on loongarch64 (#1100, thanks @​heiher)

v1.0.110

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.109

  • Documentation improvements
Commits

Updates time from 0.3.29 to 0.3.31

Release notes

Sourced from time's releases.

v0.3.31

See the changelog for details.

v0.3.30

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.31 [2023-12-19]

Added

  • OFfsetDateTime::new_in_offset
  • OffsetDateTime::new_utc

Changed

  • The valid range of UtcOffset has been expanded from ±23:59:59 to ±25:59:59. This is to support the full POSIX range while permitting infallible negation.

0.3.30 [2023-10-13]

Added

  • powerfmt::smart_display::SmartDisplay has been added for the main types in the library. These implementations ensure that values follow the requested fill, width, and alignment when using format! or similar macros. Display is implemented in terms of SmartDisplay.

Fixed

  • Large values no longer wrap around in release mode when using NumericalDuration or NumericalStdDuration.
Commits
  • 8067540 v0.3.31 release
  • 605495a Expand range of UtcOffset to ±25:59:59
  • be0077a Remove unnecessary associated type bound
  • 4b932ba Move from unit type to internal NoOffset type
  • b77ed50 Add direct constructors for OffsetDateTime. (#641)
  • 6d5fa1e Panic Documentation (#638)
  • bd92ba9 Add doc alias, guarantee non-inlining
  • 72f03e0 v0.3.30 release
  • 08ed41d Address clippy lints
  • 9564e59 Implement SmartDisplay for main types
  • Additional commits viewable in compare view

Updates gloo-net from 0.4.0 to 0.5.0

Release notes

Sourced from gloo-net's releases.

v0.5.0

What's Changed

v0.4.2

What's Changed

Full Changelog: rustwasm/gloo@0.4.0...v0.4.2

0.4.1 is also included in this release as they were both released back-to-back in a very short amount of time.

Changelog

Sourced from gloo-net's changelog.

  • 0.5.0
  • Memory-based History (#178)
  • Hash-based History type & Unified Location. (#177)

net

Version "0.5.0"

  • Implement futures_io::AsyncWrite and futures_io::AsyncRead on WebSocket. This feature is behind a new feature flag io-util that is disabled by default.
  • Add TryFrom<web_sys::WebSocket> (#365)
  • Add WASI support for gloo-history. (#405)
Commits

Updates yew from 0.20.0 to 0.21.0

Changelog

Sourced from yew's changelog.

✨ yew 0.21.0 (2023-09-23)

Changelog

🛠 Fixes

  • Fix rust-analyzer non_camel_case_types warning. [[@​Sean Bruton](https://github.com/Sean Bruton), #3388]
  • Fix incorrect text escaping during SSR. [[@​Tim Kurdov](https://github.com/Tim Kurdov), #3381]
  • Fix top-level reconciliation in portals. [@​WorldSEnder, #3020]
  • Fix clippy::let_unit_value lint in propless components. [@​WorldSEnder, #2970]

⚡️ Features

  • Updated the docs of set_event_bubbling. [[@​Tim Kurdov](https://github.com/Tim Kurdov), #3391]
  • feat: support arrays for Classes/classes!(). [@​Pouriya, #3393]
  • Mark VNode as #[must_use]. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #3387]
  • Add IntoPropValue implementation to convert from Cows to AttrValue. [[@​Tim Kurdov](https://github.com/Tim Kurdov), #3346]
  • Remove compatibility code before 1.64. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #3379]
  • Keep checked attribute for elements without special handling. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #3373]
  • feat: implement hydration for vraw. [[@​Dillen Meijboom](https://github.com/Dillen Meijboom), #3245]
  • Add webkitdirectory to the boolean attributes list. [[@​Julius Lungys](https://github.com/Julius Lungys), #3214]
  • Incremental performance improvements to element creation. [[@​Greg Johnston](https://github.com/Greg Johnston), #3169]
  • Make VList's children Rc'ed. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #3050]
  • Update dependencies. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #3171]
  • Pass string types to Html props. [[@​Cecile Tonglet](https://github.com/Cecile Tonglet), #2872]
  • Implement an internal DomSlot for positioning instead of NodeRef. [@​WorldSEnder, #3048]
  • Prefer pop_first if it is available. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #3084]
  • Add method map() on Children to wrap easily. [[@​Cecile Tonglet](https://github.com/Cecile Tonglet), #3039]
  • Reentrant event listeners. [@​WorldSEnder, #3037]
  • Add impl IntoIterator on &Classes. [[@​Cecile Tonglet](https://github.com/Cecile Tonglet), #3038]
  • Assert there are no circular references. [@​WorldSEnder, #3025]

🚨 Breaking changes

  • Remove special handling of struct fields of type Option in derive(Properties). [[@​Tim Kurdov](https://github.com/Tim Kurdov), #3398]
  • Agent v2. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #2773]
  • Update signature of use_prepared_state/use_transitive_state. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #3376]
  • Make signature of use_future_with consistent. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #3372]
  • Allow any type to be used as Children (take 2). [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #3289]
  • Enable PartialEq for all virtual dom types. [[@​Kaede Hoshikawa](https://github.com/Kaede Hoshikawa), #3206]
  • Pass hook dependencies as the first function argument. [[@​Arniu Tseng](https://github.com/Arniu Tseng), #2861]
  • Make Classes cheap to clone. [[@​Cecile Tonglet](https://github.com/Cecile Tonglet), #3021]

✨ yew-router 0.18.0 (2023-09-xx)

Changelog

⚡️ Features

  • Update dependencies. [[@​Muhammad Hamza](https://github.com/Muhammad Hamza), #3171]
  • Only handle "normal" clicks on s. [[@​Kai Salmon](https://github.com/Kai Salmon), #3056]

... (truncated)

Commits

Updates yew-hooks from 0.2.0 to 0.3.0

Commits

Updates base64 from 0.21.4 to 0.21.5

Changelog

Sourced from base64's changelog.

0.21.5

  • Add Debug and Clone impls for the general purpose Engine
Commits
  • 7f81baf v0.21.5
  • 95dda57 Merge pull request #255 from marshallpierce/mp/debug
  • bda313a Add Debug and Clone to general purpose Engine
  • 53a8737 Merge pull request #254 from marshallpierce/mp/ci-all-targets
  • c423b6e CI for all targets w/o default features
  • 9eaf503 Merge pull request #253 from kpreid/features-and-build
  • 04451fb Allow cargo test to complete under any set of features.
  • 2ee1a00 no_std import simplification.
  • See full diff in compare view

Updates wasm-bindgen from 0.2.87 to 0.2.89

Changelog

Sourced from wasm-bindgen's changelog.

0.2.89

Released 2023-11-27.

Added

  • Add additional constructor to DataView for SharedArrayBuffer. #3695

  • Stabilize wasm_bindgen::module(). #3690

Fixed

  • The DWARF section is now correctly modified instead of leaving it in a broken state. #3483

  • Fixed an issue where #[wasm_bindgen] automatically derived the TryFrom trait for any struct, preventing custom TryFrom<JsValue> implementations. It has been updated to utilize a new TryFromJsValue trait instead. #3709

  • Update the TypeScript signature of __wbindgen_thread_destroy to indicate that it's parameters are optional. #3703

Removed

  • Removed Gecko-internal dictionary bindings Csp, CspPolicies, CspReport and CspReportProperties. #3721

0.2.88

Released 2023-11-01

Added

  • Add bindings for RTCRtpTransceiverInit.sendEncodings. #3642

  • Add bindings for the Web Locks API to web-sys. #3604

  • Add bindings for ViewTransition to web-sys. #3598

  • Extend AudioContext with unstable features supporting audio sink configuration. #3433

  • Add bindings for WebAssembly.Tag and WebAssembly.Exception. #3484

  • Re-export wasm-bindgen from js-sys, web-sys and wasm-bindgen-futures.

... (truncated)

Commits

Updates web-sys from 0.3.64 to 0.3.66

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 dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.188` | `1.0.194` |
| [rocket-cache-response](https://github.com/magiclen/rocket-cache-response) | `0.6.3` | `0.6.4` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.108` | `1.0.111` |
| [time](https://github.com/time-rs/time) | `0.3.29` | `0.3.31` |
| [gloo-net](https://github.com/rustwasm/gloo) | `0.4.0` | `0.5.0` |
| [yew](https://github.com/yewstack/yew) | `0.20.0` | `0.21.0` |
| [yew-hooks](https://github.com/jetli/yew-hooks) | `0.2.0` | `0.3.0` |
| [base64](https://github.com/marshallpierce/rust-base64) | `0.21.4` | `0.21.5` |
| [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) | `0.2.87` | `0.2.89` |
| [web-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.64` | `0.3.66` |


Updates `serde` from 1.0.188 to 1.0.194
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.188...v1.0.194)

Updates `rocket-cache-response` from 0.6.3 to 0.6.4
- [Commits](magiclen/rocket-cache-response@v0.6.3...v0.6.4)

Updates `serde_json` from 1.0.108 to 1.0.111
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.108...v1.0.111)

Updates `time` from 0.3.29 to 0.3.31
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.29...v0.3.31)

Updates `gloo-net` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/rustwasm/gloo/releases)
- [Changelog](https://github.com/rustwasm/gloo/blob/master/CHANGELOG.md)
- [Commits](rustwasm/gloo@0.4.0...0.5.0)

Updates `yew` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/yewstack/yew/releases)
- [Changelog](https://github.com/yewstack/yew/blob/master/CHANGELOG.md)
- [Commits](yewstack/yew@yew-v0.20.0...yew-v0.21.0)

Updates `yew-hooks` from 0.2.0 to 0.3.0
- [Release notes](https://github.com/jetli/yew-hooks/releases)
- [Commits](jetli/yew-hooks@v0.2.0...v0.3.0)

Updates `base64` from 0.21.4 to 0.21.5
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.4...v0.21.5)

Updates `wasm-bindgen` from 0.2.87 to 0.2.89
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.87...0.2.89)

Updates `web-sys` from 0.3.64 to 0.3.66
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rocket-cache-response
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: gloo-net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: yew
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: yew-hooks
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: wasm-bindgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: web-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 4, 2024
@m4tx m4tx closed this Jan 4, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 4, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@dependabot dependabot bot deleted the dependabot/cargo/dependencies-6430c33fe9 branch January 4, 2024 08:52
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