Remove panics in bencode serialization

This commit is contained in:
Igor Katson 2024-03-29 09:55:28 +00:00
parent 4d6b5181eb
commit d9ec702f59
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
3 changed files with 42 additions and 92 deletions

2
Cargo.lock generated
View file

@ -1318,7 +1318,7 @@ dependencies = [
[[package]]
name = "librqbit-bencode"
version = "2.2.1"
version = "2.2.2"
dependencies = [
"anyhow",
"librqbit-buffers",