From 5a1ace2c43ad127f9ce8da70716f1efc79b27ae7 Mon Sep 17 00:00:00 2001 From: Lucas Sunsi Abreu Date: Mon, 16 Sep 2024 07:21:26 -0300 Subject: [PATCH] updates (#23) * updates * update rust --- .github/workflows/test.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d8fd8b..e2865c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: - toolchain: 1.67.1 + toolchain: 1.81.0 profile: minimal components: clippy default: true diff --git a/Cargo.toml b/Cargo.toml index ce180dd..90eed69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" [dependencies] bitcoin = { version= "0.32.0", features = ["std"], default-features = false } bitcoincore-rpc = { version = "0.19.0", default-features = false } -opentelemetry = { version = "0.24.0", features = ["trace"], default-features = false } +opentelemetry = { version = "0.25.0", features = ["trace"], default-features = false } tokio = { version = "1.12.0", features = ["rt", "macros"], default-features = false }