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 all group in /src-tauri with 13 updates #247

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps the all group in /src-tauri with 13 updates:

Package From To
serde_json 1.0.120 1.0.121
bstr 1.9.1 1.10.0
cc 1.1.6 1.1.7
object 0.36.1 0.36.2
serde_spanned 0.6.6 0.6.7
tokio 1.38.1 1.39.2
toml_datetime 0.6.6 0.6.7
version_check 0.9.4 0.9.5
zbus 4.3.1 4.4.0
zbus_macros 4.3.1 4.4.0
zvariant 4.1.2 4.2.0
zvariant_derive 4.1.2 4.2.0
zvariant_utils 2.0.0 2.1.0

Updates serde_json from 1.0.120 to 1.0.121

Release notes

Sourced from serde_json's releases.

v1.0.121

Commits
  • eca2658 Release 1.0.121
  • b0d678c Merge pull request #1160 from iex-rs/efficient-position
  • b1edc7d Optimize position search in error path
  • 40dd7f5 Merge pull request #1159 from iex-rs/fix-recursion
  • 6a306e6 Move call to tri! out of check_recursion!
  • 3f1c6de Ignore byte_char_slices clippy lint in test
  • 3fd6f5f Merge pull request #1153 from dpathakj/master
  • fcb5e83 Correct documentation URL for Value's Index impl.
  • See full diff in compare view

Updates bstr from 1.9.1 to 1.10.0

Commits

Updates cc from 1.1.6 to 1.1.7

Release notes

Sourced from cc's releases.

cc-v1.1.7

Other

Changelog

Sourced from cc's changelog.

1.1.7 - 2024-07-29

Other

Commits

Updates object from 0.36.1 to 0.36.2

Changelog

Sourced from object's changelog.

0.36.2

Released 2024/07/24.

Changed

  • Improved writing of GNU symbol versioning in build::elf::Builder. #705

  • Fixed alignment of SHT_HASH/SHT_GNU_verdef/SHT_GNU_verneed sections in write::elf::Writer. #706

  • Fixed writing of GNU hash for absolute symbols in build::elf::Builder. #707

  • Fixed writing of empty ELF string table in write::Object. #710


Commits

Updates serde_spanned from 0.6.6 to 0.6.7

Commits
  • 4ac61f7 chore: Release
  • a5eb1ac chore: Disable serde_toml releasing for now
  • 9217e44 chore: Release
  • 003ce94 docs: Update changelog
  • b463f3d Merge pull request #757 from epage/key
  • 3d8852b fix(encode): Be extra sure it can be a literal
  • e1bc1c3 refactor(encode): Pull out literal inference
  • fbb0ac2 test(encode): Add property-based tests for keys/strings
  • 0b268f2 fix(encode): Correct encoding for key with mixed quotes
  • 82c0195 refactor(encode): Make str repr inferring clearer
  • Additional commits viewable in compare view

Updates tokio from 1.38.1 to 1.39.2

Release notes

Sourced from tokio's releases.

Tokio v1.39.2

1.39.2 (July 27th, 2024)

