Skip to content

Commit 01d01cb

Browse files
fix(deps): update rust (#16)
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> Co-authored-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
1 parent 72af483 commit 01d01cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] }
1414
serde = { version = "1.0", features = ["derive"] }
1515
serde_json = "1.0"
1616
rustix = { version = "1.1", features = ["net"] }
17-
thiserror = "1.0"
17+
thiserror = "2.0"
1818
tokio = { version = "1.40", features = ["full"] }
1919
tracing = "0.1"
2020
tracing-subscriber = "0.3"
21-
jsonrpsee = { version = "0.24", features = ["server", "client-core", "async-client"], default-features = false }
21+
jsonrpsee = { version = "0.26", features = ["server", "client-core", "async-client"], default-features = false }
2222

2323
[dev-dependencies]
2424
tempfile = "3.0"

0 commit comments

Comments
 (0)