chore: update quick-xml and rstest

This commit is contained in:
ThetaDev 2023-03-31 21:50:35 +02:00
parent 7bcff13eb8
commit d33829860e

View file

@ -52,12 +52,12 @@ ress = "0.11.4"
phf = "0.11.1"
base64 = "0.21.0"
urlencoding = "2.1.2"
quick-xml = { version = "0.27.1", features = ["serialize"], optional = true }
quick-xml = { version = "0.28.1", features = ["serialize"], optional = true }
[dev-dependencies]
env_logger = "0.10.0"
test-log = "0.2.11"
rstest = "0.16.0"
rstest = "0.17.0"
temp_testdir = "0.2.3"
tokio-test = "0.4.2"
insta = { version = "1.17.1", features = ["ron", "redactions"] }