update readformat
This commit is contained in:
parent
60e306f8a7
commit
4d1532fee6
2 changed files with 5 additions and 5 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -4,13 +4,13 @@ version = 4
|
|||
|
||||
[[package]]
|
||||
name = "horrorhttp"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
dependencies = [
|
||||
"readformat",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "readformat"
|
||||
version = "1.0.1"
|
||||
version = "1.0.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5e1fd097dab477324dfeb476d75627e38fd1a7437bc0e94751084be499d7e6b1"
|
||||
checksum = "6cc7f16cea0fc473653b54865015941baf47c6f2b796b54c518a5d0e8e631a98"
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ name = "horrorhttp"
|
|||
description = "A perhaps too flexible HTTP library based on a state machine."
|
||||
license = "MIT"
|
||||
repository = "https://git.tudbut.de/tudbut/horrorhttp"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
readformat = "1.0.1"
|
||||
readformat = "1.0.3"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue