This commit is contained in:
Daniel Valentine 2023-01-30 02:07:32 -07:00
parent 8be5fdee2d
commit f405f509c4
No known key found for this signature in database
GPG key ID: C82492E4FF813823
3 changed files with 36 additions and 36 deletions

6
Cargo.lock generated
View file

@ -673,7 +673,7 @@ dependencies = [
[[package]]
name = "libreddit"
version = "0.27.2"
version = "0.28.0"
dependencies = [
"askama",
"brotli",
@ -1184,9 +1184,9 @@ dependencies = [
[[package]]
name = "serde_yaml"
version = "0.9.16"
version = "0.9.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92b5b431e8907b50339b51223b97d102db8d987ced36f6e4d03621db9316c834"
checksum = "8fb06d4b6cdaef0e0c51fa881acb721bed3c924cfaa71d9c94a3b771dfdf6567"
dependencies = [
"indexmap",
"itoa",