Update Cargo.lock (#803)

* Update Cargo.lock

* Changelog

* Update Cargo.toml
This commit is contained in:
Andrew Ferrazzutti 2023-08-04 09:11:25 -04:00 committed by GitHub
parent b7d66177de
commit 958743365f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View File

@ -702,7 +702,7 @@ dependencies = [
[[package]] [[package]]
name = "matrix-hookshot" name = "matrix-hookshot"
version = "1.8.1" version = "4.4.1"
dependencies = [ dependencies = [
"atom_syndication", "atom_syndication",
"contrast", "contrast",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "matrix-hookshot" name = "matrix-hookshot"
version = "4.4.0" version = "4.4.1"
edition = "2021" edition = "2021"
[lib] [lib]

1
changelog.d/803.misc Normal file
View File

@ -0,0 +1 @@
Update the version number of Hookshot's Rust package.