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 #239

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
serde_json 1.0.117 1.0.119
cc 1.0.100 1.0.104
log 0.4.21 0.4.22
object 0.36.0 0.36.1
plist 1.6.1 1.7.0
serde_with 3.8.1 3.8.2
serde_with_macros 3.8.1 3.8.2
tinyvec 1.6.0 1.6.1
uuid 1.9.0 1.9.1
zbus 4.3.0 4.3.1
zbus_macros 4.3.0 4.3.1
zvariant 4.1.1 4.1.2
zvariant_derive 4.1.1 4.1.2

Updates serde_json from 1.0.117 to 1.0.119

Release notes

Sourced from serde_json's releases.

v1.0.119

v1.0.118

Commits
  • b48b9a3 Release 1.0.119
  • 8878cd7 Make shift_insert available for inlining like other Map methods
  • 352b7ab Document the cfg required for Map::shift_insert to exist
  • c17e63f Merge pull request #1149 from joshka/master
  • 309ef6b Add Map::shift_insert()
  • a9e089a Merge pull request #1146 from haouvw/master
  • a83fe96 chore: remove repeat words
  • c4f24f3 Release 1.0.118
  • 51d94eb Combine Map's Hash into one impl
  • 5e7bedc Touch up PR 1127
  • Additional commits viewable in compare view

Updates cc from 1.0.100 to 1.0.104

Release notes

Sourced from cc's releases.

cc-v1.0.104

