Fixed serializiation determinacy problems.

This commit is contained in:
Dave Hrycyszyn
2024-06-18 11:19:36 +01:00
parent 416d1ad88b
commit a4441af53a
9 changed files with 44 additions and 21 deletions

View File

@@ -24,6 +24,7 @@ tracing = "0.1.32"
tracing-subscriber = "0.3.9"
toml = "0.8.14"
url = "2.2.2"
indexmap = { version = "2.2.6", features = ["serde"] }
[dev-dependencies]
uuid = { version = "1.8.0", features = ["v4"] }