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 15 updates #159

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

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

Package From To
serde 1.0.188 1.0.189
tauri 1.4.1 1.5.2
tauri-build 1.4.0 1.5.0
aho-corasick 1.1.1 1.1.2
async-trait 0.1.73 0.1.74
bstr 1.6.2 1.7.0
deranged 0.3.8 0.3.9
flate2 1.0.27 1.0.28
json-patch 1.1.0 1.2.0
regex 1.9.6 1.10.1
rustix 0.37.24 0.37.25
semver 1.0.19 1.0.20
time 0.3.29 0.3.30
tracing 0.1.37 0.1.39
winnow 0.5.16 0.5.17

Updates serde from 1.0.188 to 1.0.189

Release notes

Sourced from serde's releases.

v1.0.189

  • Fix "cannot infer type" error when internally tagged enum contains untagged variant (#2613, thanks @​ahl)
Commits
  • e94fc65 Release 1.0.189
  • b908487 Remove double nesting of first_attempt
  • 2a7c7fa Merge pull request #2613 from ahl/fix-untagged-plus-simple
  • e302e15 Merge pull request #2625 from marcospb19/add-csv-to-the-list
  • 1cbea89 Add CSV to the formats list
  • 37a3285 Update ui test suite to nightly-2023-10-06
  • 8c4aad3 Clean up unneeded raw strings in test
  • 1774794 Resolve needless_raw_string_hashes clippy lint in test
  • 1af23f1 Test docs.rs documentation build in CI
  • 94fbc3d fix clippy
  • Additional commits viewable in compare view

Updates tauri from 1.4.1 to 1.5.2

Release notes

Sourced from tauri's releases.

tauri v1.5.2

Updating crates.io index

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 574 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (528 crate dependencies)
Crate:     kuchiki
Version:   0.8.1
Warning:   unmaintained
Title:     `kuchiki` is unmaintained
Date:      2023-01-21
ID:        RUSTSEC-2023-0019
URL:       https://rustsec.org/advisories/RUSTSEC-2023-0019
Dependency tree:
kuchiki 0.8.1
└── wry 0.24.4
    └── tauri-runtime-wry 0.14.1
        └── tauri 1.5.2
            ├── tauri 1.5.2
            ├── restart 0.1.0
            └── app-updater 0.1.0

Crate: atty Version: 0.2.14 Warning: unsound Title: Potential unaligned read Date: 2021-07-04 ID: RUSTSEC-2021-0145 URL: https://rustsec.org/advisories/RUSTSEC-2021-0145 Dependency tree: atty 0.2.14 └── clap 3.2.25 └── tauri 1.5.2 ├── tauri 1.5.2 ├── restart 0.1.0 └── app-updater 0.1.0

warning: 2 allowed warnings found

[1.5.2]

Bug Fixes

... (truncated)

Commits
  • 441eb4f Apply Version Updates From Current Changes (v1) (#7988)
  • bab05ff fix(ci): properly detect @​tauri-apps/cli release id from covector output (#8004)
  • f552c17 fix(bundler): WebView2 offline installer GUID changes (#7998)
  • 21cdbb4 fix: truncate file when not appending in writeFile, closes #7973 (#7982)
  • 1241014 Apply Version Updates From Current Changes (v1) (#7960)
  • 40d3400 fix(bundler): team ID is now required for notarytool via app password (#7972)
  • cdd5516 fix(bundler): Use escaped installer path when starting the updater setup, fix...
  • 19249d7 Apply Version Updates From Current Changes (v1) (#7938)
  • d6eb46c fix(macos): fix notraytool's apple-id option name, close #7917 (#7934)
  • 3671edb fix(core): toggle devtools via global shortcut (#7937)
  • Additional commits viewable in compare view

Updates tauri-build from 1.4.0 to 1.5.0

Release notes

Sourced from tauri-build's releases.

tauri-build v1.5.0

Updating crates.io index

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 573 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (524 crate dependencies)
Crate:     kuchiki
Version:   0.8.1
Warning:   unmaintained
Title:     `kuchiki` is unmaintained
Date:      2023-01-21
ID:        RUSTSEC-2023-0019
URL:       https://rustsec.org/advisories/RUSTSEC-2023-0019
Dependency tree:
kuchiki 0.8.1
└── wry 0.24.4
    └── tauri-runtime-wry 0.14.1
        └── tauri 1.5.0
            ├── tauri 1.5.0
            ├── restart 0.1.0
            └── app-updater 0.1.0

Crate: atty Version: 0.2.14 Warning: unsound Title: Potential unaligned read Date: 2021-07-04 ID: RUSTSEC-2021-0145 URL: https://rustsec.org/advisories/RUSTSEC-2021-0145 Dependency tree: atty 0.2.14 └── clap 3.2.25 └── tauri 1.5.0 ├── tauri 1.5.0 ├── restart 0.1.0 └── app-updater 0.1.0

warning: 2 allowed warnings found

[1.5.0]

What's Changed

... (truncated)

Commits
  • a3277a2 Apply Version Updates From Current Changes (v1) (#7924)
  • d1e09da hotfix(build): bump tauri-build to 1.5 (#7918)
  • c001a91 fix(ci): update tauri-driver's Cargo.lock file on version bump (#7915)
  • 0af553d Apply Version Updates From Current Changes (v1) (#7261)
  • e9e68ab fix(ci): downgrade async-executor to 1.5.2 (#7911)
  • c68fbfc fix: Returns a warning instead of panicking if an AppImage is not mounted, cl...
  • d1858de fix(cli): help output mixed up for private-key and private-key-path (#7901)
  • 9aa34ad feat(core): Allow http origin on Windows, fixes: #3007 (#7645)
  • e8ff6b1 docs: change icon help output to ask for 1024px source icons, closes #7886 ...
  • 5ecb46b fix: rpath missing from app, closes #7710 (#7773)
  • Additional commits viewable in compare view

Updates aho-corasick from 1.1.1 to 1.1.2

Commits

Updates async-trait from 0.1.73 to 0.1.74

Release notes

Sourced from async-trait's releases.

0.1.74

  • Documentation improvements
Commits
  • 265979b Release 0.1.74
  • 5e67709 Fix doc test when async fn in trait is natively supported
  • ef144ae Update ui test suite to nightly-2023-10-15
  • 9398a28 Test docs.rs documentation build in CI
  • 8737173 Update ui test suite to nightly-2023-09-24
  • 5ba643c Test dyn Trait containing async fn
  • 247c8e7 Add ui test testing the recommendation to use async-trait
  • 799db66 Update ui test suite to nightly-2023-09-23
  • 0e60248 Update actions/checkout@v3 -> v4
  • 7fcbc83 Update ui test suite to nightly-2023-08-29
  • See full diff in compare view

Updates bstr from 1.6.2 to 1.7.0

Commits

Updates deranged from 0.3.8 to 0.3.9

Commits

Updates flate2 from 1.0.27 to 1.0.28

Release notes

Sourced from flate2's releases.

1.0.28

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.27...1.0.28

Commits
  • a99b53e Merge pull request #378 from Byron/prep-release
  • 223f829 Merge pull request #380 from Manishearth/reset-stream
  • 7a61ea5 Reset StreamWrapper after calling mz_inflate / mz_deflate
  • 1260d3e prepare next patch-release
  • f62ff42 Merge pull request #375 from georeth/fix-read-doc
  • 5b23cc9 Fix and unify docs of bufread and read types.
  • f285e9a Merge pull request #373 from anforowicz/fix-spare-capacity-handling
  • 69972b8 Fix soundness of write_to_spare_capacity_of_vec.
  • 82e45fa Refactoring: Dedupe code into write_to_spare_capacity_of_vec helper.
  • 20cdcbe Merge pull request #371 from jongiddy/jgiddy/msrv-1.53
  • Additional commits viewable in compare view

Updates json-patch from 1.1.0 to 1.2.0

Commits

Updates regex from 1.9.6 to 1.10.1

Changelog

Sourced from regex's changelog.

1.10.1 (2023-10-14)

This is a new patch release with a minor increase in the number of valid patterns and a broadening of some literal optimizations.

New features:

  • FEATURE 04f5d7be: Loosen ASCII-compatible rules such that regexes like (?-u:☃) are now allowed.

Performance improvements:

  • PERF 8a8d599f: Broader the reverse suffix optimization to apply in more cases.

1.10.0 (2023-10-09)

This is a new minor release of regex that adds support for start and end word boundary assertions. That is, \< and \>. The minimum supported Rust version has also been raised to 1.65, which was released about one year ago.

The new word boundary assertions are:

  • \< or \b{start}: a Unicode start-of-word boundary (\W|\A on the left, \w on the right).
  • \> or \b{end}: a Unicode end-of-word boundary (\w on the left, \W|\z on the right)).
  • \b{start-half}: half of a Unicode start-of-word boundary (\W|\A on the left).
  • \b{end-half}: half of a Unicode end-of-word boundary (\W|\z on the right).

The \< and \> are GNU extensions to POSIX regexes. They have been added to the regex crate because they enjoy somewhat broad support in other regex engines as well (for example, vim). The \b{start} and \b{end} assertions are aliases for \< and \>, respectively.

The \b{start-half} and \b{end-half} assertions are not found in any other regex engine (although regex engines with general look-around support can certainly express them). They were added principally to support the implementation of word matching in grep programs, where one generally wants to be a bit more flexible in what is considered a word boundary.

New features:

... (truncated)

Commits
  • 5dff4bd 1.10.1
  • d242ede deps: bump regex-automata to 0.4.2
  • 488604d regex-automata-0.4.2
  • ee01ec2 deps: bump regex-syntax to 0.8.2
  • 1dbeee7 regex-syntax-0.8.2
  • 049d063 changelog: 1.10.1
  • 8a8d599 automata/meta: tweak reverse suffix prefilter strategy
  • 04f5d7b syntax: loosen ASCII compatible rules
  • cfd0ca2 automata/meta: force some prefilter inlining
  • 25ad29f bench: add a redirect
  • Additional commits viewable in compare view

Updates rustix from 0.37.24 to 0.37.25

Commits

Updates semver from 1.0.19 to 1.0.20

Release notes

Sourced from semver's releases.

1.0.20

  • Add a method for comparing versions by precedence (#305)
Commits

Updates time from 0.3.29 to 0.3.30

Release notes

Sourced from time's releases.

v0.3.30

See the changelog for details.

Changelog

Sourced from time's changelog.

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

Updates tracing from 0.1.37 to 0.1.39

Release notes

Sourced from tracing's releases.

tracing 0.1.39

This release adds several additional features to the tracing macros. In addition, it updates the tracing-core dependency to [v0.1.32][core-0.1.32] and the tracing-attributes dependency to [v0.1.27][attrs-0.1.27].

Added

  • Allow constant field names in macros (#2617)
  • Allow setting event names in macros (#2699)
  • core: Allow ValueSets of any length (#2508)

Changed

  • tracing-attributes: updated to [0.1.27][attrs-0.1.27]
  • tracing-core: updated to [0.1.32][core-0.1.32]
  • attributes: Bump minimum version of proc-macro2 to 1.0.60 (#2732)
  • attributes: Generate less dead code for async block return type hint (#2709)

Fixed

  • Use fully qualified names in macros for items exported from std prelude (#2621, #2757)
  • attributes: Allow [clippy::let_with_type_underscore] in macro-generated code (#2609)
  • attributes: Allow unknown_lints in macro-generated code (#2626)
  • attributes: Fix a compilation error in #[instrument] when the "log" feature is enabled (#2599)

Documented

  • Add axum-insights to relevant crates. (#2713)
  • Fix link to RAI pattern crate documentation (#2612)
  • Fix docs typos and warnings (#2581)
  • Add clippy-tracing to related crates (#2628)
  • Add tracing-cloudwatch to related crates (#2667)
  • Fix deadlink to tracing-etw repo (#2602)

#2617: tokio-rs/tracing#2617 #2699: tokio-rs/tracing#2699 #2508: tokio-rs/tracing#2508 #2621: tokio-rs/tracing#2621 #2713: tokio-rs/tracing#2713 #2581: tokio-rs/tracing#2581 #2628: tokio-rs/tracing#2628 #2667: tokio-rs/tracing#2667 #2602: tokio-rs/tracing#2602 #2626: tokio-rs/tracing#2626 #2757: tokio-rs/tracing#2757 #2732: tokio-rs/tracing#2732 #2709: tokio-rs/tracing#2709

... (truncated)

Commits
  • 4b99457 chore: prepare tracing 0.1.39 (#2755)
  • b2a5e11 tracing: update core to v0.1.31 and attributes to v0.1.27
  • 3825a50 tracing: use full path when calling format_args! (#2757)
  • c4b2a56 chore: prepare tracing-core 0.1.32 (#2754)
  • 2502f19 chore: prepare tracing-attributes 0.1.27 (#2756)
  • 9048762 Revert "log: update to env_logger 0.10 to fix GHSA-g98v-hv3f-hcfr (#2740)" (#...
  • 6ba5af2 docs: remove mention of Registration on v0.1.x (#2753)
  • 11aac9a log: deprecate env_logger in favor of tracing_subscriber::fmt::Subscriber...
  • 2f27752 chore: remove env_logger from hyper example
  • f96846d attributes: fix typo "overriden" => "overridden" (#2719)
  • Additional commits viewable in compare view

Updates winnow from 0.5.16 to 0.5.17

Changelog

Sourced from winnow's changelog.

[0.5.17] - 2023-10-13

Documentation

  • Provide lexer/parser example with details on handling of custom tokens
Commits
  • 897cd5e chore: Release
  • 9410634 docs: Update changelog
  • db577d9 Merge pull request #348 from epage/custom
  • c878116 docs(topic): Expand on custom tokens
  • e7e9b52 docs(examples): Add lexer/parser example
  • ecca81d fix: Allow custom tokens for Fn ContainsToken
  • 03c26b4 test(examples): Make arithmetic benches 1:1
  • 628760d refactor(example): Clean up main
  • 921a2a3 test(examples): Align arithmetic tests
  • eac1456 refactor(example): Further clean up of arithmetic
  • 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 15 updates:

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.188` | `1.0.189` |
| [tauri](https://github.com/tauri-apps/tauri) | `1.4.1` | `1.5.2` |
| [tauri-build](https://github.com/tauri-apps/tauri) | `1.4.0` | `1.5.0` |
| [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `1.1.1` | `1.1.2` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.73` | `0.1.74` |
| [bstr](https://github.com/BurntSushi/bstr) | `1.6.2` | `1.7.0` |
| [deranged](https://github.com/jhpratt/deranged) | `0.3.8` | `0.3.9` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.27` | `1.0.28` |
| [json-patch](https://github.com/idubrov/json-patch) | `1.1.0` | `1.2.0` |
| [regex](https://github.com/rust-lang/regex) | `1.9.6` | `1.10.1` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.37.24` | `0.37.25` |
| [semver](https://github.com/dtolnay/semver) | `1.0.19` | `1.0.20` |
| [time](https://github.com/time-rs/time) | `0.3.29` | `0.3.30` |
| [tracing](https://github.com/tokio-rs/tracing) | `0.1.37` | `0.1.39` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.5.16` | `0.5.17` |


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

Updates `tauri` from 1.4.1 to 1.5.2
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v1.4.1...tauri-v1.5.2)

Updates `tauri-build` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-build-v1.4...tauri-build-v1.5)

Updates `aho-corasick` from 1.1.1 to 1.1.2
- [Commits](BurntSushi/aho-corasick@1.1.1...1.1.2)

Updates `async-trait` from 0.1.73 to 0.1.74
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.73...0.1.74)

Updates `bstr` from 1.6.2 to 1.7.0
- [Commits](BurntSushi/bstr@1.6.2...1.7.0)

Updates `deranged` from 0.3.8 to 0.3.9
- [Commits](https://github.com/jhpratt/deranged/commits)

Updates `flate2` from 1.0.27 to 1.0.28
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.0.27...1.0.28)

Updates `json-patch` from 1.1.0 to 1.2.0
- [Changelog](https://github.com/idubrov/json-patch/blob/main/CHANGELOG.md)
- [Commits](idubrov/json-patch@v1.1.0...v1.2.0)

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

Updates `rustix` from 0.37.24 to 0.37.25
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](bytecodealliance/rustix@v0.37.24...v0.37.25)

Updates `semver` from 1.0.19 to 1.0.20
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.19...1.0.20)

Updates `time` from 0.3.29 to 0.3.30
- [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.30)

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

Updates `winnow` from 0.5.16 to 0.5.17
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.5.16...v0.5.17)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tauri
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tauri-build
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: aho-corasick
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: async-trait
  dependency-type: indirect
  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: deranged
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: flate2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: json-patch
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: regex
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: rustix
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: semver
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: time
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tracing
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  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 Oct 16, 2023
@github-actions github-actions bot merged commit b2098fb into main Oct 16, 2023
4 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/src-tauri/all-e57d05302a branch October 16, 2023 14:03
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