Bump version to 2.5.6

This commit is contained in:
Giovanni Barillari 2025-10-29 19:10:10 +01:00
parent ead1b56661
commit 4d02f6bcc2
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -374,7 +374,7 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
[[package]]
name = "granian"
version = "2.5.5"
version = "2.5.6"
dependencies = [
"anyhow",
"crossbeam-channel",

View file

@ -1,6 +1,6 @@
[package]
name = "granian"
version = "2.5.5"
version = "2.5.6"
description = "A Rust HTTP server for Python applications"
authors = ["Giovanni Barillari <g@baro.dev>"]
license = "BSD-3-Clause"