This commit is contained in:
FlyingBlackShark 2022-07-19 14:28:00 +08:00
commit 9d43ba2dcf
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "blog-backend"
version = "0.5.5"
version = "0.5.6"
authors = ["Songday <songday@yeah.net>"]
edition = "2021"
@ -35,7 +35,7 @@ password-hash = { version = "0.4", features = ["rand_core"] }
pretty_env_logger = "0.4"
# pulldown-cmark = "0.9"
rand = "0.8"
regex = "1.5"
regex = "1.6"
reqwest = "0.11"
# subtle = "2"
serde = { version = "1", features = ["derive"] }

View File

@ -1,6 +1,6 @@
[package]
name = "blog-common"
version = "0.5.5"
version = "0.5.6"
authors = ["Songday"]
edition = "2021"

View File

@ -1,6 +1,6 @@
[package]
name = "blog-frontend"
version = "0.5.5"
version = "0.5.6"
authors = ["Songday"]
edition = "2021"