From 99d8e086717b99c01d96f800abb026b6aab7c663 Mon Sep 17 00:00:00 2001 From: Naian <126972030+nain-F49FF806@users.noreply.github.com> Date: Wed, 15 Nov 2023 13:21:46 +0100 Subject: [PATCH] deps: revert unnecessary (for now) addition --- Cargo.lock | 1 - aries/agents/rust/mediator/mediation/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc64458921..65bf5bc492 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2899,7 +2899,6 @@ dependencies = [ "serde_json", "serde_with", "sqlx", - "thiserror", "tokio", "uuid 1.5.0", ] diff --git a/aries/agents/rust/mediator/mediation/Cargo.toml b/aries/agents/rust/mediator/mediation/Cargo.toml index cbed3754cb..977aede451 100644 --- a/aries/agents/rust/mediator/mediation/Cargo.toml +++ b/aries/agents/rust/mediator/mediation/Cargo.toml @@ -27,7 +27,6 @@ serde = { version = "1.0.164", features = ["derive"] } serde_json = "1.0.104" serde_with = { version = "3.1.0", features = ["base64"] } sqlx = { version = "0.7", features = ["runtime-tokio"], optional = true } -thiserror = "1.0.50" # sqlx = { version = "0.5.8", git = "https://github.com/jovfer/sqlx", branch = "feature/json_no_preserve_order_v5", features = [ "sqlite", "mysql", "json_no_preserve_order", "runtime-tokio-rustls"], optional = true } tokio = { version = "1.28.2", features = ["rt-multi-thread", "macros"] } uuid = { version = "1.5.0", features = ["v4"] }