diff --git a/.github/workflows/ci_loc_pr.yaml b/.github/workflows/ci_loc_pr.yaml index ec27b46c33..d30bc37534 100644 --- a/.github/workflows/ci_loc_pr.yaml +++ b/.github/workflows/ci_loc_pr.yaml @@ -15,7 +15,7 @@ jobs: ref: ${{ github.head_ref }} - name: Install Rust - uses: dtolnay/rust-toolchain@1.81.0 + uses: dtolnay/rust-toolchain@1.82.0 with: components: rustfmt, clippy @@ -41,7 +41,7 @@ jobs: ref: main - name: Install Rust - uses: dtolnay/rust-toolchain@1.81.0 + uses: dtolnay/rust-toolchain@1.82.0 with: components: rustfmt, clippy diff --git a/README.md b/README.md index 58d9fea7c4..f1b3f9569a 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ asdf plugin add golang https://github.com/asdf-community/asdf-golang.git And uncommenting the golang line in the asdf `.tool-versions` file: ``` -rust 1.81.0 +rust 1.82.0 golang 1.23.2 ``` @@ -547,7 +547,7 @@ If we forgot to include anyone, please file an issue so we can add you. We alway # Security -We take security seriously. If you discover a vulnerability in this project, please report it responsibly. +We take security seriously. If you discover a vulnerability in this project, please report it responsibly. - You can report vulnerabilities directly via the **[GitHub "Report a Vulnerability" feature](../../security/advisories/new)**. - Alternatively, send an email to **[security@lambdaclass.com](mailto:security@lambdaclass.com)**. diff --git a/crates/networking/rpc/admin/mod.rs b/crates/networking/rpc/admin/mod.rs index ffd9767148..6a0da642bc 100644 --- a/crates/networking/rpc/admin/mod.rs +++ b/crates/networking/rpc/admin/mod.rs @@ -52,7 +52,7 @@ pub fn node_info( enode: enode_url, enr: enr_url, id: hex::encode(Keccak256::digest(local_node.node_id.as_bytes())), - name: "ethrex/0.1.0/rust1.81".to_string(), + name: "ethrex/0.1.0/rust1.82".to_string(), ip: local_node.ip.to_string(), ports: Ports { discovery: local_node.udp_port, diff --git a/crates/networking/rpc/rpc.rs b/crates/networking/rpc/rpc.rs index 16b4479c1b..dfca9fc288 100644 --- a/crates/networking/rpc/rpc.rs +++ b/crates/networking/rpc/rpc.rs @@ -410,7 +410,7 @@ mod tests { "enr": enr_url, "id": hex::encode(Keccak256::digest(local_p2p_node.node_id)), "ip": "127.0.0.1", - "name": "ethrex/0.1.0/rust1.81", + "name": "ethrex/0.1.0/rust1.82", "ports": { "discovery": 30303, "listener": 30303