fix(deps): update all dependencies #19
Reference in New Issue
Block a user
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.4.0->1.5.00.6.11->0.6.120.6.11->0.6.120.6.11->0.6.120.6.11->0.6.120.6.11->0.6.120.4.21->0.4.221.0.117->1.0.1201.37.0->1.38.01.8.0->1.9.1Release Notes
rust-lang-nursery/lazy-static.rs (lazy_static)
v1.5.0Compare Source
leptos-rs/leptos (leptos)
v0.6.12Compare Source
This is mainly a maintenance release, but includes a couple new features that I want to point out:
impl Traitin Component PropsYou can now use
impl Traitsyntax directly in component props, rather than explicitly specifying a generic and awhereclausebefore
after
Support spreading dynamic attributes from one component to another
In the following code
Bardoesn't currently inherit attributes fromFoowhen it spreads its attributes. PR #2534 fixes this.Complete Changelog
<ActionForm>onformmethod="dialog"submission (closes #2523) by @gbj in https://github.com/leptos-rs/leptos/pull/2531Ocoseparately asoco_refcrate so that it can be used elsewhere by @gbj in https://github.com/leptos-rs/leptos/pull/2536input_deriveparameter to#[server]macro (closes #2544) by @luxalpa in https://github.com/leptos-rs/leptos/pull/2545empty_docswarnings in#[component]macro by @abusch in https://github.com/leptos-rs/leptos/pull/2574--release) by @gbj in https://github.com/leptos-rs/leptos/pull/2587#[component]now handlesimpl Traitby converting to generic type params, fix #2274 by @MingweiSamuel in https://github.com/leptos-rs/leptos/pull/2599New Contributors
Full Changelog: https://github.com/leptos-rs/leptos/compare/v0.6.11...v0.6.12
rust-lang/log (log)
v0.4.22Compare Source
serde-rs/json (serde_json)
v1.0.120Compare Source
indexmapdependency (#1152, thanks @cforycki)v1.0.119Compare Source
serde_json::Map::shift_insert(#1149, thanks @joshka)v1.0.118Compare Source
tokio-rs/tokio (tokio)
v1.38.0: Tokio v1.38.0Compare Source
This release marks the beginning of stabilization for runtime metrics. It
stabilizes
RuntimeMetrics::worker_count. Future releases will continue tostabilize more metrics.
Added
File::create_new(#6573)copy_bidirectional_with_sizes(#6500)AsyncBufReadforJoin(#6449)CloneforNamedPipeInfo(#6586)Notify::notify_last(#6520)mpsc::Receiver::{capacity,max_capacity}(#6511)splitmethod to the semaphore permit (#6472, #6478)tokio::task::join_set::Builder::spawn_blocking(#6578)Changed
#[tokio::test]append#[test]at the end of the attribute list (#6497)blocking_threadscount (#6551)RuntimeMetrics::worker_count(#6556)lifo_slotinblock_in_place(#6596)global_queue_intervalis zero (#6445)Semaphorefor task dumps (#6499)LocalKey::getwork with Clone types (#6433)true_whenfield inTimerShared(#6563)Fixed
Interval::poll_tick(#6487)is_emptyon mpsc block boundaries (#6603)Documented
stdindocumentation (#6581)ReadHalf::unsplit()documentation (#6498)select!(#6468)NamedPipeServerexample (#6590)SemaphorePermit,OwnedSemaphorePermit(#6477)Barrier::waitis not cancel safe (#6494)watch::Sender::{subscribe,closed}(#6490)spawn_blockingtasks (#6571)LocalSet::run_until(#6599)uuid-rs/uuid (uuid)
v1.9.1Compare Source
What's Changed
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.9.0...1.9.1
v1.9.0Compare Source
Uuid::now_v7()is guaranteed to be monotonicBefore this release,
Uuid::now_v7()would only use the millisecond-precision timestamp for ordering. It now also uses a global 42-bit counter that's re-initialized each millisecond so that the following will always pass:What's Changed
New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.8.0...1.9.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.