resource
resource copied to clipboard
旨在提供一站式的 Rust 学习资源
Bumps [diesel](https://github.com/diesel-rs/diesel) from 1.4.5 to 2.0.3. Release notes Sourced from diesel's releases. Diesel 2.0.3 Fixed Fixed a bug with our transaction manager implementation that caused by marking transactions as broken...
Bumps [time](https://github.com/time-rs/time) from 0.2.17 to 0.3.17. Release notes Sourced from time's releases. v0.3.17 See the changelog for details. v0.3.16 See the changelog for details. v0.3.15 See the changelog for details....
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.24.0 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.4.2 to 1.8.0. Release notes Sourced from smallvec's releases. v1.8.0 Add optional support for the arbitrary crate (#275). v1.7.0 new_const and from_const constructors for creating a SmallVec...
Bumps [futures-task](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.21. Release notes Sourced from futures-task's releases. 0.3.21 Fix potential data race in FlattenUnordered that introduced in 0.3.20 (#2566) 0.3.20 Fix stacked borrows violations when...
Bumps [arc-swap](https://github.com/vorner/arc-swap) from 0.4.4 to 0.4.8. Changelog Sourced from arc-swap's changelog. 0.4.8 Backport of fix to soundness issue in #45 (access::Map from Constant can lead to dangling references). 0.4.7 Rename...
Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.33 to 0.2.37. Commits a183475 Release v0.2.37 6081dff haiku: Fix sockaddr_in/sockaddr_in6; Solves #108 71708b7 Release v0.2.36 49b43f2 Do not assume memory layout of std::net::SocketAddr 77a6eb4 Release v0.2.35...
Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2. Commits 6fd7b9c Bump version to 0.2.2 550efc2 Merge branch 'fix-sockaddr-convertion-v0.2.x' into 0.2.x ca8db53 Stop using from_ne_bytes to be compatible with Rust < 1.32.0 3e217e3...
Bumps [http](https://github.com/hyperium/http) from 0.2.1 to 0.2.8. Release notes Sourced from http's releases. v0.2.8 Fixes Fix internal usage of uninitialized memory to use MaybeUninit inside HeaderName. New Contributors @LucioFranco made their...