This release fixes a regression where the select! macro stopped accepting expressions that make use of temporary lifetime extension. (#6722)

#6722: tokio-rs/tokio#6722

Tokio v1.39.1

1.39.1 (July 23rd, 2024)

This release reverts "time: avoid traversing entries in the time wheel twice" because it contains a bug. (#6715)

#6715: tokio-rs/tokio#6715

Tokio v1.39.0

1.39.0 (July 23rd, 2024)

  • This release bumps the MSRV to 1.70. (#6645)
  • This release upgrades to mio v1. (#6635)
  • This release upgrades to windows-sys v0.52 (#6154)

Added

  • io: implement AsyncSeek for Empty (#6663)
  • metrics: stabilize num_alive_tasks (#6619, #6667)
  • process: add Command::as_std_mut (#6608)
  • sync: add watch::Sender::same_channel (#6637)
  • sync: add {Receiver,UnboundedReceiver}::{sender_strong_count,sender_weak_count} (#6661)
  • sync: implement Default for watch::Sender (#6626)
  • task: implement Clone for AbortHandle (#6621)
  • task: stabilize consume_budget (#6622)

Changed

  • io: improve panic message of ReadBuf::put_slice() (#6629)
  • io: read during write in copy_bidirectional and copy (#6532)
  • runtime: replace num_cpus with available_parallelism (#6709)
  • task: avoid stack overflow when passing large future to block_on (#6692)
  • time: avoid traversing entries in the time wheel twice (#6584)
  • time: support IntoFuture with timeout (#6666)
  • macros: support IntoFuture with join! and select! (#6710)

Fixed

  • docs: fix docsrs builds with the fs feature enabled (#6585)
  • io: only use short-read optimization on known-to-be-compatible platforms (#6668)
  • time: fix overflow panic when using large durations with Interval (#6612)

Added (unstable)

... (truncated)

Commits

Updates toml_datetime from 0.6.6 to 0.6.7

Commits
  • 4ac61f7 chore: Release
  • a5eb1ac chore: Disable serde_toml releasing for now
  • 9217e44 chore: Release
  • 003ce94 docs: Update changelog
  • b463f3d Merge pull request #757 from epage/key
  • 3d8852b fix(encode): Be extra sure it can be a literal
  • e1bc1c3 refactor(encode): Pull out literal inference
  • fbb0ac2 test(encode): Add property-based tests for keys/strings
  • 0b268f2 fix(encode): Correct encoding for key with mixed quotes
  • 82c0195 refactor(encode): Make str repr inferring clearer
  • Additional commits viewable in compare view

Updates version_check from 0.9.4 to 0.9.5

Commits

Updates zbus from 4.3.1 to 4.4.0

Release notes

Sourced from zbus's releases.

🔖 zbus 4.4.0

  • 🚑️ Fix regression of not replying to inexistent methods. #905.
  • 🐛 Fix a potential deadlock during name registration.
  • ✨ Add optional heapless feature, which is just a proxy to zvariant feature of the same name.
  • ⬆️ Require zvariant 4.2.0.
Commits
  • 51ed473 Merge pull request #907 from zeenix/releases
  • d63fea2 🔖 zb,zm: Release 4.4.0
  • 758965f ⬆️ zb: Bump zvariant requirement to latest
  • b7723a7 🔖 zv,zd: Release 4.2.0
  • f04baef 🔖 zu: Release 2.1.0
  • 8e3d2b3 Merge pull request #906 from zeenix/non-existant-method
  • 9283fc6 🚑️ zb: Fix regression of not replying in inexistent methods
  • 9746e87 🧪 zb: Test case for #905
  • 6b1b923 ⬆️ Update tokio to v1.38.1
  • eeed9a6 Merge pull request #899 from bachp/zvariant_derive-kebab-case
  • Additional commits viewable in compare view

Updates zbus_macros from 4.3.1 to 4.4.0

Release notes

Sourced from zbus_macros's releases.

🔖 zbus_macros 3.14.0.

✨ Allow unicast signals through the dbus_interface. Fixes #374. ⬆️ Bump our MSRV. More and more dependencies are requiring Rust 1.64.0, so let's bump our MSRV to match. 🔥 Drop manual Default impl of PropertyEmitsChangedSignal. After Rust 1.64, we can use the derive for this. ⏪️ Revert locking of winnow version. We've bumped our MSRV so there is no need for this workaround anymore. 🎨 Code comments should also adhere to 100 character limit.

Commits
  • 51ed473 Merge pull request #907 from zeenix/releases
  • d63fea2 🔖 zb,zm: Release 4.4.0
  • 758965f ⬆️ zb: Bump zvariant requirement to latest
  • b7723a7 🔖 zv,zd: Release 4.2.0
  • f04baef 🔖 zu: Release 2.1.0
  • 8e3d2b3 Merge pull request #906 from zeenix/non-existant-method
  • 9283fc6 🚑️ zb: Fix regression of not replying in inexistent methods
  • 9746e87 🧪 zb: Test case for #905
  • 6b1b923 ⬆️ Update tokio to v1.38.1
  • eeed9a6 Merge pull request #899 from bachp/zvariant_derive-kebab-case
  • Additional commits viewable in compare view

Updates zvariant from 4.1.2 to 4.2.0

Release notes

Sourced from zvariant's releases.

🔖 zvariant 4.2.0

  • ✨ Add Type impl for heapless::{String, Vec}. heapless is now an optional dep.
  • ✨ Support kebab-case in rename_all attribute of SerializeDict and DeserializeDict.
  • ⚡️ Use Str::static for ObjectPath's default value.
Commits
  • 51ed473 Merge pull request #907 from zeenix/releases
  • d63fea2 🔖 zb,zm: Release 4.4.0
  • 758965f ⬆️ zb: Bump zvariant requirement to latest
  • b7723a7 🔖 zv,zd: Release 4.2.0
  • f04baef 🔖 zu: Release 2.1.0
  • 8e3d2b3 Merge pull request #906 from zeenix/non-existant-method
  • 9283fc6 🚑️ zb: Fix regression of not replying in inexistent methods
  • 9746e87 🧪 zb: Test case for #905
  • 6b1b923 ⬆️ Update tokio to v1.38.1
  • eeed9a6 Merge pull request #899 from bachp/zvariant_derive-kebab-case
  • Additional commits viewable in compare view

Updates zvariant_derive from 4.1.2 to 4.2.0

Commits
  • 337f436 🔖 zbus 4.2.0
  • d30a133 🔖 zvariant 4.0.3
  • 04ac665 🔖 zvariant_utils 1.1.1
  • a40b925 Merge pull request #742 from zeenix/prep-for-issue-731
  • d6627b7 Merge pull request #740 from dbus2/renovate/blocking-1.x
  • 8b1c4ed 🗑️ zb: Deprecate connection::Builder::auth_mechansims
  • 94b38b9 ✨ zb: Add connection::Builder::auth_mechanism
  • a84504d Merge pull request #741 from zeenix/fix-a-warning-on-windows
  • ac606b1 🚨 zb: Add a missing cfg condition
  • f4958e3 Merge pull request #675 from elmarco/nospawn
  • Additional commits viewable in compare view

Updates zvariant_utils from 2.0.0 to 2.1.0

Release notes

Sourced from zvariant_utils's releases.

🔖 zvariant_utils 2.1.0

  • ✨ Replace snake_case to snake_or_kebab_case to cover kebab-case as well.
  • 🎨 Remove some hard to follow nesting in the code.
Commits
  • 51ed473 Merge pull request #907 from zeenix/releases
  • d63fea2 🔖 zb,zm: Release 4.4.0
  • 758965f ⬆️ zb: Bump zvariant requirement to latest
  • b7723a7 🔖 zv,zd: Release 4.2.0
  • f04baef 🔖 zu: Release 2.1.0
  • 8e3d2b3 Merge pull request #906 from zeenix/non-existant-method
  • 9283fc6 🚑️ zb: Fix regression of not replying in inexistent methods
  • 9746e87 🧪 zb: Test case for #905
  • 6b1b923 ⬆️ Update tokio to v1.38.1
  • eeed9a6 Merge pull request #899 from bachp/zvariant_derive-kebab-case
  • 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 all group in /src-tauri with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.120` | `1.0.121` |
| [bstr](https://github.com/BurntSushi/bstr) | `1.9.1` | `1.10.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.6` | `1.1.7` |
| [object](https://github.com/gimli-rs/object) | `0.36.1` | `0.36.2` |
| [serde_spanned](https://github.com/toml-rs/toml) | `0.6.6` | `0.6.7` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.38.1` | `1.39.2` |
| [toml_datetime](https://github.com/toml-rs/toml) | `0.6.6` | `0.6.7` |
| [version_check](https://github.com/SergioBenitez/version_check) | `0.9.4` | `0.9.5` |
| [zbus](https://github.com/dbus2/zbus) | `4.3.1` | `4.4.0` |
| [zbus_macros](https://github.com/dbus2/zbus) | `4.3.1` | `4.4.0` |
| [zvariant](https://github.com/dbus2/zbus) | `4.1.2` | `4.2.0` |
| [zvariant_derive](https://github.com/dbus2/zbus) | `4.1.2` | `4.2.0` |
| [zvariant_utils](https://github.com/dbus2/zbus) | `2.0.0` | `2.1.0` |


Updates `serde_json` from 1.0.120 to 1.0.121
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.120...v1.0.121)

Updates `bstr` from 1.9.1 to 1.10.0
- [Commits](BurntSushi/bstr@1.9.1...1.10.0)

Updates `cc` from 1.1.6 to 1.1.7
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.1.6...cc-v1.1.7)

Updates `object` from 0.36.1 to 0.36.2
- [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/object@0.36.1...0.36.2)

Updates `serde_spanned` from 0.6.6 to 0.6.7
- [Commits](toml-rs/toml@serde_spanned-v0.6.6...serde_spanned-v0.6.7)

Updates `tokio` from 1.38.1 to 1.39.2
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.38.1...tokio-1.39.2)

Updates `toml_datetime` from 0.6.6 to 0.6.7
- [Commits](toml-rs/toml@toml_datetime-v0.6.6...toml_datetime-v0.6.7)

Updates `version_check` from 0.9.4 to 0.9.5
- [Commits](SergioBenitez/version_check@v0.9.4...v0.9.5)

Updates `zbus` from 4.3.1 to 4.4.0
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](dbus2/zbus@zbus-4.3.1...zbus-4.4.0)

Updates `zbus_macros` from 4.3.1 to 4.4.0
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](dbus2/zbus@zbus-4.3.1...zbus-4.4.0)

Updates `zvariant` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](dbus2/zbus@zvariant-4.1.2...zvariant-4.2.0)

Updates `zvariant_derive` from 4.1.2 to 4.2.0
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](dbus2/zbus@zbus-4.1.2...zbus-4.2.0)

Updates `zvariant_utils` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/dbus2/zbus/releases)
- [Commits](dbus2/zbus@zvariant_utils-2.0.0...zvariant_utils-2.1.0)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: bstr
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: object
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde_spanned
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tokio
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: toml_datetime
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: version_check
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: zbus
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zbus_macros
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zvariant
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zvariant_derive
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zvariant_utils
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
...

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 Jul 29, 2024
@github-actions github-actions bot merged commit 4f37508 into main Jul 29, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/src-tauri/all-c7f549451e branch July 29, 2024 13:58
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.

0 participants