Skip to content

Commit ee50cb6

Browse files
committed
feat(settlement/api): Upgrade the Settlement API exposed by the node
1 parent 542a233 commit ee50cb6

File tree

4 files changed

+415
-414
lines changed

4 files changed

+415
-414
lines changed

crates/interledger-settlement/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ edition = "2018"
88
repository = "https://github.com/interledger-rs/interledger-rs"
99

1010
[dependencies]
11-
bytes = { version = "0.4.12", default-features = false }
12-
bytes05 = { package = "bytes", version = "0.5", default-features = false }
11+
bytes = { version = "0.5", default-features = false }
1312
futures = { version = "0.3.1", default-features = false, features = ["compat"] }
1413
hyper = { version = "0.13.1", default-features = false }
1514
interledger-http = { path = "../interledger-http", version = "^0.4.0", default-features = false }

0 commit comments

Comments
 (0)