fix: problems with pdu serialization

This commit is contained in:
timokoesters 2020-07-27 21:53:28 +02:00
parent dd3dab39ae
commit 21eb8d4fe3
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
3 changed files with 88 additions and 25 deletions

3
Cargo.lock generated
View file

@ -1485,6 +1485,7 @@ dependencies = [
[[package]]
name = "rocket"
version = "0.5.0-dev"
source = "git+https://github.com/timokoesters/Rocket.git?branch=empty_parameters#f383f15047d0dda71dd21399dfea96161fe2bd0e"
dependencies = [
"async-trait",
"atomic",
@ -1509,6 +1510,7 @@ dependencies = [
[[package]]
name = "rocket_codegen"
version = "0.5.0-dev"
source = "git+https://github.com/timokoesters/Rocket.git?branch=empty_parameters#f383f15047d0dda71dd21399dfea96161fe2bd0e"
dependencies = [
"devise",
"glob",
@ -1520,6 +1522,7 @@ dependencies = [
[[package]]
name = "rocket_http"
version = "0.5.0-dev"
source = "git+https://github.com/timokoesters/Rocket.git?branch=empty_parameters#f383f15047d0dda71dd21399dfea96161fe2bd0e"
dependencies = [
"cookie",
"http",