Merge branch 'main' into feat/cookie-mechanism

This commit is contained in:
Prabhpreet Dua
2024-04-16 17:41:41 +05:30
committed by GitHub
2 changed files with 22 additions and 22 deletions

View File

@@ -44,12 +44,12 @@ env_logger = "0.10.2"
toml = "0.7.8"
static_assertions = "1.1.0"
allocator-api2 = "0.2.14"
allocator-api2-tests = "0.2.14"
allocator-api2-tests = "0.2.15"
memsec = "0.6.3"
rand = "0.8.5"
typenum = "1.17.0"
log = { version = "0.4.21" }
clap = { version = "4.4.10", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive"] }
serde = { version = "1.0.197", features = ["derive"] }
arbitrary = { version = "1.3.2", features = ["derive"] }
anyhow = { version = "1.0.82", features = ["backtrace", "std"] }