From 57f7aa1d0680fcc49ac482c9e48aa2130b9e6eb2 Mon Sep 17 00:00:00 2001 From: Jack Wampler Date: Sun, 13 Oct 2024 09:07:19 -0600 Subject: [PATCH] Dependabot 10 24 (#73) --- .github/workflows/rust.yml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 83574b3..e419fc0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -106,7 +106,7 @@ jobs: # deps and the stated MSRV. 1.70 should work for all - uses: dtolnay/rust-toolchain@1.77.0 - run: cargo test --workspace --all-targets --all-features - # Also make sure the AVX2 build works + # Also make sure the build works - run: cargo build --target x86_64-unknown-linux-gnu # The PTRS crate has fewer dependencies and a lower msrv - uses: dtolnay/rust-toolchain@1.70 diff --git a/README.md b/README.md index 6ac04cb..3416904 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ lyrebird binary, and Pluggable Transports in Rust (PTRS) library. | Crate | Description | Crates.io | Docs | MSRV | -------------------------------------------|----------------|-----------|------|------| | [`ptrs`](./crates/ptrs) | A library supporting implementation and integration of Pluggable Transport protocols. | [![](https://img.shields.io/crates/v/ptrs.svg)](https://crates.io/crates/ptrs) | [![](https://img.shields.io/docsrs/ptrs)](https://docs.rs/ptrs) | 1.70 | -| [`lyrebird`](./crates/lyrebird) | Implementation of the `Lyrebird` Tor bridge and a forward proxy compatible with `ptrs`. | [![](https://img.shields.io/crates/v/___lyrebird.svg)](https://crates.io/crates/___lyrebird) | [![](https://docs.rs/___lyrebird/badge.svg)](https://docs.rs/___lyrebird) | 1.75 | -| [`obfs4`](./crates/obfs4) | An implementation of obfs4 pluggable transport library in pure rust. | [![](https://img.shields.io/crates/v/obfs4.svg)](https://crates.io/crates/obfs4) | [![](https://docs.rs/obfs4/badge.svg)](https://docs.rs/obfs4) | 1.75 | -| [`o5`](./crates/o5) | An implementation of o5 pluggable transport library in pure rust. | [![](https://img.shields.io/crates/v/o5.svg)](https://crates.io/crates/o5) | [![](https://docs.rs/o5/badge.svg)](https://docs.rs/o5) | 1.75 | +| [`lyrebird`](./crates/lyrebird) | Implementation of the `Lyrebird` Tor bridge and a forward proxy compatible with `ptrs`. | [![](https://img.shields.io/crates/v/___lyrebird.svg)](https://crates.io/crates/___lyrebird) | [![](https://docs.rs/___lyrebird/badge.svg)](https://docs.rs/___lyrebird) | 1.77 | +| [`obfs4`](./crates/obfs4) | An implementation of obfs4 pluggable transport library in pure rust. | [![](https://img.shields.io/crates/v/obfs4.svg)](https://crates.io/crates/obfs4) | [![](https://docs.rs/obfs4/badge.svg)](https://docs.rs/obfs4) | 1.77 | +| [`o5`](./crates/o5) | An implementation of o5 pluggable transport library in pure rust. | [![](https://img.shields.io/crates/v/o5.svg)](https://crates.io/crates/o5) | [![](https://docs.rs/o5/badge.svg)](https://docs.rs/o5) | 1.77 | ## MSRV