Skip to content

Commit dd37941

Browse files
authored
restructuring (#420)
1 parent 5948dc5 commit dd37941

File tree

19 files changed

+5997
-7919
lines changed

19 files changed

+5997
-7919
lines changed

crates/bcr-ebill-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ uuid.workspace = true
2323
bitcoin.workspace = true
2424
nostr-sdk.workspace = true
2525
futures.workspace = true
26-
reqwest = { version = "0.12.12", default-features = false, features = ["__rustls-ring", "json"] }
26+
reqwest = { version = "0.12.12", default-features = false, features = ["rustls-tls", "json"] }
2727
lettre = { version = "0.11.12", default-features = false, features = ["builder", "smtp-transport", "tokio1-rustls-tls"] }
2828
rust_decimal = { version = "1.36.0", default-features = false }
2929
infer = { version = "0.19.0", default-features = false }

crates/bcr-ebill-api/src/dht/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@ mod tests {
15031503
COMPANY_PROOF_PREFIX, KEY_PREFIX,
15041504
},
15051505
data::File,
1506-
service::bill_service::tests::{get_baseline_bill, get_genesis_chain},
1506+
service::bill_service::test_utils::{get_baseline_bill, get_genesis_chain},
15071507
tests::tests::{
15081508
MockBillChainStoreApiMock, MockBillStoreApiMock, MockCompanyChainStoreApiMock,
15091509
MockCompanyStoreApiMock, MockFileUploadStoreApiMock, MockIdentityStoreApiMock,

0 commit comments

Comments
 (0)