Skip to content

Commit

Permalink
fix(deps): update rust crate notify to v8 (#1846)
Browse files Browse the repository at this point in the history
* fix(deps): update rust crate notify to v8

* feat: notify 8.0 requires MSRV 1.77

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: zonyitoo <[email protected]>
  • Loading branch information
renovate[bot] and zonyitoo authored Jan 11, 2025
1 parent c1f5914 commit b903289
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 30 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
- name: Install Rust
run: |
rustup set profile minimal
rustup toolchain install 1.75
rustup default 1.75
rustup override set 1.75
rustup toolchain install 1.77
rustup default 1.77
rustup override set 1.77
- name: Build with All Features Enabled
run: cargo build --manifest-path crates/shadowsocks/Cargo.toml --verbose --features "stream-cipher aead-cipher-extra aead-cipher-2022 aead-cipher-2022-extra security-replay-attack-detect"
47 changes: 22 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/shadowsocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation = "https://docs.rs/shadowsocks-core"
keywords = ["shadowsocks", "proxy", "socks", "socks5", "firewall"]
license = "MIT"
edition = "2021"
rust-version = "1.75"
rust-version = "1.77"

[badges]
maintenance = { status = "passively-maintained" }
Expand Down Expand Up @@ -88,7 +88,7 @@ tokio = { version = "1.9.0", features = [

hickory-resolver = { version = "=0.25.0-alpha.4", optional = true }
arc-swap = { version = "1.7", optional = true }
notify = { version = "7.0", optional = true }
notify = { version = "8.0", optional = true }

aes = { version = "0.8", optional = true }
blake3 = "1.5"
Expand Down

0 comments on commit b903289

Please sign in to comment.