Updated dependencies.

This commit is contained in:
Revertron
2022-01-03 20:16:48 +01:00
parent 6ce092f184
commit f7799fefd6
2 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -25,8 +25,8 @@ signature = "1.3.1"
blakeout = "0.3.0"
num_cpus = "1.13.1"
byteorder = "1.4.3"
serde = { version = "1.0.132", features = ["derive"] }
serde_json = "1.0.73"
serde = { version = "1.0.133", features = ["derive"] }
serde_json = "1.0.74"
bincode = "1.3.3"
serde_cbor = "0.11.2"
base64 = "0.13.0"
@@ -39,7 +39,7 @@ sqlite = "0.26.0"
uuid = { version = "0.8.2", features = ["serde", "v4"] }
mio = { version = "0.8.0", features = ["os-poll", "net"] }
ureq = { version = "2.4", optional = true }
lru = "0.7.1"
lru = "0.7.2"
derive_more = "0.99.17"
lazy_static = "1.4.0"