bump the version number and update the lockfile

This commit is contained in:
glyph 2022-10-25 15:16:17 +01:00
parent d9167a2cd6
commit 3bf095e148
2 changed files with 9 additions and 2 deletions

9
Cargo.lock generated
View File

@ -2333,7 +2333,7 @@ dependencies = [
[[package]]
name = "peach-web"
version = "0.6.19"
version = "0.6.20"
dependencies = [
"async-std",
"base64 0.13.0",
@ -2349,6 +2349,7 @@ dependencies = [
"peach-network",
"rouille",
"temporary",
"vnstat_parse",
"xdg",
]
@ -3814,6 +3815,12 @@ version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "vnstat_parse"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75334377a2918b45b5b8da023080375a4ec0aa04b0bc88f896ea93cf4b32feff"
[[package]]
name = "void"
version = "1.0.2"

View File

@ -1,6 +1,6 @@
[package]
name = "peach-web"
version = "0.6.20"
version = "0.6.21"
authors = ["Andrew Reid <gnomad@cryptolab.net>", "Max Fowler <max@mfowler.info>"]
edition = "2018"
description = "peach-web is a web application which provides a web interface for monitoring and interacting with the PeachCloud device. This allows administration of the single-board computer (ie. Raspberry Pi) running PeachCloud, as well as the ssb-server and related plugins."