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 minor group across 1 directory with 26 updates #157

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps the minor group with 23 updates in the / directory:

Package From To
anyhow 1.0.81 1.0.91
serde_json 1.0.114 1.0.132
tauri 2.0.0-beta.16 2.0.0-beta.17
tauri-plugin-dialog 2.0.0-beta.6 2.0.0-rc.0
tauri-plugin-shell 2.0.0-beta.3 2.0.0-rc.0
thiserror 1.0.58 1.0.65
whoami 1.5.1 1.5.2
aws_lambda_events 0.15.0 0.15.1
futures 0.3.30 0.3.31
lambda_runtime 0.10.0 0.13.0
log 0.4.21 0.4.22
rustls 0.21.11 0.21.12
serde 1.0.197 1.0.210
tokio 1.36.0 1.41.0
webpki-roots 0.25.4 0.26.6
base64 0.22.0 0.22.1
chrono 0.4.35 0.4.38
delegate 0.12.0 0.13.1
itertools 0.12.1 0.13.0
mailparse 0.14.1 0.15.0
mime_guess 2.0.4 2.0.5
regex 1.10.4 1.11.1
tempfile 3.10.1 3.11.0

Updates anyhow from 1.0.81 to 1.0.91

Release notes

Sourced from anyhow's releases.

1.0.91

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#388)

1.0.90

  • Documentation improvements

