summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-05-10 21:55:22 -0400
committerMason Reed <35282038+emesare@users.noreply.github.com>2025-05-12 17:45:24 -0400
commit7ddeeccc4ae262b2f7cba8dfd1207d15b91d907c (patch)
treeeebd6d352932962487dd378eb347a75782781a89 /Cargo.lock
parent663225b7a25b36ab93fb008c20ddb316879f22fb (diff)
[Rust] Consult secrets provider when trying to connect to a remote
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7fea9b14..8e08425f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -358,6 +358,7 @@ dependencies = [
"log",
"rayon",
"rstest",
+ "serde_json",
"serial_test",
"tempfile",
"thiserror 2.0.11",