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 }