Other

  • Fixed link break about compile-time-requirements (#1118)

cc-v1.0.103

Other

  • Fix compilation for wasm: env WASI_SYSROOT should be optional (#1114)

cc-v1.0.102

Other

  • Fix invalid wasi targets compatibility (#1105)
  • Speedup regenerate-target-info and regenerate-windows-sys (#1110)

cc-v1.0.101

Other

  • Use Build::getenv instead of env::var* in anywhere that makes sense (#1103)
Changelog

Sourced from cc's changelog.

1.0.104 - 2024-07-01

Other

  • Fixed link break about compile-time-requirements (#1118)

1.0.103 - 2024-06-30

Other

  • Fix compilation for wasm: env WASI_SYSROOT should be optional (#1114)

1.0.102 - 2024-06-29

Other

  • Fix invalid wasi targets compatibility (#1105)
  • Speedup regenerate-target-info and regenerate-windows-sys (#1110)

1.0.101 - 2024-06-25

Other

  • Use Build::getenv instead of env::var* in anywhere that makes sense (#1103)
Commits

Updates log from 0.4.21 to 0.4.22

Changelog

Sourced from log's changelog.

[0.4.22] - 2024-06-27

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.21...0.4.22

Commits
  • d5ba2cf Merge pull request #634 from rust-lang/cargo/0.4.22
  • d1a8306 prepare for 0.4.22 release
  • 46894ef Merge pull request #633 from rust-lang/feat/panic-info
  • e0d389c Merge pull request #632 from rust-lang/feat/loosen-atomics
  • c9e5e13 use Location::caller() for file and line info
  • 507b672 loosen orderings for logger initialization
  • c879b01 Merge pull request #628 from Thomasdezeeuw/fix-warnings
  • 405fdb4 Merge pull request #627 from Thomasdezeeuw/check-features
  • 1307ade Remove unneeded import
  • 710560e Don't use --all-features in CI
  • Additional commits viewable in compare view

Updates object from 0.36.0 to 0.36.1

Changelog

Sourced from object's changelog.

0.36.1

Released 2024/06/29.

Added

  • Added SectionKind::DebugString. #694

  • Added Architecture::Sparc and Architecture::Sparc32Plus. #699 #700

  • Added more RISC-V ELF relocation constants. #701

Changed

  • Changed read::ElfFile::imports to return the library for versioned symbols. #693

  • Changed read::MachOFile to support Go's debug section compression. #697

  • Reversed the order of Mach-O relocations emitted by write::Object. #702


Commits

Updates plist from 1.6.1 to 1.7.0

Commits

Updates serde_with from 3.8.1 to 3.8.2

Release notes

Sourced from serde_with's releases.

serde_with v3.8.2

Changed

  • Bump MSRV to 1.67, since that is required for the time dependency. The time version needed to be updated for nightly compatibility.

Fixed

Commits
  • 2274dd1 Bump version to 3.8.2 (#761)
  • e9e7a7e Bump version to 3.8.2
  • c9d9672 Implement JsonSchemaAs for OneOrMany instead of JsonSchema (#760)
  • dee706a Implement JsonSchemaAs for OneOrMany instead of JsonSchema
  • f74b460 Fix two clippy issues (#755)
  • 3ae4424 Fix two clippy issues
  • 729e8d2 Replace future deprecated functions from chrono (#752)
  • 685338f Replace future deprecated functions from chrono
  • 9593f93 Enable the unexpected_cfgs lint now that it can be configured via `Cargo.to...
  • 242286c Enable the unexpected_cfgs lint now that it can be configured via Cargo.toml
  • Additional commits viewable in compare view

Updates serde_with_macros from 3.8.1 to 3.8.2

Release notes

Sourced from serde_with_macros's releases.

serde_with v3.8.2

Changed

  • Bump MSRV to 1.67, since that is required for the time dependency. The time version needed to be updated for nightly compatibility.

Fixed

Commits
  • 2274dd1 Bump version to 3.8.2 (#761)
  • e9e7a7e Bump version to 3.8.2
  • c9d9672 Implement JsonSchemaAs for OneOrMany instead of JsonSchema (#760)
  • dee706a Implement JsonSchemaAs for OneOrMany instead of JsonSchema
  • f74b460 Fix two clippy issues (#755)
  • 3ae4424 Fix two clippy issues
  • 729e8d2 Replace future deprecated functions from chrono (#752)
  • 685338f Replace future deprecated functions from chrono
  • 9593f93 Enable the unexpected_cfgs lint now that it can be configured via `Cargo.to...
  • 242286c Enable the unexpected_cfgs lint now that it can be configured via Cargo.toml
  • Additional commits viewable in compare view

Updates tinyvec from 1.6.0 to 1.6.1

Changelog

Sourced from tinyvec's changelog.

1.6.1

  • e00E fixed the Arbitrary impl to work on Stable without using a feature gate. pr 180
Commits

Updates uuid from 1.9.0 to 1.9.1

Release notes

Sourced from uuid's releases.

1.9.1

What's Changed

Full Changelog: uuid-rs/uuid@1.9.0...1.9.1

Commits
  • 36e6f57 Merge pull request #763 from uuid-rs/cargo/1.9.1
  • 65bf733 prepare for 1.9.1 release
  • d0a2461 Merge pull request #762 from uuid-rs/fix/double-lock
  • 20911bd avoid taking the shared lock when getting usable bits in Uuid::now_v7
  • c01feb8 Merge pull request #761 from uuid-rs/chore/bulk-example
  • 864239b add an example of generating bulk v7 UUIDs
  • See full diff in compare view

Updates zbus from 4.3.0 to 4.3.1

Release notes

Sourced from zbus's releases.

🔖 zbus 4.3.1

  • 💩 Workaround for xdg-dbus-proxy's monotonic serial requirement. While the underlying issue in xdg-dbus-proxy has already been fixed, it will take some time before the fix is released and is widely available.
  • 🥅 Methods of interface-generated proxy now use the same error type as the interface's error type. We might need to add an attribute to control this in the future, as this as this may not always be what the user wants.
  • 📝 book
    • Add a TOC to each chapter, using mdbook-toc from @​badboy.
    • Add an FAQ section about enum representations.
    • Add property trait bounds to server chapter too.
    • Provide "edit page" option, making it easier to contribute fixes and improvements.
    • "server" -> "service". A D-Bus service is not a server, that's the bus. So let's keep these two distinct concepts separate.
    • Remove numeric labels from the navigation bar.
    • Update rust edition information.
    • Update repo icon to Github.
  • ⬆️ Bump nix to v0.29.
Commits
  • 6f7efc9 Merge pull request #878 from zeenix/releases
  • d0aa313 🔖 zb,zm: Release 4.3.1
  • 2397b5f 🔖 zv,zd: Release 4.1.2
  • c8907b0 Merge pull request #877 from zeenix/server-service
  • b152e0d 📝 README: "server" -> "service"
  • 4a939fa Merge pull request #875 from zeenix/interface-proxy-error
  • bc3a77a Merge pull request #876 from dbus2/renovate/quick-xml-0.x
  • 88b652c ✅ zb: Check errors from fallible methods in e2e test
  • ab2cae9 🥅 zm: interface-generated proxy should use the same error types
  • 0cbbca4 ⬆️ Update quick-xml to 0.35
  • Additional commits viewable in compare view

Updates zbus_macros from 4.3.0 to 4.3.1

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
  • 6f7efc9 Merge pull request #878 from zeenix/releases
  • d0aa313 🔖 zb,zm: Release 4.3.1
  • 2397b5f 🔖 zv,zd: Release 4.1.2
  • c8907b0 Merge pull request #877 from zeenix/server-service
  • b152e0d 📝 README: "server" -> "service"
  • 4a939fa Merge pull request #875 from zeenix/interface-proxy-error
  • bc3a77a Merge pull request #876 from dbus2/renovate/quick-xml-0.x
  • 88b652c ✅ zb: Check errors from fallible methods in e2e test
  • ab2cae9 🥅 zm: interface-generated proxy should use the same error types
  • 0cbbca4 ⬆️ Update quick-xml to 0.35
  • Additional commits viewable in compare view

Updates zvariant from 4.1.1 to 4.1.2

Release notes

Sourced from zvariant's releases.

🔖 zvariant 4.1.2

  • 🐛 implement Hash and Eq properly for Value::F64.
  • 🐛 Fix serialization of Value containing a dictionary for GVariant format. #868
  • 🚨 Fix new clippy warnings.
Commits
  • 6f7efc9 Merge pull request #878 from zeenix/releases
  • d0aa313 🔖 zb,zm: Release 4.3.1
  • 2397b5f 🔖 zv,zd: Release 4.1.2
  • c8907b0 Merge pull request #877 from zeenix/server-service
  • b152e0d 📝 README: "server" -> "service"
  • 4a939fa Merge pull request #875 from zeenix/interface-proxy-error
  • bc3a77a Merge pull request #876 from dbus2/renovate/quick-xml-0.x
  • 88b652c ✅ zb: Check errors from fallible methods in e2e test
  • ab2cae9 🥅 zm: interface-generated proxy should use the same error types
  • 0cbbca4 ⬆️ Update quick-xml to 0.35
  • Additional commits viewable in compare view

Updates zvariant_derive from 4.1.1 to 4.1.2

Commits
  • 55d9646 Merge pull request #658 from zeenix/rel-4.1.2
  • 8bcc6aa 🔖 zb,zm: Release 4.1.2
  • 85efd58 🔖 zv,zd: Release 4.0.2
  • 84aa0e5 ⏪️ Revert "📌 zm,zd: Unpin zvariant_utils version in Cargo.toml files"
  • e0a6344 Merge pull request #657 from zeenix/upgrade-nix-0.28
  • ffd0136 ⬆️ zb: Bump nix to 0.28
  • See full diff 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.117` | `1.0.119` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.0.100` | `1.0.104` |
| [log](https://github.com/rust-lang/log) | `0.4.21` | `0.4.22` |
| [object](https://github.com/gimli-rs/object) | `0.36.0` | `0.36.1` |
| [plist](https://github.com/ebarnard/rust-plist) | `1.6.1` | `1.7.0` |
| [serde_with](https://github.com/jonasbb/serde_with) | `3.8.1` | `3.8.2` |
| [serde_with_macros](https://github.com/jonasbb/serde_with) | `3.8.1` | `3.8.2` |
| [tinyvec](https://github.com/Lokathor/tinyvec) | `1.6.0` | `1.6.1` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.9.0` | `1.9.1` |
| [zbus](https://github.com/dbus2/zbus) | `4.3.0` | `4.3.1` |
| [zbus_macros](https://github.com/dbus2/zbus) | `4.3.0` | `4.3.1` |
| [zvariant](https://github.com/dbus2/zbus) | `4.1.1` | `4.1.2` |
| [zvariant_derive](https://github.com/dbus2/zbus) | `4.1.1` | `4.1.2` |


Updates `serde_json` from 1.0.117 to 1.0.119
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.117...v1.0.119)

Updates `cc` from 1.0.100 to 1.0.104
- [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.0.100...cc-v1.0.104)

Updates `log` from 0.4.21 to 0.4.22
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.21...0.4.22)

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

Updates `plist` from 1.6.1 to 1.7.0
- [Release notes](https://github.com/ebarnard/rust-plist/releases)
- [Commits](ebarnard/rust-plist@v1.6.1...v1.7.0)

Updates `serde_with` from 3.8.1 to 3.8.2
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.8.1...v3.8.2)

Updates `serde_with_macros` from 3.8.1 to 3.8.2
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.8.1...v3.8.2)

Updates `tinyvec` from 1.6.0 to 1.6.1
- [Changelog](https://github.com/Lokathor/tinyvec/blob/main/CHANGELOG.md)
- [Commits](Lokathor/tinyvec@v1.6.0...v1.6.1)

Updates `uuid` from 1.9.0 to 1.9.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.9.0...1.9.1)

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

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

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

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

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: log
  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: plist
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: serde_with
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde_with_macros
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tinyvec
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: uuid
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: zbus
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: zbus_macros
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: zvariant
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: zvariant_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
...

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 Jul 1, 2024
@github-actions github-actions bot merged commit 627a18b into main Jul 1, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/src-tauri/all-c1459a8e21 branch July 1, 2024 13:48
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.

None yet

0 participants