chore(deps): bump the rust group across 1 directory with 7 updates#191
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): bump the rust group across 1 directory with 7 updates#191dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the rust group with 7 updates in the /src-tauri directory: | Package | From | To | | --- | --- | --- | | [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.134` | | [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.216` | | [tauri](https://github.com/tauri-apps/tauri) | `1.8.0` | `1.8.1` | | [vaultrs](https://github.com/jmgilman/vaultrs) | `0.7.2` | `0.7.3` | | [vaultrs-login](https://github.com/jmgilman/vaultrs) | `0.2.1` | `0.2.2` | | [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.42.0` | | [tauri-build](https://github.com/tauri-apps/tauri) | `1.5.5` | `2.0.3` | Updates `serde_json` from 1.0.128 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.128...v1.0.134) Updates `serde` from 1.0.210 to 1.0.216 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.210...v1.0.216) Updates `tauri` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](tauri-apps/tauri@tauri-v1.8.0...tauri-v1.8.1) Updates `vaultrs` from 0.7.2 to 0.7.3 - [Release notes](https://github.com/jmgilman/vaultrs/releases) - [Changelog](https://github.com/jmgilman/vaultrs/blob/master/CHANGELOG.md) - [Commits](jmgilman/vaultrs@v0.7.2...v0.7.3) Updates `vaultrs-login` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/jmgilman/vaultrs/releases) - [Changelog](https://github.com/jmgilman/vaultrs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jmgilman/vaultrs/commits) Updates `tokio` from 1.40.0 to 1.42.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.42.0) Updates `tauri-build` from 1.5.5 to 2.0.3 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](tauri-apps/tauri@tauri-build-v1.5.5...tauri-build-v2.0.3) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: tauri dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: vaultrs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: vaultrs-login dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust - dependency-name: tauri-build dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the rust group with 7 updates in the /src-tauri directory:
1.0.1281.0.1341.0.2101.0.2161.8.01.8.10.7.20.7.30.2.10.2.21.40.01.42.01.5.52.0.3Updates
serde_jsonfrom 1.0.128 to 1.0.134Release notes
Sourced from serde_json's releases.
Commits
b2a1415Release 1.0.1349875785Tweak wording of NULL/TRUE/FALSE documentation4aa05b9Merge pull request #1222 from dtolnay/rawvalueassocf42c7c7Move RawValue associated constants into same impl block as public functions96576baMerge pull request #1221 from bheylin/add-const-raw-values-for-null-and-bools4db66fbAdd'staticlifetime toconst's9c9aa1fAdd literal 'null', 'true' and 'false' consts toRawValuestruct.0903de4Release 1.0.1332b65ca0Merge pull request #1215 from dtolnay/fromarray4e5f985Implement From<[T; N]> for ValueUpdates
serdefrom 1.0.210 to 1.0.216Release notes
Sourced from serde's releases.
Commits
ad8dd41Release 1.0.216f91d2edMerge pull request #2868 from dtolnay/automaticallyderived9497463Mark all generated trait impls as #[automatically_derived]46e9ecfMerge pull request #2866 from tdittr/mark-visitors-as-generatede9c399cMark generatedimpl de::Visitorblocks as#[automatically_derived]b9dbfcbSwitch out fnv in favor of foldhash in testc270e27Use BuildHasher instead of Hasher in collection macros0307f60Resolve question_mark clippy lint in build script8939af4Release 1.0.215fa5d58cUse ui test syntax that does not interfere with rustfmtUpdates
taurifrom 1.8.0 to 1.8.1Release notes
Sourced from tauri's releases.
... (truncated)
Commits
e7153a8apply version updates (#11075)3c7258dfix(ci): run on ubuntu 22.04 (#11358)c4b77c0fix(ci): downgrade MSRV conflicting crates (#11357)343b11dfeat: add deno support (#11305)a5435b0fix(ci): msrv downgrade script (#11286)c72cd45fix(core): deadlock when creating new window with tracing feature (#11213)019f94ffix(nsis): properly handle Webview2 download return value (#11131)9ef1be4fix(updater): encode version when making requests (#11070)Updates
vaultrsfrom 0.7.2 to 0.7.3Release notes
Sourced from vaultrs's releases.
Changelog
Sourced from vaultrs's changelog.
Commits
d12c6cfMerge pull request #110 from stormshield-gt/prepare_release_0.7.3e88a785feat: release 0.7.3f1df00bFix clippy warnings5285da1Fixed formatting0d4c17dMerge pull request #100 from MattDavis00/mattdavis/93d81e9adchore: made ReadPublicKeyEntry impl PartialEq & Cloneea9b3a293: added support for reading asymmetric keys from the /transit/keys routea2d19b2Merge pull request #90 from stormshield-gt/complete_the_mount_endpoint9850320add get configuration of the secret enginea898f0badd disable mount endpoitUpdates
vaultrs-loginfrom 0.2.1 to 0.2.2Commits
Updates
tokiofrom 1.40.0 to 1.42.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
bb9d570chore: prepare Tokio v1.42.0 (#7005)af9c683tests: fix typo in build test instructions (#7004)4bc5a1aci: allow Unicode-3.0 license for unicode-ident (#7006)f8948earuntime: do not deferyield_nowinsideblock_in_place(#6999)bce9780time: usearray::from_fninstead of manually creating array (#7000)38151f3readme: unlist 1.32.x as LTS release (#6997)5dda72dci: pin valgrind to rustc 1.82 (#6998)c07257fio: simplify io readiness logic (#6966)d08578ftime: fix a typo inInstantdocs (#6982)4047d79miri: add annotations for tests with miri ignore (#6981)Updates
tauri-buildfrom 1.5.5 to 2.0.3Release notes
Sourced from tauri-build's releases.
... (truncated)
Commits
86f22f0apply version updates (#11440)3f6f07achore(deps): updatewryto0.47andtaoto0.30.6(#11627)60e86d5fix(cli):android devnot working on Windows without--host(#11624)b284358chore(deps) Update Rust crate thiserror to v2 (dev) (#11604)229d7f8fix(core): fix child webviews on macOS and Windows treated as full webview wi...c561786docs: fix typos in drag&drop event.payload (#11620)6bf9179feat(cli): addtauri removecommand (#11322)8e8312bci: unpin ravif (#11608)f550a3fchore(deps) Update Tauri Bundler (dev) (#11601)4d545abfeat: background color APIs (#11486)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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