bidirectional
bidirectional copied to clipboard
Write Arabic text on apps that don't support the bidirectional text.
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.0.0-beta.1 to 1.0.6. Release notes Sourced from tauri's releases. tauri v1.0.6 Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 457 security advisories (from /home/runner/.cargo/advisory-db) Updating crates.io index Scanning Cargo.lock...
Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.3 to 1.1.4. Commits 4a54e57 Bump version to 1.1.4 ebf8b45 Merge pull request #34 from ibraheemdev/patch-1 3d69afa Fix memory ordering in RawIter::next See full diff in compare...
Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.33 to 0.4.38. Commits dc78ebe Bump to 0.4.38 de72a30 Add a method to write a link name without canonicalization (#274) ec5edf1 Add an append_link() method to handle...
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6. Changelog Sourced from regex's changelog. 1.5.6 (2022-05-20) This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy...
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.7 to 0.14.19. Release notes Sourced from hyper's releases. v0.14.19 Bug Fixes http1: fix preserving header case without enabling ffi (#2820) (6a35c175) server: don't add implicit content-length...
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.6.0 to 1.16.1. Release notes Sourced from tokio's releases. Tokio v1.16.1 1.16.1 (January 28, 2022) This release fixes a bug in #4428 with the change #4437. #4428:...
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.4 to 0.8.8. Release notes Sourced from crossbeam-utils's releases. crossbeam-utils 0.8.8 Fix a bug when unstable loom support is enabled. (#787) crossbeam-utils 0.8.7 Add AtomicCell<{i*,u*}>::{fetch_max,fetch_min}. (#785) Add...
Bumps [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) from 0.8.0 to 0.8.1. Release notes Sourced from crossbeam-deque's releases. crossbeam-deque 0.8.1 Fix deque steal race condition. (https://github.com/crossbeam-rs/crossbeam/security/advisories/GHSA-pqqp-xmhj-wgcw) Add Stealer::len method. (#708) Changelog Sourced from crossbeam-deque's changelog. Version...
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.34 to 0.10.55. Release notes Sourced from openssl's releases. openssl-v0.10.55 What's Changed Fix warnings from BoringSSL on Rust 1.70 by @alex in sfackler/rust-openssl#1948 Honor OPENSSL_NO_OCB if OpenSSL...
Bumps [h2](https://github.com/hyperium/h2) from 0.3.3 to 0.3.17. Release notes Sourced from h2's releases. v0.3.17 What's Changed Add Error::is_library() method to check if the originated inside h2. Add max_pending_accept_reset_streams(usize) option to client...