caio.co/de/cantine

Update cantine dependencies

Id
2b76c048c2f40a08c993b1704c8644478a74556a
Author
Caio
Commit time
2020-11-01T11:17:46+01:00

Modified cantine/Cargo.toml

@@ -11,25 +11,25
[dependencies]
cantine_derive = { path = "../cantine_derive" }
tique = { path = "../tique", features = ["queryparser"] }
-actix-rt = "1.0"
+actix-rt = "1.1"
actix-service = "1.0"
-actix-web = "2.0"
-base64 = "0.11"
+actix-web = "3.2"
+base64 = "0.13"
bincode = "1"
byteorder = "1.3"
-crossbeam-channel = "0.4"
-env_logger = { version = "0.7", default-features = false }
+crossbeam-channel = "0.5"
+env_logger = { version = "0.8", default-features = false }
log = { version = "0.4", features = ["max_level_trace", "release_max_level_info"] }
memmap = "0.7"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tantivy = "0.13"
uuid = { version = "0.8", features = ["serde"] }
-zerocopy = "0.2"
+zerocopy = "0.3"

[dev-dependencies]
# v4 feature added to generate test uuids
uuid = { version = "0.8", features = ["serde", "v4"] }
tempfile = "3.1"
-once_cell = "1.2"
+once_cell = "1.4"
quickcheck = "0.9"