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

chore(deps): update cargo dependencies #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 19, 2024

This PR contains the following updates:

Package Type Update Change
anyhow workspace.dependencies patch 1.0.86 -> 1.0.89
async-trait dependencies patch 0.1.81 -> 0.1.82
axum workspace.dependencies patch 0.7.5 -> 0.7.6
bytes workspace.dependencies patch 1.7.1 -> 1.7.2
clap workspace.dependencies patch 4.5.16 -> 4.5.18
prost workspace.dependencies minor 0.12 -> 0.13
prost-build workspace.dependencies minor 0.12 -> 0.13
rust_socketio dev-dependencies minor 0.4.4 -> 0.6.0
serde (source) workspace.dependencies patch 1.0.209 -> 1.0.210
serde_json workspace.dependencies patch 1.0.127 -> 1.0.128
socketioxide dependencies minor 0.11 -> 0.14
sqlx workspace.dependencies patch 0.8.1 -> 0.8.2
tauri (source) dependencies minor 1.7.2 -> 1.8.0
tauri-build (source) build-dependencies patch 1.5.4 -> 1.5.5
tower workspace.dependencies minor 0.4 -> 0.5
tower-http workspace.dependencies minor 0.5 -> 0.6

Release Notes

dtolnay/anyhow (anyhow)

v1.0.89

Compare Source

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

v1.0.88

Compare Source

  • Documentation improvements

v1.0.87

Compare Source

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

v0.1.82