1.0.89

  • Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72 (#386)

1.0.88

  • Documentation improvements

1.0.87

  • Support more APIs, including Error::new and Error::chain, in no-std mode on Rust 1.81+ (#383)

1.0.86

  • Fix parse error in ensure! with non-literal after minus sign (#373)

1.0.85

  • Improve ensure! macro's rules to unblock some rustc pretty-printer improvements (#368, #371)

1.0.84

  • Disallow calling ensure! through a Not impl for a type that is not bool (#367)

1.0.83

  • Integrate compile-time checking of cfgs (#363)

1.0.82

  • Documentation improvements
Commits
  • 6c52daa Release 1.0.91
  • 4986853 Merge pull request #388 from dtolnay/outdir
  • f130b76 Clean up dep-info files from OUT_DIR
  • a0b868a Release 1.0.90
  • 0f74169 Improve rendering of inline code in macros documentation
  • 8ce4560 Ignore needless_lifetimes clippy lint
  • be64707 Resolve used_underscore_items pedantic clippy lint
  • 9d3fb6d Release 1.0.89
  • 830c399 Merge pull request #386 from dtolnay/unwindsafe
  • 8454be3 Ensure UnwindSafe even with "backtrace" feature enabled and old Rust
  • Additional commits viewable in compare view

Updates serde_json from 1.0.114 to 1.0.132

Release notes

Sourced from serde_json's releases.

1.0.132

  • Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#1205)
  • Improve performance of JSON array and JSON object deserialization by about 8% (#1206)

1.0.131

  • Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#1135, thanks @​swlynch99)

1.0.130

  • Support converting and deserializing Number from i128 and u128 (#1141, thanks @​druide)

1.0.129

1.0.128

  • Support serializing maps containing 128-bit integer keys to serde_json::Value (#1188, thanks @​Mrreadiness)

1.0.127

1.0.126

  • Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#1182, thanks @​CryZe)

1.0.125

  • Speed up \uXXXX parsing and improve handling of unpaired surrogates when deserializing to bytes (#1172, #1175, thanks @​purplesyringa)

v1.0.124

v1.0.123

v1.0.122

  • Support using json! in no-std crates (#1166)

v1.0.121

v1.0.120

  • Correctly specify required version of indexmap dependency (#1152, thanks @​cforycki)

v1.0.119

v1.0.118

v1.0.117

  • Resolve unexpected_cfgs warning (#1130)

v1.0.116

... (truncated)

Commits
  • 86d933c Release 1.0.132
  • f45b422 Merge pull request #1206 from dtolnay/hasnext
  • f2082d2 Clearer order of comparisons
  • 0f54a1a Handle early return sooner on eof in seq or map
  • 2a4cb44 Rearrange 'match peek'
  • 4cb90ce Merge pull request #1205 from dtolnay/hasnext
  • b71ccd2 Reduce duplicative instantiation of logic in SeqAccess and MapAccess
  • a810ba9 Release 1.0.131
  • 0d084c5 Touch up PR 1135
  • b4954a9 Merge pull request #1135 from swlynch99/map-deserializer
  • Additional commits viewable in compare view

Updates tauri from 2.0.0-beta.16 to 2.0.0-beta.17

Commits

Updates tauri-plugin-dialog from 2.0.0-beta.6 to 2.0.0-rc.0

Commits
  • 0f34919 fix: add repository information for gelocation and haptics
  • 4899895 fix: add missing crate metadata
  • 4db635f feat: bump to RC
  • 9606089 feat: Add geolocation and haptics plugins (#1599)
  • 34df132 feat(shell): enhance regex validators to match on entire string (#1603)
  • b1e5cae chore(deps): Update typescript-eslint from v8 alpha to stable (#1612)
  • da308af chore(deps): update dependency rollup to v4.19.2 (#1610)
  • bc85bab fix(deps): update rust crate indexmap to 2.3.0 (v2) (#1609)
  • 0c1077f chore: Add repository field to package.json
  • 518b529 publish new versions (#1590)
  • Additional commits viewable in compare view

Updates tauri-plugin-fs from 2.0.0-beta.6 to 2.0.0-rc.0

Commits
  • 0f34919 fix: add repository information for gelocation and haptics
  • 4899895 fix: add missing crate metadata
  • 4db635f feat: bump to RC
  • 9606089 feat: Add geolocation and haptics plugins (#1599)
  • 34df132 feat(shell): enhance regex validators to match on entire string (#1603)
  • b1e5cae chore(deps): Update typescript-eslint from v8 alpha to stable (#1612)
  • da308af chore(deps): update dependency rollup to v4.19.2 (#1610)
  • bc85bab fix(deps): update rust crate indexmap to 2.3.0 (v2) (#1609)
  • 0c1077f chore: Add repository field to package.json
  • 518b529 publish new versions (#1590)
  • Additional commits viewable in compare view

Updates tauri-plugin-shell from 2.0.0-beta.3 to 2.0.0-rc.0

Commits
  • 0f34919 fix: add repository information for gelocation and haptics
  • 4899895 fix: add missing crate metadata
  • 4db635f feat: bump to RC
  • 9606089 feat: Add geolocation and haptics plugins (#1599)
  • 34df132 feat(shell): enhance regex validators to match on entire string (#1603)
  • b1e5cae chore(deps): Update typescript-eslint from v8 alpha to stable (#1612)
  • da308af chore(deps): update dependency rollup to v4.19.2 (#1610)
  • bc85bab fix(deps): update rust crate indexmap to 2.3.0 (v2) (#1609)
  • 0c1077f chore: Add repository field to package.json
  • 518b529 publish new versions (#1590)
  • Additional commits viewable in compare view

Updates thiserror from 1.0.58 to 1.0.65

Release notes

Sourced from thiserror's releases.

1.0.65

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#325)

1.0.64

  • Exclude derived impls from coverage instrumentation (#322, thanks @​oxalica)

1.0.63

  • Documentation improvements

1.0.62

  • Support referring to nested tuple struct fields inside #[error("…", …)] attribute (#309)

1.0.61

  • Use core::fmt and core::panic to facilitate error_in_core support (#299, thanks @​jordens)

1.0.60

  • Resolve unexpected_cfgs warning (#298)

1.0.59

  • Unblock testing of rustc debug-fmt-detail option (#297)
Commits
  • 5088592 Release 1.0.65
  • 3309b37 Merge pull request #325 from dtolnay/outdir
  • f563b1d Clean up dep-info files from OUT_DIR
  • a72ea77 Resolve extra_unused_lifetimes clippy lint
  • 1b15d6e Ignore needless_lifetimes clippy lint
  • 84484bc Release 1.0.64
  • 023f036 Merge pull request #322 from oxalica/feat/mark-auto-derived
  • ae1f47e Mark #[automatically_derived] for generated impls
  • ab5b5e3 Upload CI Cargo.lock for reproducing failures
  • 00b3c14 Work around new dead code warning in test
  • Additional commits viewable in compare view

Updates whoami from 1.5.1 to 1.5.2

Changelog

Sourced from whoami's changelog.

[1.5.2] - 2024-09-02

Changed

  • Updated redox_syscall to 0.5
  • Replace target_os = daku with daku cfg
  • Improved repository documentation
Commits

Updates tauri-build from 2.0.0-beta.13 to 2.0.0-rc.8

Commits
  • a655d9c Apply Version Updates From Current Changes (#10865)
  • bdfa953 build(deps): bump quinn-proto from 0.11.6 to 0.11.8 (#10882)
  • e885c17 build(deps): bump actions/download-artifact in /.github/workflows (#10883)
  • 77056b1 chore(tauri-runtime-wry): update tao to 0.30 and wry to 0.43 (#10895)
  • 0c46e48 chore: remove unneeded prettier config (#10885)
  • 0899e50 feat: derive serde::Serialize for SafePathBuf (#10884)
  • 976cad9 fix(resources): enhance error messages for globs (#10879)
  • 11b3ab1 ci: update setup-python action to v5 to fix deprecated node version (#10881)
  • 431ca2c enhance(core): add FromStr impl for SafePathBuf (#10870)
  • 27d0183 fix(core): clippy warnings, simplify embed_plist usage (#10844)
  • Additional commits viewable in compare view

Updates aws_lambda_events from 0.15.0 to 0.15.1

Commits

Updates futures from 0.3.30 to 0.3.31

Release notes

Sourced from futures's releases.

0.3.31

  • Fix use after free of task in FuturesUnordered when dropped future panics (#2886)
  • Fix soundness bug in task::waker_ref (#2830) This is a breaking change but allowed because it is soundness bug fix.
  • Fix bugs in AsyncBufRead::read_line and AsyncBufReadExt::lines (#2884)
  • Fix parsing issue in select!/select_biased! (#2832) This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.
  • Work around issue due to upstream Waker::will_wake change (#2865)
  • Add stream::Iter::{get_ref,get_mut,into_inner} (#2875)
  • Add future::AlwaysReady (#2825)
  • Relax trait bound on non-constructor methods of io::{BufReader,BufWriter} (#2848)
Changelog

Sourced from futures's changelog.

0.3.31 - 2024-10-05

  • Fix use after free of task in FuturesUnordered when dropped future panics (#2886)
  • Fix soundness bug in task::waker_ref (#2830) This is a breaking change but allowed because it is soundness bug fix.
  • Fix bugs in AsyncBufRead::read_line and AsyncBufReadExt::lines (#2884)
  • Fix parsing issue in select!/select_biased! (#2832) This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.
  • Work around issue due to upstream Waker::will_wake change (#2865)
  • Add stream::Iter::{get_ref,get_mut,into_inner} (#2875)
  • Add future::AlwaysReady (#2825)
  • Relax trait bound on non-constructor methods of io::{BufReader,BufWriter} (#2848)
Commits
  • 1e05281 Release 0.3.31
  • 8a8b085 Fix clippy::uninit_vec warning
  • f3fb74d Document how BoxFutures / BoxStreams are often made (#2887)
  • f00e7af Fix use after free of task in FuturesUnordered when dropped future panics (#2...
  • 33c46b3 ci: Work around sanitizer issue on latest Linux kernel
  • 7bf5a72 Fix issues with AsyncBufRead::read_line and AsyncBufReadExt::lines (#2884)
  • 87afaf3 Use #[inline(always)] on clone_arc_raw (#2865)
  • 549b90b Add accessors for the inner of stream::Iter (#2875)
  • 07b004a Add missing symbols (#2883)
  • 86dc069 Various fixes too make the CI green (#2885)
  • Additional commits viewable in compare view

Updates lambda_runtime from 0.10.0 to 0.13.0

Release notes

Sourced from lambda_runtime's releases.

lambda-events-0.13.0

What's Changed

New Contributors

Full Changelog: awslabs/aws-lambda-rust-runtime@lambda-events-0.12.1...lambda-events-0.13.0

Lambda Events 0.12.1

What's Changed

New Contributors

Full Changelog: awslabs/aws-lambda-rust-runtime@lambda-events-0.12.0...lambda-events-0.12.1

Lambda Events 0.12.0

What's Changed

Full Changelog: awslabs/aws-lambda-rust-runtime@lambda-events-0.11.1...lambda-events-0.12.0

lambda-runtime-0.12.0

What's Changed

New Contributors

... (truncated)

Commits

Updates log from 0.4.21 to 0.4.22

Release notes

Sourced from log's releases.

0.4.22

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.21...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 rustls from 0.21.11 to 0.21.12

Commits
  • 3633152 Cargo: v0.21.11 -> v0.21.12
  • 0baaeba proj: MSRV 1.61 -> 1.63
  • 6fd691a tls13: fix clippy::unnecessary_lazy_evaluations finding
  • 6da5337 Test for illegal IP address in server name extension
  • 75f8857 Ignore server_name extension containing IP address
  • See full diff in compare view

Updates serde from 1.0.197 to 1.0.210

Release notes

Sourced from serde's releases.

v1.0.210

  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#2816, thanks @​MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#2818)

v1.0.209

  • Fix deserialization of empty structs and empty tuples inside of untagged enums (#2805, thanks @​Mingun)

v1.0.208

  • Support serializing and deserializing unit structs in a flatten field (#2802, thanks @​jonhoo)

v1.0.207

  • Improve interactions between flatten attribute and skip_serializing/skip_deserializing (#2795, thanks @​Mingun)

v1.0.206

  • Improve support for flatten attribute inside of enums (#2567, thanks @​Mingun)

v1.0.205

  • Use serialize_entry instead of serialize_key + serialize_value when serialize flattened newtype enum variants (#2785, thanks @​Mingun)
  • Avoid triggering a collection_is_never_read lint in the deserialization of enums containing flattened fields (#2791)

v1.0.204

  • Apply #[diagnostic::on_unimplemented] attribute on Rust 1.78+ to suggest adding serde derive or enabling a "serde" feature flag in dependencies (#2767, thanks @​weiznich)

v1.0.203

  • Documentation improvements (#2747)

v1.0.202

  • Provide public access to RenameAllRules in serde_derive_internals (#2743)

v1.0.201

  • Resolve unexpected_cfgs warning (#2737)

v1.0.200

  • Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats (#2733, thanks @​jamessan)

v1.0.199

  • Fix ambiguous associated item when forward_to_deserialize_any! is used on an enum with Error variant (#2732, thanks @​aatifsyed)

v1.0.198

Commits
  • 89c4b02 Release 1.0.210
  • eeb8e44 Merge pull request #2818 from dtolnay/coreerror
  • 785c2d9 Stabilize no-std StdError trait
  • d549f04 Reformat parse_ip_impl definition and calls
  • 4c0dd63 Delete attr support from core::net deserialization macros
  • 26fb134 Relocate cfg attrs out of parse_ip_impl and parse_socket_impl
  • 07e614b Merge pull request #2817 from dtolnay/corenet
  • b1f899f Delete doc(cfg) attribute from impls that are supported in no-std
  • b4f860e Merge pull request #2816 from MathiasKoch/chore/core-net
  • d940fe1 Reuse existing Buf wrapper as replacement for std::io::Write
  • Additional commits viewable in compare view

Updates serde_derive from 1.0.197 to 1.0.210

Release notes

Sourced from serde_derive's releases.

v1.0.210

  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#2816, thanks @​MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#2818)

v1.0.209

  • Fix deserialization of empty structs and empty tuples inside of untagged enums (#2805, thanks @​Mingun)

v1.0.208

  • Support serializing and deserializing unit structs in a flatten field (#2802, thanks

Bumps the minor group with 23 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.81` | `1.0.91` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.114` | `1.0.132` |
| [tauri](https://github.com/tauri-apps/tauri) | `2.0.0-beta.16` | `2.0.0-beta.17` |
| [tauri-plugin-dialog](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-beta.6` | `2.0.0-rc.0` |
| [tauri-plugin-shell](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-beta.3` | `2.0.0-rc.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.58` | `1.0.65` |
| [whoami](https://github.com/ardaku/whoami) | `1.5.1` | `1.5.2` |
| [aws_lambda_events](https://github.com/awslabs/aws-lambda-rust-runtime) | `0.15.0` | `0.15.1` |
| [futures](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
| [lambda_runtime](https://github.com/awslabs/aws-lambda-rust-runtime) | `0.10.0` | `0.13.0` |
| [log](https://github.com/rust-lang/log) | `0.4.21` | `0.4.22` |
| [rustls](https://github.com/rustls/rustls) | `0.21.11` | `0.21.12` |
| [serde](https://github.com/serde-rs/serde) | `1.0.197` | `1.0.210` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.36.0` | `1.41.0` |
| [webpki-roots](https://github.com/rustls/webpki-roots) | `0.25.4` | `0.26.6` |
| [base64](https://github.com/marshallpierce/rust-base64) | `0.22.0` | `0.22.1` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.35` | `0.4.38` |
| [delegate](https://github.com/kobzol/rust-delegate) | `0.12.0` | `0.13.1` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.12.1` | `0.13.0` |
| [mailparse](https://github.com/staktrace/mailparse) | `0.14.1` | `0.15.0` |
| [mime_guess](https://github.com/abonander/mime_guess) | `2.0.4` | `2.0.5` |
| [regex](https://github.com/rust-lang/regex) | `1.10.4` | `1.11.1` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.10.1` | `3.11.0` |



Updates `anyhow` from 1.0.81 to 1.0.91
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.81...1.0.91)

Updates `serde_json` from 1.0.114 to 1.0.132
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.114...1.0.132)

Updates `tauri` from 2.0.0-beta.16 to 2.0.0-beta.17
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-beta.16...tauri-v2.0.0-beta.17)

Updates `tauri-plugin-dialog` from 2.0.0-beta.6 to 2.0.0-rc.0
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@os-v2.0.0-beta.6...os-v2.0.0-rc.0)

Updates `tauri-plugin-fs` from 2.0.0-beta.6 to 2.0.0-rc.0
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@os-v2.0.0-beta.6...os-v2.0.0-rc.0)

Updates `tauri-plugin-shell` from 2.0.0-beta.3 to 2.0.0-rc.0
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@os-v2.0.0-beta.3...os-v2.0.0-rc.0)

Updates `thiserror` from 1.0.58 to 1.0.65
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.58...1.0.65)

Updates `whoami` from 1.5.1 to 1.5.2
- [Changelog](https://github.com/ardaku/whoami/blob/v1/CHANGELOG.md)
- [Commits](ardaku/whoami@v1.5.1...v1.5.2)

Updates `tauri-build` from 2.0.0-beta.13 to 2.0.0-rc.8
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-build-v2.0.0-beta.13...tauri-build-v2.0.0-rc.8)

Updates `aws_lambda_events` from 0.15.0 to 0.15.1
- [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases)
- [Commits](https://github.com/awslabs/aws-lambda-rust-runtime/commits)

Updates `futures` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.30...0.3.31)

Updates `lambda_runtime` from 0.10.0 to 0.13.0
- [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases)
- [Commits](awslabs/aws-lambda-rust-runtime@lambda-http-0.10.0...lambda-http-0.13.0)

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 `rustls` from 0.21.11 to 0.21.12
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.21.11...v/0.21.12)

Updates `serde` from 1.0.197 to 1.0.210
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.197...v1.0.210)

Updates `serde_derive` from 1.0.197 to 1.0.210
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.197...v1.0.210)

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

Updates `webpki-roots` from 0.25.4 to 0.26.6
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](rustls/webpki-roots@v/0.25.4...v/0.26.6)

Updates `base64` from 0.22.0 to 0.22.1
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.22.0...v0.22.1)

Updates `chrono` from 0.4.35 to 0.4.38
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.35...v0.4.38)

Updates `delegate` from 0.12.0 to 0.13.1
- [Changelog](https://github.com/Kobzol/rust-delegate/blob/main/CHANGELOG.md)
- [Commits](Kobzol/rust-delegate@v0.12.0...v0.13.1)

Updates `itertools` from 0.12.1 to 0.13.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.12.1...v0.13.0)

Updates `mailparse` from 0.14.1 to 0.15.0
- [Commits](staktrace/mailparse@v0.14.1...v0.15.0)

Updates `mime_guess` from 2.0.4 to 2.0.5
- [Commits](https://github.com/abonander/mime_guess/commits)

Updates `regex` from 1.10.4 to 1.11.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.10.4...1.11.1)

Updates `tempfile` from 3.10.1 to 3.11.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.10.1...v3.11.0)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tauri
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tauri-plugin-dialog
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tauri-plugin-fs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tauri-plugin-shell
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: whoami
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tauri-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: aws_lambda_events
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: lambda_runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: serde_derive
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: webpki-roots
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: delegate
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: mailparse
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: mime_guess
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the type/dependencies Pull requests that update a dependency file label Oct 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2024

Superseded by #158.

@dependabot dependabot bot closed this Nov 4, 2024
@dependabot dependabot bot deleted the dependabot/cargo/minor-5480b8e3d3 branch November 4, 2024 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants