Skip to content

Commit 0a000b3

Browse files
committed
chore (manifest) - update dependencies and include mpesa_derive
1 parent 27b3afb commit 0a000b3

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

mpesa_core/Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,18 @@ license = "MIT"
1212
[dependencies]
1313
serde_json = "1.0"
1414
dotenv = "0.15.0"
15-
mpesa_derive = "0.2.1"
1615
openssl = "0.10.30"
17-
base64 = "0.12.3"
16+
base64 = "0.13.0"
1817
failure = "0.1.5"
1918
failure_derive = "0.1.5"
2019
chrono = "0.4"
2120

21+
[dependencies.mpesa_derive]
22+
version = "0.2.1"
23+
path = "../mpesa_derive"
24+
2225
[dependencies.reqwest]
23-
version = "0.10"
26+
version = "0.11.3"
2427
features = ["blocking", "json"]
2528

2629
[dependencies.serde]

mpesa_core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ mod mpesa_security;
258258
pub mod services;
259259

260260
pub use client::{Mpesa, MpesaResult};
261-
use constants::{CommandId, IdentifierTypes, MpesaResponseCode, ResponseType};
261+
pub use constants::CommandId;
262262
pub use environment::Environment;
263263
pub use errors::MpesaError;
264264
use mpesa_security::MpesaSecurity;

0 commit comments

Comments
 (0)