Compare Source

  • Prevent elided_named_lifetimes lint being produced in generated code (#​276)
tokio-rs/axum (axum)

v0.7.6: axum-extra - v0.7.6

Compare Source

  • fixed: Remove unused dependency (#​2135)
tokio-rs/bytes (bytes)

v1.7.2

Compare Source

Fixed
  • Fix default impl of Buf::{get_int, get_int_le} (#​732)
Documented
  • Fix double spaces in comments and doc comments (#​731)
Internal changes
  • Ensure BytesMut::advance reduces capacity (#​728)
clap-rs/clap (clap)

v4.5.18

Compare Source

Features
  • (builder) Expose Arg::get_display_order and Command::get_display_order

v4.5.17

Compare Source

Fixes
  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used
tokio-rs/prost (prost)

v0.13.3

Compare Source

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

Features
  • (prost-types) Add normalized functions (#​1158)
Bug Fixes
  • (prost-build) Remove derived(Copy) on boxed fields (#​1157)
Documentation
  • (prost-types) Add description of using Any (#​1141)
  • (prost-build) Use cargo add in example (#​1149)
Styling
  • Use Path::display() when printing a path (#​1150)
  • MessageGraph::new() can't actually fail (#​1151)
  • (generated-code) Use Self in as_str_name (#​1154)
Testing
  • Actually test skip_debug for prost::Oneof (#​1148)
  • (prost-build) Validate error texts (#​1152)
  • (prost-build) Fix error texts (#​1156)
Build
  • Increase MSRV to 1.71.1 (#​1135)
  • (deps) Update pulldown-cmark to 0.12 and pulldown-cmark-to-cmark to 16 (#​1144)
  • (protobuf) Compile and install protoc on Windows (#​1145)
  • (protobuf) Use same protoc from same repo as .proto-files (#​1136)
  • (deps) Update pulldown-cmark-to-cmark from 16 to 17 (#​1155)
  • Unify assert on fixtures (#​1142)

v0.13.2

Compare Source

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

Features

  • prost-build: Add protoc executable path to Config (#​1126)
  • prost-build: Extract file descriptor loading from compile_protos() (#​1067)

Bug Fixes

  • prost-types: Fix date-time parsing (#​1096)
  • prost-types: '+' is not a numeric digit (#​1104)
  • prost-types: Converting DateTime to Timestamp is fallible (#​1095)
  • prost-types: Parse timestamp with long second fraction (#​1106)
  • prost-types: Format negative fractional duration (#​1110)
  • prost-types: Allow unknown local time offset (#​1109)

Styling

  • Remove use of legacy numeric constants (#​1089)
  • Move encoding functions into separate modules (#​1111)
  • Remove needless borrow (#​1122)

Testing

  • Add tests for public interface of DecodeError (#​1120)
  • Add parse_date fuzzing target (#​1127)
  • Fix build without std (#​1134)
  • Change some proptest to kani proofs (#​1133)
  • Add parse_duration fuzzing target (#​1129)
  • fuzz: Fix building of fuzzing targets (#​1107)
  • fuzz: Add fuzz targets to workspace (#​1117)

Miscellaneous Tasks

  • Move old protobuf benchmark into prost (#​1100)
  • Remove allow clippy::derive_partial_eq_without_eq (#​1115)
  • Run cargo test without all-targets (#​1118)
  • dependabot: Add github actions (#​1121)
  • Update to cargo clippy version 1.80 (#​1128)

Build

  • Use proc-macro in Cargo.toml (#​1102)
  • Ignore missing features in tests crates (#​1101)
  • Use separated build directory for protobuf (#​1103)
  • protobuf: Don't install unused test proto (#​1116)
  • protobuf: Use crate cmake (#​1137)
  • deps: Update devcontainer to Debian Bookworm release (#​1114)
  • deps: Bump actions/upload-artifact from 3 to 4 (#​1123)
  • deps: Bump baptiste0928/cargo-install from 2 to 3 (#​1124)
  • deps: bump model-checking/kani-github-action from 0.32 to 1.1 (#​1125)

v0.13.1

Compare Source

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

Bug fixes

  • Enum variant named Error causes ambiguous item (#​1098)

v0.13.0

Compare Source

note: this version was yanked in favor of 0.13.1

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

This major update brings new features and fixes:

Breaking changes

  • derive Copy trait for messages where possible (#​950)

    prost-build will automatically derive trait Copy for some messages. If you manually implement Copy you should remove your implementation.

  • Change generated functions signatures to remove type parameters (#​1045)

    The function signature of trait Message is changed to use impl Buf instead of a named generic type. If you implement trait Message, you should change the function signature.

  • Lightweight error value in TryFrom for enums (#​1010)

    When a impl TryFrom<i32> is generated by prost derive macros, it will now return the error type UnknownEnumValue instead of DecodeError. The new error can be used to retreive the integer value that failed to convert.

Features

  • fix: Only touch include file if contents is changed (#​1058)

    Most generated files are untouched when the contents doesn't change. Use the same mechanism for include file as well.

Dependencies

  • update env_logger requirement from 0.10 to 0.11 (#​1074)
  • update criterion requirement from 0.4 to 0.5 (#​1071)
  • Remove unused libz-sys (#​1077)
  • build(deps): update itertools requirement from >=0.10, <=0.12 to >=0.10, <=0.13 (#​1070)

Documentation

  • better checking of tag duplicates, avoid discarding invalid variant errs (#​951)
  • docs: Fix broken link warnings (#​1056)
  • Add missing LICENSE symlink (#​1086)

Internal

  • workspace package metadata (#​1036)
  • fix: Build error due to merge conflict (#​1068)
  • build: Fix release scripts (#​1055)
  • chore: Add ci to check MSRV (#​1057)
  • ci: Add all tests pass job (#​1069)
  • ci: Add Dependabot (#​957)
  • ci: Ensure both README are the same and prost version is correct (#​1078)
  • ci: Set rust version of clippy job to a fixed version (#​1090)
1c3t3a/rust-socketio (rust_socketio)

v0.6.0

Compare Source

2024.04.16

  • Fix issues with processing multi-payload messages (#​392).
    Credits to shenjackyuanjie@.
  • Bump http to 1.0 and all dependencies that use http to a version that also uses http 1.0 (#​418).
    Bumping those dependencies makes this a breaking change.

v0.5.0

Compare Source

2024.03.31

  • Support multiple arguments to the payload through a new Payload variant called
    Text that holds a JSON value (#​384).
    Credits to ctrlaltf24@​ and SalahaldinBilal@!
    Please note: This is a breaking change: Payload::String is deprecated and will be removed soon.
  • Async reconnections: Support for automatic reconnection in the async version of the crate!
    (#​400). Credits to rageshkrishna@.
  • Add an on_reconnect callback that allows to change the connection configuration
    (#​405). Credits to rageshkrishna@.
  • Fix bug that ignored the ping interval (#​359).
    Credits to sirkrypt0@​. This is a breaking change that removes the engine.io's stream impl.
    It is however replaced by a method called as_stream on the engine.io socket.
  • Add macro async_callback and async_any_callback for async callbacks (#​399.
    Credits to shenjackyuanjie@.
serde-rs/serde (serde)

v1.0.210

Compare Source

  • 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)
serde-rs/json (serde_json)

v1.0.128

Compare Source

totodore/socketioxide (socketioxide)

v0.14.1

Compare Source

What's Changed

New Contributors

Full Changelog: Totodore/socketioxide@v0.14.0...v0.14.1

v0.14.0

Compare Source

socketioxide

  • (Breaking): State reworked to avoid having unsafe global mutable state (issue #​317). Therefore State types must now implement Clone and will be cloned for each handler where the state is used.
  • (Breaking): Extensions reworked to avoid Send + Sync requirements on extensions (issue #​295). They are now extracted by Cloning. Therefore all the type must implement Clone. An Extension extractor is available to get an extension directly without calling socket.extensions.get().
  • feat: New HttpExtension types to extract extensions from the http request.
  • feat: SocketIo can now be used as an extractor. So you can now easily access the entire socket.io context from your handlers.
  • feat: Dynamic namespaces. You can know set dynamic namespaces with the dyn_ns function. You can specify patterns with the {name} syntax thanks to the matchit crate. The dynamic namespace will create a child namespace for any path that matches the given pattern with the given handler.

engineioxide

  • deps: bump tokio-tungstenite from 0.21.0 to 0.23.0.

v0.13.1

Compare Source

engineioxide

  • fix: issue #​320. Remove unnecessary panic when receiving unexpected websocket messages. This might happen with some specific socket.io clients.

v0.13.0

Compare Source

socketioxide

  • fix: issue #​311, the delete_ns fn was deadlocking the entire server when called from inside a disconnect_handler.
  • feat: the delete_ns is now gracefully closing the adapter as well as all its sockets before being removed.
  • feat: the API use Bytes rather than Vec<u8> to represent binary payloads. This allow to avoid unnecessary copies.
  • deps: use futures-util and futures-core rather than the whole futures crate.

engineioxide

  • feat: the API use Bytes/Str rather than Vec<u8> and String to represent payloads. This allow to avoid unnecessary copies.
  • deps: use futures-util and futures-core rather than the whole futures crate.

v0.12.0

Compare Source

MSRV: Minimum supported Rust version is now 1.75.

socketioxide

  • (Breaking): Introduction of connect middlewares. It allows to execute code before the connection to the namespace is established. It is useful to check the request, to authenticate the user, to log the connection etc. It is possible to add multiple middlewares and to chain them.
  • The SocketRef extractor is now Clone. Be careful to drop clones when the socket is disconnected to avoid any memory leak.
launchbadge/sqlx (sqlx)

v0.8.2

Compare Source

10 pull requests were merged this release cycle.

This release addresses a few regressions that have occurred, and refines SQLx's MSRV policy (see the FAQ).

Added
Changed
Fixed
tauri-apps/tauri (tauri)

v1.8.0: tauri v1.8.0

Compare Source

Updating crates.io index
Locking 594 packages to latest compatible versions
Adding atk v0.15.1 (latest: v0.18.0)
Adding atk-sys v0.15.1 (latest: v0.18.0)
Adding base64 v0.13.1 (latest: v0.22.1)
Adding base64 v0.21.7 (latest: v0.22.1)
Adding bit-set v0.5.3 (latest: v0.8.0)
Adding bit-vec v0.6.3 (latest: v0.8.0)
Adding bitflags v1.3.2 (latest: v2.6.0)
Adding cairo-rs v0.15.12 (latest: v0.20.1)
Adding cairo-sys-rs v0.15.1 (latest: v0.20.0)
Adding cargo_toml v0.15.3 (latest: v0.20.4)
Adding cfb v0.7.3 (latest: v0.10.0)
Adding cfg-expr v0.9.1 (latest: v0.17.0)
Adding cfg-expr v0.15.8 (latest: v0.17.0)
Adding cfg_aliases v0.1.1 (latest: v0.2.1)
Adding clap v3.2.25 (latest: v4.5.17)
Adding clap_lex v0.2.4 (latest: v0.7.2)
Adding cocoa v0.24.1 (latest: v0.26.0)
Adding cocoa-foundation v0.1.2 (latest: v0.2.0)
Adding convert_case v0.4.0 (latest: v0.6.0)
Adding core-foundation v0.9.4 (latest: v0.10.0)
Adding core-graphics v0.22.3 (latest: v0.24.0)
Adding core-graphics v0.23.2 (latest: v0.24.0)
Adding core-graphics-types v0.1.3 (latest: v0.2.0)
Adding cssparser v0.27.2 (latest: v0.34.0)
Adding derive-new v0.6.0 (latest: v0.7.0)
Adding derive_more v0.99.18 (latest: v1.0.0)
Adding env_logger v0.8.4 (latest: v0.11.5)
Adding fixedbitset v0.4.2 (latest: v0.5.7)
Adding fluent-uri v0.1.4 (latest: v0.2.0)
Adding foreign-types v0.3.2 (latest: v0.5.0)
Adding foreign-types-shared v0.1.1 (latest: v0.3.1)
Adding freetype-sys v0.20.1 (latest: v0.22.1)
Adding gdk v0.15.4 (latest: v0.18.0)
Adding gdk-pixbuf v0.15.11 (latest: v0.20.1)
Adding gdk-pixbuf-sys v0.15.10 (latest: v0.20.1)
Adding gdk-sys v0.15.1 (latest: v0.18.0)
Adding gdkwayland-sys v0.15.3 (latest: v0.18.0)
Adding gdkx11-sys v0.15.1 (latest: v0.18.0)
Adding generator v0.7.5 (latest: v0.8.3)
Adding generic-array v0.14.7 (latest: v1.1.0)
Adding gethostname v0.4.3 (latest: v0.5.0)
Adding getrandom v0.1.16 (latest: v0.2.15)
Adding gio v0.15.12 (latest: v0.20.1)
Adding gio-sys v0.15.10 (latest: v0.20.1)
Adding glib v0.15.12 (latest: v0.20.3)
Adding glib-macros v0.15.13 (latest: v0.20.3)
Adding glib-sys v0.15.10 (latest: v0.20.2)
Adding gobject-sys v0.15.10 (latest: v0.20.1)
Adding gtk v0.15.5 (latest: v0.18.1)
Adding gtk-sys v0.15.3 (latest: v0.18.0)
Adding gtk3-macros v0.15.6 (latest: v0.18.0)
Adding h2 v0.3.26 (latest: v0.4.6)
Adding hashbrown v0.12.3 (latest: v0.14.5)
Adding heck v0.3.3 (latest: v0.5.0)
Adding heck v0.4.1 (latest: v0.5.0)
Adding hermit-abi v0.1.19 (latest: v0.4.0)
Adding hermit-abi v0.3.9 (latest: v0.4.0)
Adding html5ever v0.26.0 (latest: v0.29.0)
Adding http v0.2.12 (latest: v1.1.0)
Adding http-body v0.4.6 (latest: v1.0.1)
Adding hyper v0.14.30 (latest: v1.4.1)
Adding hyper-tls v0.5.0 (latest: v0.6.0)
Adding idna v0.5.0 (latest: v1.0.2)
Adding image v0.24.9 (latest: v0.25.2)
Adding indexmap v1.9.3 (latest: v2.5.0)
Adding infer v0.13.0 (latest: v0.16.0)
Adding itoa v0.4.8 (latest: v1.0.11)
Adding javascriptcore-rs v0.16.0 (latest: v1.1.2)
Adding javascriptcore-rs-sys v0.4.0 (latest: v1.1.1)
Adding jni v0.20.0 (latest: v0.21.1)
Adding jni-sys v0.3.0 (latest: v0.4.0)
Adding jsonptr v0.4.7 (latest: v0.6.0)
Adding libappindicator v0.7.1 (latest: v0.9.0)
Adding libappindicator-sys v0.7.3 (latest: v0.9.0)
Adding libloading v0.7.4 (latest: v0.8.5)
Adding linux-raw-sys v0.4.14 (latest: v0.6.5)
Adding loom v0.5.6 (latest: v0.7.2)
Adding malloc_buf v0.0.6 (latest: v1.0.0)
Adding markup5ever v0.11.0 (latest: v0.14.0)
Adding matchers v0.1.0 (latest: v0.2.0)
Adding memoffset v0.7.1 (latest: v0.9.1)
Adding miniz_oxide v0.7.4 (latest: v0.8.0)
Adding mockito v0.31.1 (latest: v1.5.0)
Adding ndk v0.6.0 (latest: v0.9.0)
Adding ndk-sys v0.3.0 (latest: v0.6.0+11769913)
Adding nix v0.26.4 (latest: v0.29.0)
Adding nix v0.28.0 (latest: v0.29.0)
Adding nu-ansi-term v0.46.0 (latest: v0.50.1)
Adding num_enum v0.5.11 (latest: v0.7.3)
Adding num_enum_derive v0.5.11 (latest: v0.7.3)
Adding open v3.2.0 (latest: v5.3.0)
Adding os_str_bytes v6.6.1 (latest: v7.0.0)
Adding pango v0.15.10 (latest: v0.20.1)
Adding pango-sys v0.15.10 (latest: v0.20.1)
Adding phf v0.8.0 (latest: v0.11.2)
Adding phf v0.10.1 (latest: v0.11.2)
Adding phf_codegen v0.8.0 (latest: v0.11.2)
Adding phf_codegen v0.10.0 (latest: v0.11.2)
Adding phf_generator v0.8.0 (latest: v0.11.2)
Adding phf_generator v0.10.0 (latest: v0.11.2)
Adding phf_macros v0.8.0 (latest: v0.11.2)
Adding phf_shared v0.8.0 (latest: v0.11.2)
Adding phf_shared v0.10.0 (latest: v0.11.2)
Adding proc-macro-crate v1.3.1 (latest: v3.2.0)
Adding quick-error v1.2.3 (latest: v2.0.1)
Adding quick-xml v0.31.0 (latest: v0.36.1)
Adding quick-xml v0.32.0 (latest: v0.36.1)
Adding rand v0.7.3 (latest: v0.8.5)
Adding rand_chacha v0.2.2 (latest: v0.3.1)
Adding rand_core v0.5.1 (latest: v0.6.4)
Adding rand_hc v0.2.0 (latest: v0.3.2)
Adding rand_pcg v0.2.1 (latest: v0.3.1)
Adding raw-window-handle v0.5.2 (latest: v0.6.2)
Adding regex-automata v0.1.10 (latest: v0.4.7)
Adding regex-syntax v0.6.29 (latest: v0.8.4)
Adding reqwest v0.11.27 (latest: v0.12.7)
Adding rfd v0.10.0 (latest: v0.14.1)
Adding rustls-pemfile v1.0.4 (latest: v2.1.3)
Adding selectors v0.22.0 (latest: v0.25.0)
Adding serial_test v0.8.0 (latest: v3.1.1)
Adding serial_test_derive v0.8.0 (latest: v3.1.1)
Adding servo_arc v0.1.1 (latest: v0.3.0)
Adding siphasher v0.3.11 (latest: v1.0.1)
Adding state v0.5.3 (latest: v0.6.0)
Adding strsim v0.10.0 (latest: v0.11.1)
Adding syn v1.0.109 (latest: v2.0.77)
Adding sync_wrapper v0.1.2 (latest: v1.0.1)
Adding system-configuration v0.5.1 (latest: v0.6.1)
Adding system-configuration-sys v0.5.0 (latest: v0.6.0)
Adding system-deps v5.0.0 (latest: v7.0.2)
Adding system-deps v6.2.2 (latest: v7.0.2)
Adding tao v0.16.10 (latest: v0.30.0)
Adding tauri-winrt-notification v0.2.1 (latest: v0.6.0)
Adding toml v0.5.11 (latest: v0.8.19)
Adding toml v0.7.8 (latest: v0.8.19)
Adding toml_edit v0.19.15 (latest: v0.22.20)
Adding version-compare v0.0.11 (latest: v0.2.0)
Adding wasi v0.9.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1)
Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1)
Adding wayland-protocols v0.31.2 (latest: v0.32.4)
Adding wayland-protocols-wlr v0.2.0 (latest: v0.3.4)
Adding webkit2gtk v0.18.2 (latest: v2.0.1)
Adding webkit2gtk-sys v0.18.0 (latest: v2.0.1)
Adding webview2-com v0.19.1 (latest: v0.33.0)
Adding webview2-com-macros v0.6.0 (latest: v0.8.0)
Adding webview2-com-sys v0.19.0 (latest: v0.33.0)
Adding windows v0.37.0 (latest: v0.58.0)
Adding windows v0.39.0 (latest: v0.58.0)
Adding windows v0.48.0 (latest: v0.58.0)
Adding windows v0.56.0 (latest: v0.58.0)
Adding windows-bindgen v0.39.0 (latest: v0.58.0)
Adding windows-core v0.52.0 (latest: v0.58.0)
Adding windows-core v0.56.0 (latest: v0.58.0)
Adding windows-implement v0.39.0 (latest: v0.58.0)
Adding windows-implement v0.56.0 (latest: v0.58.0)
Adding windows-interface v0.56.0 (latest: v0.58.0)
Adding windows-metadata v0.39.0 (latest: v0.58.0)
Adding windows-result v0.1.2 (latest: v0.2.0)
Adding windows-sys v0.42.0 (latest: v0.59.0)
Adding windows-sys v0.48.0 (latest: v0.59.0)
Adding windows-sys v0.52.0 (latest: v0.59.0)
Adding windows-targets v0.48.5 (latest: v0.52.6)
Adding windows-tokens v0.39.0 (latest: v0.48.0)
Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6)
Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6)
Adding windows_aarch64_msvc v0.37.0 (latest: v0.52.6)
Adding windows_aarch64_msvc v0.39.0 (latest: v0.52.6)
Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6)
Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6)
Adding windows_i686_gnu v0.37.0 (latest: v0.52.6)
Adding windows_i686_gnu v0.39.0 (latest: v0.52.6)
Adding windows_i686_gnu v0.42.2 (latest: v0.52.6)
Adding windows_i686_gnu v0.48.5 (latest: v0.52.6)
Adding windows_i686_msvc v0.37.0 (latest: v0.52.6)
Adding windows_i686_msvc v0.39.0 (latest: v0.52.6)
Adding windows_i686_msvc v0.42.2 (latest: v0.52.6)
Adding windows_i686_msvc v0.48.5 (latest: v0.52.6)
Adding windows_x86_64_gnu v0.37.0 (latest: v0.52.6)
Adding windows_x86_64_gnu v0.39.0 (latest: v0.52.6)
Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6)
Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6)
Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6)
Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6)
Adding windows_x86_64_msvc v0.37.0 (latest: v0.52.6)
Adding windows_x86_64_msvc v0.39.0 (latest: v0.52.6)
Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6)
Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6)
Adding winnow v0.5.40 (latest: v0.6.18)
Adding winreg v0.50.0 (latest: v0.52.0)
Adding wl-clipboard-rs v0.8.1 (latest: v0.9.0)
Adding wry v0.24.11 (latest: v0.43.1)
Adding zip v0.6.6 (latest: v2.2.0)

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 658 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (594 crate dependencies)
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.8.0
        ├── uninitialized-ipc 0.1.0
        ├── tauri 1.8.0
        ├── restart 0.1.0
        ├── invoke-key 0.1.0
        └── app-updater-tests 0.1.0

warning: 1 allowed warning found

[1.8.0]

New Features
Enhancements
Bug Fixes
  • 26d243f43 (#​10991 by @​lucasfernog) Fixes the restart() function not being compatible with the v2 binary name change.
    Additionally, do not panic if we somehow failed to restart, and only exit instead.

Cargo Publish

Updating crates.io index
   Packaging tauri v1.8.0 (/home/runner/work/tauri/tauri/core/tauri)
warning: ignoring example `commands` as `examples/commands/main.rs` is not included in the published package
warning: ignoring example `helloworld` as `examples/helloworld/main.rs` is not included in the published package
warning: ignoring example `isolation` as `examples/isolation/main.rs` is not included in the published package
warning: ignoring example `multiwindow` as `examples/multiwindow/main.rs` is not included in the published package
warning: ignoring example `navigation` as `examples/navigation/main.rs` is not included in the published package
warning: ignoring example `parent-window` as `examples/parent-window/main.rs` is not included in the published package
warning: ignoring example `splashscreen` as `examples/splashscreen/main.rs` is not included in the published package
warning: ignoring example `state` as `examples/state/main.rs` is not included in the published package
warning: ignoring example `streaming` as `examples/streaming/main.rs` is not included in the published package
    Updating crates.io index
    Packaged 76 files, 1010.5KiB (226.8KiB compressed)
   Verifying tauri v1.8.0 (/home/runner/work/tauri/tauri/core/tauri)
 Downloading crates ...
  Downloaded atk v0.15.1
  Downloaded atk-sys v0.15.1
  Downloaded cfg-expr v0.9.1
  Downloaded signal-hook-registry v1.4.2
  Downloaded x11 v2.21.0
  Downloaded unicode-segmentation v1.12.0
  Downloaded gtk-sys v0.15.3
  Downloaded glib v0.15.12
  Downloaded tauri-runtime v0.14.5
  Downloaded tokio-macros v2.4.0
  Downloaded x11-dl v2.21.0
  Downloaded target-lexicon v0.12.16
  Downloaded wry v0.24.11
  Downloaded serialize-to-javascript-impl v0.1.2
  Downloaded version-compare v0.0.11
  Downloaded webkit2gtk v0.18.2
  Downloaded gio-sys v0.15.10
  Downloaded tauri-macros v1.4.6
  Downloaded state v0.5.3
  Downloaded soup2 v0.2.1
  Downloaded gtk3-macros v0.15.6
  Downloaded pango v0.15.10
  Downloaded ico v0.3.0
  Downloaded globset v0.4.15
  Downloaded gdk-pixbuf v0.15.11
  Downloaded gtk v0.15.5
  Downloaded serde_repr v0.1.19
  Downloaded proc-macro-error-attr v1.0.4
  Downloaded heck v0.4.1
  Downloaded system-deps v6.2.2
  Downloaded gdkx11-sys v0.15.1
  Downloaded futures-macro v0.3.30
  Downloaded proc-macro-crate v1.3.1
  Downloaded javascriptcore-rs-sys v0.4.0
  Downloaded glib-macros v0.15.13
  Downloaded gdk-sys v0.15.1
  Downloaded field-offset v0.3.6
  Downloaded brotli v6.0.0
  Downloaded instant v0.1.13
  Downloaded gio v0.15.12
  Downloaded tauri-runtime-wry v0.14.10
  Downloaded tao v0.16.10
  Downloaded cairo-rs v0.15.12
  Downloaded brotli-decompressor v4.0.1
  Downloaded serialize-to-javascript v0.1.2
  Downloaded javascriptcore-rs v0.16.0
  Downloaded ignore v0.4.23
  Downloaded http v0.2.12
  Downloaded glib-sys v0.15.10
  Downloaded gdkwayland-sys v0.15.3
  Downloaded gdk v0.15.4
  Downloaded cfg-expr v0.15.8
  Downloaded webkit2gtk-sys v0.18.0
  Downloaded version-compare v0.2.0
  Downloaded tauri-codegen v1.4.5
  Downloaded system-deps v5.0.0
  Downloaded soup2-sys v0.2.0
  Downloaded raw-window-handle v0.5.2
  Downloaded proc-macro-error v1.0.4
  Downloaded pango-sys v0.15.10
  Downloaded memoffset v0.9.1
  Downloaded heck v0.3.3
  Downloaded gdk-pixbuf-sys v0.15.10
  Downloaded futures-executor v0.3.30
  Downloaded cairo-sys-rs v0.15.1
  Downloaded alloc-stdlib v0.2.2
  Downloaded http-range v0.1.5
  Downloaded gobject-sys v0.15.10
  Downloaded alloc-no-stdlib v2.0.4
   Compiling proc-macro2 v1.0.86
   Compiling unicode-ident v1.0.13
   Compiling serde v1.0.210
   Compiling libc v0.2.158
   Compiling smallvec v1.13.2
   Compiling hashbrown v0.14.5
   Compiling equivalent v1.0.1
   Compiling pkg-config v0.3.30
   Compiling quote v1.0.37
   Compiling indexmap v2.5.0
   Compiling syn v2.0.77
   Compiling heck v0.5.0
   Compiling target-lexicon v0.12.16
   Compiling winnow v0.6.18
   Compiling version-compare v0.2.0
   Compiling cfg-if v1.0.0
   Compiling autocfg v1.3.0
   Compiling cfg-expr v0.15.8
   Compiling byteorder v1.5.0
   Compiling syn v1.0.109
   Compiling version_check v0.9.5
   Compiling siphasher v0.3.11
   Compiling once_cell v1.20.0
   Compiling getrandom v0.2.15
   Compiling bitflags v1.3.2
   Compiling thiserror v1.0.63
   Compiling getrandom v0.1.16
   Compiling rand_core v0.6.4
   Compiling proc-macro-error-attr v1.0.4
   Compiling proc-macro-error v1.0.4
   Compiling slab v0.4.9
   Compiling memchr v2.7.4
   Compiling anyhow v1.0.89
   Compiling winnow v0.5.40
   Compiling rand_core v0.5.1
   Compiling futures-core v0.3.30
   Compiling pin-project-lite v0.2.14
   Compiling pin-utils v0.1.0
   Compiling futures-task v0.3.30
   Compiling rand_pcg v0.2.1
   Compiling phf_shared v0.10.0
   Compiling heck v0.4.1
   Compiling unicode-segmentation v1.12.0
   Compiling serde_derive v1.0.210
   Compiling zerocopy-derive v0.7.35
   Compiling thiserror-impl v1.0.63
   Compiling zerocopy v0.7.35
   Compiling ppv-lite86 v0.2.20
   Compiling futures-macro v0.3.30
   Compiling heck v0.3.3
   Compiling futures-channel v0.3.30
   Compiling rand_chacha v0.3.1
   Compiling rand_chacha v0.2.2
   Compiling rand v0.8.5
   Compiling rand v0.7.3
   Compiling futures-util v0.3.30
   Compiling phf_shared v0.8.0
   Compiling lock_api v0.4.12
   Compiling cfg-expr v0.9.1
   Compiling parking_lot_core v0.9.10
   Compiling itoa v1.0.11
   Compiling version-compare v0.0.11
   Compiling semver v1.0.23
   Compiling fnv v1.0.7
   Compiling phf_generator v0.8.0
   Compiling ryu v1.0.18
   Compiling scopeguard v1.2.0
   Compiling log v0.4.22
   Compiling futures-executor v0.3.30
   Compiling phf_generator v0.10.0
   Compiling proc-macro-hack v0.5.20+deprecated
   Compiling parking_lot v0.12.3
   Compiling new_debug_unreachable v1.0.6
   Compiling phf_codegen v0.10.0
   Compiling string_cache_codegen v0.5.2
   Compiling tinyvec_macros v0.1.1
   Compiling ident_case v1.0.1
   Compiling strsim v0.11.1
   Compiling mac v0.1.1
   Compiling gio v0.15.12
   Compiling precomputed-hash v0.1.1
   Compiling darling_core v0.20.10
   Compiling futf v0.1.5
   Compiling markup5ever v0.11.0
   Compiling phf_macros v0.8.0
   Compiling tinyvec v1.8.0
   Compiling toml_datetime v0.6.8
   Compiling serde_spanned v0.6.7
   Compiling toml_edit v0.19.15
   Compiling toml_edit v0.22.20
   Compiling toml v0.5.11
   Compiling toml v0.8.19
   Compiling proc-macro-crate v1.3.1
   Compiling system-deps v6.2.2
   Compiling system-deps v5.0.0
   Compiling phf_codegen v0.8.0
   Compiling cssparser v0.27.2
   Compiling glib-macros v0.15.13
   Compiling uuid v1.10.0
   Compiling glib-sys v0.15.10
   Compiling gobject-sys v0.15.10
   Compiling gio-sys v0.15.10
   Compiling gdk-sys v0.15.1
   Compiling gdk-pixbuf-sys v0.15.10
   Compiling cairo-sys-rs v0.15.1
   Compiling atk-sys v0.15.1
   Compiling pango-sys v0.15.10
   Compiling glib v0.15.12
   Compiling gtk-sys v0.15.3
   Compiling futures-io v0.3.30
   Compiling utf-8 v0.7.6
   Compiling dtoa v1.0.9
   Compiling tendril v0.4.3
   Compiling dtoa-short v0.3.5
   Compiling selectors v0.22.0
   Compiling soup2-sys v0.2.0
   Compiling darling_macro v0.20.10
   Compiling unicode-normalization v0.1.23
   Compiling phf v0.8.0
   Compiling string_cache v0.8.7
   Compiling rustc_version v0.4.1
   Compiling html5ever v0.26.0
   Compiling cssparser-macros v0.6.1
   Compiling phf v0.10.1
   Compiling phf_shared v0.11.2
   Compiling memoffset v0.9.1
   Compiling indexmap v1.9.3
   Compiling matches v0.1.10
   Compiling stable_deref_trait v1.2.0
   Compiling simd-adler32 v0.3.7
   Compiling adler2 v2.0.0
   Compiling unicode-bidi v0.3.15
   Compiling typenum v1.17.0
   Compiling alloc-no-stdlib v2.0.4
   Compiling crossbeam-utils v0.8.20
   Compiling convert_case v0.4.0
   Compiling nodrop v0.1.14
   Compiling itoa v0.4.8
   Compiling percent-encoding v2.3.1
   Compiling serde_json v1.0.128
   Compiling form_urlencoded v1.2.1
   Compiling derive_more v0.99.18
   Compiling servo_arc v0.1.1
   Compiling alloc-stdlib v0.2.2
   Compiling idna v0.5.0
   Compiling miniz_oxide v0.8.0
   Compiling phf_generator v0.11.2
   Compiling field-offset v0.3.6
   Compiling darling v0.20.10
   Compiling generic-array v0.14.7
   Compiling fxhash v0.2.1
   Compiling crc32fast v1.4.2
   Compiling hashbrown v0.12.3
   Compiling thin-slice v0.1.1
   Compiling adler v1.0.2
   Compiling miniz_oxide v0.7.4
   Compiling flate2 v1.0.33
   Compiling serde_with_macros v3.9.0
   Compiling phf_macros v0.11.2
   Compiling url v2.5.2
   Compiling brotli-decompressor v4.0.1
   Compiling pango v0.15.10
   Compiling cairo-rs v0.15.12
   Compiling fdeflate v0.3.4
   Compiling cfb v0.7.3
   Compiling gdk-pixbuf v0.15.11
   Compiling javascriptcore-rs-sys v0.4.0
   Compiling gtk v0.15.5
   Compiling same-file v1.0.6
   Compiling walkdir v2.5.0
   Compiling gdk v0.15.4
   Compiling infer v0.13.0
   Compiling png v0.17.13
   Compiling brotli v6.0.0
   Compiling phf v0.11.2
   Compiling serde_with v3.9.0
   Compiling kuchikiki v0.8.2
   Compiling atk v0.15.1
   Compiling webkit2gtk-sys v0.18.0
   Compiling gtk3-macros v0.15.6
   Compiling ctor v0.2.8
   Compiling x11 v2.21.0
   Compiling dunce v1.0.5
   Compiling shlex v1.3.0
   Compiling cc v1.1.19
   Compiling gdkx11-sys v0.15.1
   Compiling x11-dl v2.21.0
   Compiling bytes v1.7.1
   Compiling rustix v0.38.37
   Compiling jsonptr v0.4.7
   Compiling tao v0.16.10
   Compiling crypto-common v0.1.6
   Compiling block-buffer v0.10.4
   Compiling bitflags v2.6.0
   Compiling linux-raw-sys v0.4.14
   Compiling raw-window-handle v0.5.2
   Compiling json-patch v2.0.0
   Compiling digest v0.10.7
   Compiling http v0.2.12
   Compiling soup2 v0.2.1
   Compiling javascriptcore-rs v0.16.0
   Compiling crossbeam-channel v0.5.13
   Compiling gdkwayland-sys v0.15.3
   Compiling aho-corasick v1.1.3
   Compiling instant v0.1.13
   Compiling lazy_static v1.5.0
   Compiling glob v0.3.1
   Compiling tauri-runtime v0.14.5
   Compiling wry v0.24.11
   Compiling cpufeatures v0.2.14
   Compiling regex-syntax v0.8.4
   Compiling regex-automata v0.4.7
   Compiling sha2 v0.10.8
   Compiling tauri-utils v1.6.1
   Compiling ico v0.3.0
   Compiling crossbeam-epoch v0.9.18
   Compiling bstr v1.10.0
   Compiling base64 v0.21.7
   Compiling http-range v0.1.5
   Compiling tauri-runtime-wry v0.14.10
   Compiling tauri-codegen v1.4.5
   Compiling globset v0.4.15
   Compiling crossbeam-deque v0.8.5
   Compiling xattr v1.3.1
   Compiling serialize-to-javascript-impl v0.1.2
   Compiling tauri v1.8.0 (/home/runner/work/tauri/tauri/target/package/tauri-1.8.0)
   Compiling filetime v0.2.25
   Compiling dirs-sys-next v0.1.2
   Compiling fastrand v2.1.1
   Compiling tempfile v3.12.0
   Compiling dirs-next v2.0.0
   Compiling tar v0.4.41
   Compiling serialize-to-javascript v0.1.2
   Compiling ignore v0.4.23
   Compiling tauri-macros v1.4.6
   Compiling webkit2gtk v0.18.2
   Compiling tokio v1.40.0
   Compiling serde_repr v0.1.19
   Compiling encoding_rs v0.8.34
   Compiling state v0.5.3
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
   Uploading tauri v1.8.0 (/home/runner/work/tauri/tauri/core/tauri)
    Uploaded tauri v1.8.0 to registry `crates-io`
note: waiting for `tauri v1.8.0` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri v1.8.0 at registry `crates-io`
tower-rs/tower (tower)

v0.5.1: tower 0.5.1

Compare Source

  • Fix minimum version of tower-layer dependency (#​787)

v0.5.0: tower 0.5.0

Compare Source

Fixed
  • util: BoxService is now Sync (#​702)
Changed
  • util: Removed deprecated ServiceExt::ready_and method and ReadyAnd
    future (#​652)
  • retry: Breaking Change retry::Policy::retry now accepts &mut Req and &mut Res instead of the previous mutable versions. This
    increases the flexibility of the retry policy. To update, update your method signature to include mut for both parameters. (#​584)
  • retry: Breaking Change Change Policy to accept &mut self (#​681)
  • retry: Add generic backoff utilities (#​685)
  • retry: Add Budget trait. This allows end-users to implement their own budget and bucket implementations. (#​703)
  • reconnect: Breaking Change Remove unused generic parameter from Reconnect::new (#​755)
  • ready-cache: Allow iteration over ready services (#​700)
  • discover: Implement Clone for Change (#​701)
  • util: Add a BoxCloneServiceLayer (#​708)
  • rng: use a simpler random 2-sampler (#​716)
  • filter: Derive Clone for AsyncFilterLayer (#​731)
  • general: Update IndexMap (#​741)
  • MSRV: Increase MSRV to 1.63.0 (#​741)
tower-rs/tower-http (tower-http)

v0.6.0: v0.6.0

Compare Source

Changed:

  • body module is disabled except for catch-panic, decompression-*, fs, or limit features (BREAKING) (#​477)
  • Update to tower 0.5 (#​503)

Fixed

  • fs: Precompression of static files now supports files without a file extension (#​507)

Configuration

📅 Schedule: Branch creation - "every weekend before 5:00am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/cargo-dependencies branch 4 times, most recently from 7b89440 to 2a33772 Compare May 25, 2024 19:37
@renovate renovate bot force-pushed the renovate/cargo-dependencies branch 3 times, most recently from c888d96 to ea10c9e Compare June 6, 2024 21:13
@renovate renovate bot force-pushed the renovate/cargo-dependencies branch 6 times, most recently from 9383b50 to f2ca181 Compare June 13, 2024 19:35
@renovate renovate bot force-pushed the renovate/cargo-dependencies branch 8 times, most recently from e583541 to 5db8714 Compare June 19, 2024 19:35
@renovate renovate bot force-pushed the renovate/cargo-dependencies branch 7 times, most recently from 85dbc35 to 15a851e Compare July 2, 2024 07:47
@renovate renovate bot force-pushed the renovate/cargo-dependencies branch 10 times, most recently from 23326aa to a3383b5 Compare August 16, 2024 17:11
@renovate renovate bot force-pushed the renovate/cargo-dependencies branch 5 times, most recently from 40c910c to b3574d0 Compare August 24, 2024 04:45
@renovate renovate bot force-pushed the renovate/cargo-dependencies branch 6 times, most recently from 1668931 to 7237b42 Compare September 3, 2024 20:40
@renovate renovate bot force-pushed the renovate/cargo-dependencies branch 2 times, most recently from a871807 to 22ab788 Compare September 9, 2024 16:36
@renovate renovate bot force-pushed the renovate/cargo-dependencies branch 3 times, most recently from 39f2d63 to a87a8d1 Compare September 18, 2024 07:02
@renovate renovate bot force-pushed the renovate/cargo-dependencies branch 2 times, most recently from 4eacfea to 3c36d44 Compare September 20, 2024 21:57
@renovate renovate bot force-pushed the renovate/cargo-dependencies branch from 3c36d44 to 57e4c29 Compare September 21, 2024 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants