This commit is contained in:
Robin Appelman 2024-11-28 22:25:27 +01:00
commit 42c9c2abd6
2 changed files with 4 additions and 2 deletions

4
Cargo.lock generated
View file

@ -1,8 +1,10 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "rfc7239"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"uncased",
]

View file

@ -1,6 +1,6 @@
[package]
name = "rfc7239"
version = "0.1.1"
version = "0.1.2"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
description = "Parser for rfc7239 formatted Forwarded headers"