From befdc29b1e3cad5c8911260b5cc30526a891b9ba Mon Sep 17 00:00:00 2001
From: strawberry <strawberry@puppygock.gay>
Date: Wed, 10 Apr 2024 23:52:12 -0400
Subject: [PATCH] bump deps, fix repo link on cargo.toml

Signed-off-by: strawberry <strawberry@puppygock.gay>
---
 Cargo.lock | 4 ++--
 Cargo.toml | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index a60c52d4..38d02168 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -772,9 +772,9 @@ checksum = "c007b1ae3abe1cb6f85a16305acd418b7ca6343b953633fee2b76d8f108b830f"
 
 [[package]]
 name = "figment"
-version = "0.10.15"
+version = "0.10.16"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7270677e7067213e04f323b55084586195f18308cd7546cfac9f873344ccceb6"
+checksum = "fdefe49ed1057d124dc81a0681c30dd07de56ad96e32adc7b64e8f28eaab31c4"
 dependencies = [
  "atomic",
  "pear",
diff --git a/Cargo.toml b/Cargo.toml
index a8cffba4..94e3e99f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ authors = [
     "timokoesters <timo@koesters.xyz>",
 ]
 homepage = "https://puppygock.gay/conduwuit"
-repository = "https://gitlab.com/girlbossceo/conduwuit"
+repository = "https://github.com/girlbossceo/conduwuit"
 readme = "README.md"
 version = "0.7.0+conduwuit-0.1.14"
 edition = "2021"
@@ -113,7 +113,7 @@ version = "1.0.197"
 features = ["rc"]
 # Used for appservice registration files
 [dependencies.serde_yaml]
-version = "0.9.33"
+version = "0.9.34"
 # Used for ruma wrapper
 [dependencies.serde_json]
 version = "1.0.115"
@@ -232,7 +232,7 @@ default-features = false
 
 # Used for reading the configuration from conduit.toml & environment variables
 [dependencies.figment]
-version = "0.10.15"
+version = "0.10.16"
 features = ["env", "toml"]
 
 # Used for matrix spec type definitions and helpers