🏡 index : ~doyle/bin.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-03-01 10:33:09.0 +00:00:00
committer GitHub <noreply@github.com> 2024-03-01 10:33:09.0 +00:00:00
commit
9fa903a069fa0be10ee1945ac046d2e72b4cf385 [patch]
tree
97e10efed0798ce97e12906a077d57c739a8edfd
parent
b049ea379483ffeabdefa6d0e538531ebe845e00
download
9fa903a069fa0be10ee1945ac046d2e72b4cf385.tar.gz

Bump actix-web from 4.4.1 to 4.5.1

Bumps [actix-web](https://github.com/actix/actix-web) from 4.4.1 to 4.5.1.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](https://github.com/actix/actix-web/compare/web-v4.4.1...web-v4.5.1)

---
updated-dependencies:
- dependency-name: actix-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Diff

 Cargo.lock | 12 ++++++------
 Cargo.toml |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index d69fa1f..b162fb7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -46,9 +46,9 @@ dependencies = [

[[package]]
name = "actix-http"
version = "3.5.1"
version = "3.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "129d4c88e98860e1758c5de288d1632b07970a16d59bdf7b8d66053d582bb71f"
checksum = "d223b13fd481fc0d1f83bb12659ae774d9e3601814c68a0bc539731698cca743"
dependencies = [
 "actix-codec",
 "actix-rt",
@@ -156,9 +156,9 @@ dependencies = [

[[package]]
name = "actix-web"
version = "4.4.1"
version = "4.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e43428f3bf11dee6d166b00ec2df4e3aa8cc1606aaa0b7433c146852e2f4e03b"
checksum = "43a6556ddebb638c2358714d853257ed226ece6023ef9364f23f0c70737ea984"
dependencies = [
 "actix-codec",
 "actix-http",
@@ -1078,9 +1078,9 @@ dependencies = [

[[package]]
name = "h2"
version = "0.3.22"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178"
checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9"
dependencies = [
 "bytes",
 "fnv",
diff --git a/Cargo.toml b/Cargo.toml
index 5442137..625a097 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] }
rand = { version = "0.8" }
gpw = "0.1"
actix = "0.13"
actix-web = "4.4"
actix-web = "4.5"
htmlescape = "0.3"
askama = "0.12"
bat = "0.24"