use ruma JsOption, bump figment

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-01-21 15:43:42 -05:00 committed by June
parent 4e8823dedb
commit 9d0c85ab17
4 changed files with 6 additions and 13 deletions

5
Cargo.lock generated
View file

@ -400,7 +400,6 @@ dependencies = [
"hyper",
"hyperlocal",
"image",
"js_option",
"jsonwebtoken",
"lazy_static",
"lru-cache",
@ -682,9 +681,9 @@ checksum = "27573eac26f4dd11e2b1916c3fe1baa56407c83c71a773a8ba17ec0bca03b6b7"
[[package]]
name = "figment"
version = "0.10.13"
version = "0.10.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7629b8c7bcd214a072c2c88b263b5bb3ceb54c34365d8c41c1665461aeae0993"
checksum = "2b6e5bc7bd59d60d0d45a6ccab6cf0f4ce28698fb4e81e750ddf229c9b824026"
dependencies = [
"atomic",
"pear",