JavaScript is disabled, refresh for a better experience. ambee/giterated

ambee/giterated

Git repository hosting, collaboration, and discovery for the Fediverse.

Push updates

Amber - ⁨2⁩ years ago

parent: tbd commit: ⁨1d50fab

Showing ⁨⁨1⁩ changed file⁩ with ⁨⁨20⁩ insertions⁩ and ⁨⁨41⁩ deletions⁩

Cargo.lock

View file
@@ -544,13 +544,12 @@ checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
544 544
545 545 [[package]]
546 546 name = "flume"
547 version = "0.10.14"
547 version = "0.11.0"
548 548 source = "registry+https://github.com/rust-lang/crates.io-index"
549 checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
549 checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
550 550 dependencies = [
551 551 "futures-core",
552 552 "futures-sink",
553 "pin-project",
554 553 "spin 0.9.8",
555 554 ]
556 555
@@ -1513,26 +1512,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1513 1512 checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
1514 1513
1515 1514 [[package]]
1516 name = "pin-project"
1517 version = "1.1.3"
1518 source = "registry+https://github.com/rust-lang/crates.io-index"
1519 checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
1520 dependencies = [
1521 "pin-project-internal",
1522 ]
1523
1524 [[package]]
1525 name = "pin-project-internal"
1526 version = "1.1.3"
1527 source = "registry+https://github.com/rust-lang/crates.io-index"
1528 checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
1529 dependencies = [
1530 "proc-macro2",
1531 "quote",
1532 "syn 2.0.37",
1533 ]
1534
1535 [[package]]
1536 1515 name = "pin-project-lite"
1537 1516 version = "0.2.13"
1538 1517 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2054,9 +2033,9 @@ dependencies = [
2054 2033
2055 2034 [[package]]
2056 2035 name = "sqlx"
2057 version = "0.7.1"
2036 version = "0.7.2"
2058 2037 source = "registry+https://github.com/rust-lang/crates.io-index"
2059 checksum = "8e58421b6bc416714d5115a2ca953718f6c621a51b68e4f4922aea5a4391a721"
2038 checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33"
2060 2039 dependencies = [
2061 2040 "sqlx-core",
2062 2041 "sqlx-macros",
@@ -2067,9 +2046,9 @@ dependencies = [
2067 2046
2068 2047 [[package]]
2069 2048 name = "sqlx-core"
2070 version = "0.7.1"
2049 version = "0.7.2"
2071 2050 source = "registry+https://github.com/rust-lang/crates.io-index"
2072 checksum = "dd4cef4251aabbae751a3710927945901ee1d97ee96d757f6880ebb9a79bfd53"
2051 checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
2073 2052 dependencies = [
2074 2053 "ahash 0.8.3",
2075 2054 "atoi",
@@ -2109,9 +2088,9 @@ dependencies = [
2109 2088
2110 2089 [[package]]
2111 2090 name = "sqlx-macros"
2112 version = "0.7.1"
2091 version = "0.7.2"
2113 2092 source = "registry+https://github.com/rust-lang/crates.io-index"
2114 checksum = "208e3165167afd7f3881b16c1ef3f2af69fa75980897aac8874a0696516d12c2"
2093 checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec"
2115 2094 dependencies = [
2116 2095 "proc-macro2",
2117 2096 "quote",
@@ -2122,9 +2101,9 @@ dependencies = [
2122 2101
2123 2102 [[package]]
2124 2103 name = "sqlx-macros-core"
2125 version = "0.7.1"
2104 version = "0.7.2"
2126 2105 source = "registry+https://github.com/rust-lang/crates.io-index"
2127 checksum = "8a4a8336d278c62231d87f24e8a7a74898156e34c1c18942857be2acb29c7dfc"
2106 checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc"
2128 2107 dependencies = [
2129 2108 "dotenvy",
2130 2109 "either",
@@ -2148,9 +2127,9 @@ dependencies = [
2148 2127
2149 2128 [[package]]
2150 2129 name = "sqlx-mysql"
2151 version = "0.7.1"
2130 version = "0.7.2"
2152 2131 source = "registry+https://github.com/rust-lang/crates.io-index"
2153 checksum = "8ca69bf415b93b60b80dc8fda3cb4ef52b2336614d8da2de5456cc942a110482"
2132 checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db"
2154 2133 dependencies = [
2155 2134 "atoi",
2156 2135 "base64 0.21.4",
@@ -2191,9 +2170,9 @@ dependencies = [
2191 2170
2192 2171 [[package]]
2193 2172 name = "sqlx-postgres"
2194 version = "0.7.1"
2173 version = "0.7.2"
2195 2174 source = "registry+https://github.com/rust-lang/crates.io-index"
2196 checksum = "a0db2df1b8731c3651e204629dd55e52adbae0462fa1bdcbed56a2302c18181e"
2175 checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624"
2197 2176 dependencies = [
2198 2177 "atoi",
2199 2178 "base64 0.21.4",
@@ -2231,9 +2210,9 @@ dependencies = [
2231 2210
2232 2211 [[package]]
2233 2212 name = "sqlx-sqlite"
2234 version = "0.7.1"
2213 version = "0.7.2"
2235 2214 source = "registry+https://github.com/rust-lang/crates.io-index"
2236 checksum = "be4c21bf34c7cae5b283efb3ac1bcc7670df7561124dc2f8bdc0b59be40f79a2"
2215 checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f"
2237 2216 dependencies = [
2238 2217 "atoi",
2239 2218 "chrono",
@@ -2306,18 +2285,18 @@ dependencies = [
2306 2285
2307 2286 [[package]]
2308 2287 name = "thiserror"
2309 version = "1.0.48"
2288 version = "1.0.49"
2310 2289 source = "registry+https://github.com/rust-lang/crates.io-index"
2311 checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7"
2290 checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
2312 2291 dependencies = [
2313 2292 "thiserror-impl",
2314 2293 ]
2315 2294
2316 2295 [[package]]
2317 2296 name = "thiserror-impl"
2318 version = "1.0.48"
2297 version = "1.0.49"
2319 2298 source = "registry+https://github.com/rust-lang/crates.io-index"
2320 checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35"
2299 checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
2321 2300 dependencies = [
2322 2301 "proc-macro2",
2323 2302 "quote",