Upgrade to v0.23.2

This commit is contained in:
spikecodes 2022-11-03 21:31:32 -07:00
parent c0e37443ae
commit 377634841c
No known key found for this signature in database
GPG Key ID: 004CECFF9B463BCB
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -664,7 +664,7 @@ dependencies = [
[[package]]
name = "libreddit"
version = "0.23.1"
version = "0.23.2"
dependencies = [
"askama",
"async-recursion",
@ -769,9 +769,9 @@ dependencies = [
[[package]]
name = "num_cpus"
version = "1.13.1"
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
dependencies = [
"hermit-abi",
"libc",

View File

@ -3,7 +3,7 @@ name = "libreddit"
description = " Alternative private front-end to Reddit"
license = "AGPL-3.0"
repository = "https://github.com/spikecodes/libreddit"
version = "0.23.1"
version = "0.23.2"
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2021"