aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authormurilo ijanc2025-11-20 19:08:36 -0300
committermurilo ijanc2025-11-20 19:08:36 -0300
commit96ce496310f086af43dcb51adda52ec4bd90c89c (patch)
tree1bf696c408072fbec2a4cba954e3149636d1d281 /Cargo.lock
parentf162396b28b8eea21d09ef0b5c8c0fa67b0ccb70 (diff)
downloadcogops-96ce496310f086af43dcb51adda52ec4bd90c89c.tar.gz
Update repository, description and fix dependencies version
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock36
1 files changed, 18 insertions, 18 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 87a323f..cad7e31 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -482,20 +482,6 @@ dependencies = [
]
[[package]]
-name = "batch-cognito"
-version = "0.1.0"
-dependencies = [
- "anyhow",
- "aws-config",
- "aws-sdk-cognitoidentityprovider",
- "clap",
- "indicatif",
- "tokio",
- "tracing",
- "tracing-subscriber",
-]
-
-[[package]]
name = "bindgen"
version = "0.72.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -592,9 +578,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.5.52"
+version = "4.5.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "aa8120877db0e5c011242f96806ce3c94e0737ab8108532a76a3300a01db2ab8"
+checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
dependencies = [
"clap_builder",
"clap_derive",
@@ -602,9 +588,9 @@ dependencies = [
[[package]]
name = "clap_builder"
-version = "4.5.52"
+version = "4.5.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "02576b399397b659c26064fbc92a75fede9d18ffd5f80ca1cd74ddab167016e1"
+checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
dependencies = [
"anstream",
"anstyle",
@@ -640,6 +626,20 @@ dependencies = [
]
[[package]]
+name = "cogops"
+version = "0.1.0"
+dependencies = [
+ "anyhow",
+ "aws-config",
+ "aws-sdk-cognitoidentityprovider",
+ "clap",
+ "indicatif",
+ "tokio",
+ "tracing",
+ "tracing-subscriber",
+]
+
+[[package]]
name = "colorchoice"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"