1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00
examples/Cargo.lock

8567 lines
192 KiB
Plaintext
Raw Normal View History

2020-09-16 02:11:49 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
dependencies = [
"lazy_static",
"regex",
]
[[package]]
name = "acme-micro"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a18fb402a32ddc56ef7015df8d575c326ea911887ba9b7661ce18786282e89a3"
dependencies = [
"anyhow",
"base64 0.13.1",
"lazy_static",
"log",
"openssl",
"serde",
"serde_json",
2022-12-11 16:25:15 +01:00
"time 0.1.45",
"ureq",
]
2022-03-04 04:45:03 +01:00
[[package]]
name = "actix"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f728064aca1c318585bf4bb04ffcfac9e75e508ab4e8b1bd9ba5dfe04e2cbed5"
dependencies = [
"actix-rt",
"actix_derive",
"bitflags",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-03-04 04:45:03 +01:00
"crossbeam-channel",
"futures-core",
"futures-sink",
"futures-task",
"futures-util",
"log",
"once_cell",
"parking_lot 0.12.1",
"pin-project-lite 0.2.9",
2022-12-30 17:23:24 +01:00
"smallvec 1.10.0",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-09-11 00:07:55 +02:00
"tokio-util 0.7.4",
2022-03-04 04:45:03 +01:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "actix-broker"
version = "0.4.3"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e089b5c4d0cf02d72a9eca0b6c80aebff1ccd3d1e99c83d1f7b9baeff39dc5e9"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-10-16 20:14:40 +02:00
"actix",
2022-08-28 19:40:59 +02:00
"ahash 0.7.6",
2020-09-16 02:11:49 +02:00
"log",
]
[[package]]
name = "actix-casbin-example"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2020-09-16 02:11:49 +02:00
"casbin",
"loge",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "actix-codec"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe"
dependencies = [
"bitflags",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
"futures-core",
"futures-sink",
"log",
"memchr",
"pin-project-lite 0.2.9",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-09-11 00:07:55 +02:00
"tokio-util 0.7.4",
]
2020-10-20 00:36:53 +02:00
[[package]]
name = "actix-cors"
2022-12-11 16:25:15 +01:00
version = "0.6.4"
2020-10-20 00:36:53 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "b340e9cfa5b08690aae90fb61beb44e9b06f44fe3d0f93781aaa58cfba86245e"
2020-10-20 00:36:53 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-utils",
"actix-web",
2020-10-20 00:36:53 +02:00
"derive_more",
"futures-util",
"log",
"once_cell",
2022-12-30 17:23:24 +01:00
"smallvec 1.10.0",
2020-09-16 02:11:49 +02:00
]
2022-01-29 17:06:32 +01:00
[[package]]
name = "actix-files"
2022-08-05 20:43:46 +02:00
version = "0.6.2"
2022-01-29 17:06:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-05 20:43:46 +02:00
checksum = "d832782fac6ca7369a70c9ee9a20554623c5e51c76e190ad151780ebea1cf689"
2022-01-29 17:06:32 +01:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-http",
"actix-service",
"actix-utils",
"actix-web",
2022-02-02 16:21:49 +01:00
"askama_escape",
2022-01-29 17:06:32 +01:00
"bitflags",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-01-29 17:06:32 +01:00
"derive_more",
"futures-core",
"http-range",
"log",
"mime",
"mime_guess",
"percent-encoding",
"pin-project-lite 0.2.9",
2022-01-29 17:06:32 +01:00
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "actix-http"
2022-10-16 22:20:01 +02:00
version = "3.2.2"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "0c83abf9903e1f0ad9973cc4f7b9767fd5a03a583f51a5b7a339e07987cd2724"
2021-10-06 23:42:44 +02:00
dependencies = [
2022-03-04 17:28:40 +01:00
"actix-codec",
2022-02-18 02:44:53 +01:00
"actix-rt",
"actix-service",
"actix-tls",
"actix-utils",
2022-08-28 19:40:59 +02:00
"ahash 0.7.6",
"base64 0.13.1",
2021-10-06 23:42:44 +02:00
"bitflags",
2022-01-27 03:58:13 +01:00
"brotli",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2021-10-07 00:56:44 +02:00
"bytestring",
2021-10-06 23:42:44 +02:00
"derive_more",
"encoding_rs",
"flate2",
"futures-core",
2022-10-26 17:51:27 +02:00
"h2 0.3.15",
2021-10-06 23:42:44 +02:00
"http",
"httparse",
2022-01-27 03:58:13 +01:00
"httpdate 1.0.2",
2022-12-30 17:48:10 +01:00
"itoa 1.0.5",
2022-02-18 02:44:53 +01:00
"language-tags",
2021-10-06 23:42:44 +02:00
"local-channel",
"mime",
"percent-encoding",
"pin-project-lite 0.2.9",
"rand 0.8.5",
2022-10-16 22:20:01 +02:00
"sha1 0.10.5",
2022-12-30 17:23:24 +01:00
"smallvec 1.10.0",
2022-07-09 21:43:47 +02:00
"tracing",
2021-10-06 23:42:44 +02:00
"zstd",
]
2022-02-02 16:50:58 +01:00
[[package]]
name = "actix-http-test"
2022-08-05 20:43:46 +02:00
version = "3.0.0"
2022-02-02 16:50:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-05 20:43:46 +02:00
checksum = "f40511826540d084fbcd68ee65b75b1849961c1760a193b09180a4851f20075b"
2022-02-02 16:50:58 +01:00
dependencies = [
2022-03-04 17:28:40 +01:00
"actix-codec",
2022-02-18 02:44:53 +01:00
"actix-rt",
"actix-server",
"actix-service",
"actix-tls",
"actix-utils",
"awc",
"base64 0.13.1",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-02-02 16:50:58 +01:00
"futures-core",
"http",
"log",
"serde",
2022-02-02 16:50:58 +01:00
"serde_json",
"serde_urlencoded",
"slab",
2022-09-11 00:07:55 +02:00
"socket2 0.4.7",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-02-02 16:50:58 +01:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "actix-identity"
2022-10-26 17:51:27 +02:00
version = "0.5.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "1224c9f9593dc27c9077b233ce04adedc1d7febcfc35ee9f53ea3c24df180bec"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-service",
2022-10-26 17:51:27 +02:00
"actix-session",
2022-02-18 02:44:53 +01:00
"actix-utils",
"actix-web",
2022-10-26 17:51:27 +02:00
"anyhow",
"futures-core",
"serde",
2022-10-26 17:51:27 +02:00
"tracing",
2020-09-16 02:11:49 +02:00
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "actix-macros"
2022-01-27 03:58:13 +01:00
version = "0.2.3"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 03:58:13 +01:00
checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
2021-10-06 23:42:44 +02:00
dependencies = [
"quote",
"syn",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "actix-multipart"
2022-02-25 22:07:22 +01:00
version = "0.4.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-25 22:07:22 +01:00
checksum = "c9edfb0e7663d7fe18c8d5b668c9c1bcf79176b1dcc9d4da9592503209a6bfb0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-utils",
"actix-web",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2020-09-16 02:11:49 +02:00
"derive_more",
2022-01-31 03:45:53 +01:00
"futures-core",
2020-09-16 02:11:49 +02:00
"httparse",
2022-01-31 03:45:53 +01:00
"local-waker",
2020-09-16 02:11:49 +02:00
"log",
"mime",
"twoway",
]
[[package]]
name = "actix-protobuf"
2022-10-26 17:51:27 +02:00
version = "0.9.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "d2e1151cdf1d5f30115da7c8e3e4cefadfb6d396973d75354647c4e8fae3a14f"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2020-09-16 02:11:49 +02:00
"derive_more",
"futures-util",
"prost",
]
[[package]]
name = "actix-redis"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38446dc11c743f4f0023b1067c7cfb8f2548f24418e31a193b324e35fa059279"
dependencies = [
2022-10-16 20:14:40 +02:00
"actix",
"actix-rt",
"actix-service",
"actix-tls",
"actix-web",
2022-10-16 20:14:40 +02:00
"backoff",
"derive_more",
"futures-core",
"log",
2022-10-16 20:14:40 +02:00
"redis-async",
2022-12-11 16:25:15 +01:00
"time 0.3.17",
"tokio 1.23.0",
2022-09-11 00:07:55 +02:00
"tokio-util 0.7.4",
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "actix-router"
2022-10-16 22:20:01 +02:00
version = "0.5.1"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "d66ff4d247d2b160861fa2866457e85706833527840e4133f8f49aa423a38799"
2021-10-06 23:42:44 +02:00
dependencies = [
2021-10-07 00:56:44 +02:00
"bytestring",
2020-09-16 02:11:49 +02:00
"http",
"regex",
"serde",
2022-10-16 22:20:01 +02:00
"tracing",
2020-09-16 02:11:49 +02:00
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "actix-rt"
2022-03-15 18:32:27 +01:00
version = "2.7.0"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-15 18:32:27 +01:00
checksum = "7ea16c295198e958ef31930a6ef37d0fb64e9ca3b6116e6b93a8bdae96ee1000"
2021-10-06 23:42:44 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-macros",
2021-10-06 23:42:44 +02:00
"futures-core",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2020-09-16 02:11:49 +02:00
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "actix-server"
2022-03-15 18:32:27 +01:00
version = "2.1.1"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-15 18:32:27 +01:00
checksum = "0da34f8e659ea1b077bb4637948b815cd3768ad5a188fdcd74ff4d84240cd824"
2021-10-06 23:42:44 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-rt",
"actix-service",
"actix-utils",
2021-10-06 23:42:44 +02:00
"futures-core",
2022-01-27 03:58:13 +01:00
"futures-util",
2022-10-26 17:51:27 +02:00
"mio 0.8.5",
2021-10-06 23:42:44 +02:00
"num_cpus",
2022-09-11 00:07:55 +02:00
"socket2 0.4.7",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-03-15 18:32:27 +01:00
"tracing",
2020-09-16 02:11:49 +02:00
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "actix-service"
2022-01-27 03:58:13 +01:00
version = "2.0.2"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 03:58:13 +01:00
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
2021-10-06 23:42:44 +02:00
dependencies = [
"futures-core",
"paste",
"pin-project-lite 0.2.9",
2021-10-06 23:42:44 +02:00
]
[[package]]
name = "actix-session"
2022-10-16 22:20:01 +02:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "43da8b818ae1f11049a4d218975345fe8e56ce5a5f92c11f972abcff5ff80e87"
dependencies = [
2022-10-16 20:14:40 +02:00
"actix",
"actix-redis",
"actix-service",
"actix-utils",
"actix-web",
"anyhow",
"async-trait",
"derive_more",
"futures-core",
"rand 0.8.5",
"serde",
"serde_json",
"tracing",
]
2022-02-02 16:50:58 +01:00
[[package]]
name = "actix-test"
2022-08-05 20:43:46 +02:00
version = "0.1.0"
2022-02-02 16:50:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-05 20:43:46 +02:00
checksum = "546b075f2ee13e081a040b60b95a08f0eceaac6bc759309026611234dc80abfe"
2022-02-02 16:50:58 +01:00
dependencies = [
2022-03-04 17:28:40 +01:00
"actix-codec",
2022-02-18 02:44:53 +01:00
"actix-http",
2022-02-02 16:50:58 +01:00
"actix-http-test",
2022-02-18 02:44:53 +01:00
"actix-rt",
"actix-service",
"actix-utils",
"actix-web",
"awc",
2022-02-02 16:50:58 +01:00
"futures-core",
"futures-util",
"log",
"serde",
2022-02-02 16:50:58 +01:00
"serde_json",
"serde_urlencoded",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-02-02 16:50:58 +01:00
]
2022-01-31 03:45:53 +01:00
[[package]]
name = "actix-tls"
version = "3.0.3"
2022-01-31 03:45:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fde0cf292f7cdc7f070803cb9a0d45c018441321a78b1042ffbbb81ec333297"
2022-01-31 03:45:53 +01:00
dependencies = [
2022-03-04 17:28:40 +01:00
"actix-codec",
2022-02-18 02:44:53 +01:00
"actix-rt",
"actix-service",
"actix-utils",
2022-01-31 03:45:53 +01:00
"futures-core",
2022-02-02 02:17:10 +01:00
"http",
2022-01-31 03:45:53 +01:00
"log",
2022-02-02 01:44:58 +01:00
"openssl",
"pin-project-lite 0.2.9",
2022-02-02 03:02:47 +01:00
"tokio-openssl",
2022-12-11 16:31:32 +01:00
"tokio-rustls",
2022-09-11 00:07:55 +02:00
"tokio-util 0.7.4",
2022-12-11 16:25:15 +01:00
"webpki-roots 0.22.6",
2022-01-31 03:45:53 +01:00
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "actix-utils"
2022-10-26 17:51:27 +02:00
version = "3.0.1"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
2021-10-06 23:42:44 +02:00
dependencies = [
"local-waker",
"pin-project-lite 0.2.9",
2021-10-06 23:42:44 +02:00
]
[[package]]
name = "actix-web"
2022-10-16 22:20:01 +02:00
version = "4.2.1"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "d48f7b6534e06c7bfc72ee91db7917d4af6afe23e7d223b51e68fffbb21e96b9"
2021-10-06 23:42:44 +02:00
dependencies = [
2022-03-04 17:28:40 +01:00
"actix-codec",
2022-02-18 02:44:53 +01:00
"actix-http",
"actix-macros",
"actix-router",
"actix-rt",
"actix-server",
"actix-service",
"actix-tls",
"actix-utils",
"actix-web-codegen",
2022-08-28 19:40:59 +02:00
"ahash 0.7.6",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-02-25 22:07:22 +01:00
"bytestring",
2021-10-06 23:42:44 +02:00
"cfg-if 1.0.0",
2022-12-30 17:48:10 +01:00
"cookie 0.16.2",
2021-10-06 23:42:44 +02:00
"derive_more",
"encoding_rs",
"futures-core",
"futures-util",
2022-10-16 22:20:01 +02:00
"http",
2022-12-30 17:48:10 +01:00
"itoa 1.0.5",
2022-02-18 02:44:53 +01:00
"language-tags",
2021-10-06 23:42:44 +02:00
"log",
"mime",
"once_cell",
"pin-project-lite 0.2.9",
2021-10-06 23:42:44 +02:00
"regex",
"serde",
2021-10-06 23:42:44 +02:00
"serde_json",
"serde_urlencoded",
2022-12-30 17:23:24 +01:00
"smallvec 1.10.0",
2022-09-11 00:07:55 +02:00
"socket2 0.4.7",
2022-12-11 16:25:15 +01:00
"time 0.3.17",
2021-10-06 23:42:44 +02:00
"url",
]
[[package]]
name = "actix-web-actors"
2022-03-04 04:45:03 +01:00
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-04 04:45:03 +01:00
checksum = "31efe7896f3933ce03dd4710be560254272334bb321a18fd8ff62b1a557d9d19"
dependencies = [
2022-10-16 20:14:40 +02:00
"actix",
2022-03-04 17:28:40 +01:00
"actix-codec",
2022-02-18 02:44:53 +01:00
"actix-http",
"actix-web",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
"bytestring",
"futures-core",
"pin-project-lite 0.2.9",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "actix-web-codegen"
2022-10-16 22:20:01 +02:00
version = "4.1.0"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "1fa9362663c8643d67b2d5eafba49e4cb2c8a053a29ed00a0bea121f17c76b13"
2021-10-06 23:42:44 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-router",
2021-10-06 23:42:44 +02:00
"proc-macro2",
"quote",
"syn",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "actix-web-cors"
version = "1.0.0"
dependencies = [
2022-02-17 21:59:04 +01:00
"actix-cors",
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
"serde",
2020-09-16 02:11:49 +02:00
"serde_json",
]
2022-10-16 22:20:01 +02:00
[[package]]
name = "actix-web-lab"
2022-12-11 16:25:15 +01:00
version = "0.18.8"
2022-10-16 22:20:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "caab4099eb0a9d1de2982b6687488b60fc2846600e9f4bcf5b249bde1879613f"
2022-10-16 22:20:01 +02:00
dependencies = [
"actix-files",
"actix-http",
"actix-router",
"actix-service",
"actix-utils",
"actix-web",
"actix-web-lab-derive",
2022-12-11 16:25:15 +01:00
"ahash 0.8.2",
2022-10-16 22:20:01 +02:00
"arc-swap",
"async-trait",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-10-16 22:20:01 +02:00
"bytestring",
"csv",
"derive_more",
"futures-core",
"futures-util",
"http",
2022-12-11 16:25:15 +01:00
"impl-more",
2022-10-16 22:20:01 +02:00
"itertools",
"local-channel",
2022-12-11 16:25:15 +01:00
"mediatype",
2022-10-16 22:20:01 +02:00
"mime",
"once_cell",
"pin-project-lite 0.2.9",
"regex",
"serde",
"serde_html_form",
"serde_json",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-08-28 19:41:16 +02:00
"tracing",
]
2022-03-15 19:17:19 +01:00
[[package]]
2022-07-09 21:48:05 +02:00
name = "actix-web-lab-derive"
2022-12-11 16:25:15 +01:00
version = "0.18.0"
2022-03-15 19:17:19 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "e4419acd7924ac473ccd00a6efea324dd382b0b7ae31b8e06cd2c58d4d7afae6"
2022-03-15 19:17:19 +01:00
dependencies = [
2022-07-09 21:48:05 +02:00
"proc-macro2",
"quote",
"syn",
2022-03-15 19:17:19 +01:00
]
2022-07-11 02:44:46 +02:00
[[package]]
name = "actix-ws"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "535aec173810be3ca6f25dd5b4d431ae7125d62000aa3cbae1ec739921b02cf3"
dependencies = [
"actix-codec",
"actix-http",
"actix-web",
"futures-core",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-07-11 02:44:46 +02:00
]
[[package]]
name = "actix_derive"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d44b8fee1ced9671ba043476deddef739dd0959bf77030b26b738cc591737a7"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "adler"
2021-10-07 00:56:44 +02:00
version = "1.0.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2020-09-16 02:11:49 +02:00
[[package]]
name = "aead"
2022-10-16 22:20:01 +02:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "5c192eb8f11fc081b0fe4259ba5af04217d4e0faddd02417310a927911abd7c8"
dependencies = [
2022-10-16 22:20:01 +02:00
"crypto-common",
2022-08-05 20:43:46 +02:00
"generic-array",
]
[[package]]
name = "aes"
2022-12-11 16:25:15 +01:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241"
dependencies = [
"cfg-if 1.0.0",
"cipher",
"cpufeatures",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "aes-gcm"
2022-10-16 22:20:01 +02:00
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "82e1366e0c69c9f927b1fa5ce2c7bf9eafc8f9268c0b9800729e8b267612447c"
dependencies = [
"aead",
"aes",
"cipher",
"ctr",
"ghash",
2022-01-31 03:45:53 +01:00
"subtle",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "aes-gcm-siv"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae0784134ba9375416d469ec31e7c5f9fa94405049cf08c5ce5b4698be673e0d"
dependencies = [
"aead",
"aes",
"cipher",
"ctr",
"polyval",
"subtle",
"zeroize",
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "ahash"
2022-01-27 03:58:13 +01:00
version = "0.7.6"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 03:58:13 +01:00
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
2021-10-06 23:42:44 +02:00
dependencies = [
2022-10-26 17:51:27 +02:00
"getrandom 0.2.8",
2021-10-06 23:42:44 +02:00
"once_cell",
2022-02-18 02:44:53 +01:00
"version_check",
2021-10-06 23:42:44 +02:00
]
2022-08-28 19:40:59 +02:00
[[package]]
name = "ahash"
2022-12-11 16:25:15 +01:00
version = "0.8.2"
2022-08-28 19:40:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107"
2022-08-28 19:40:59 +02:00
dependencies = [
"cfg-if 1.0.0",
2022-12-11 16:25:15 +01:00
"const-random",
2022-10-26 17:51:27 +02:00
"getrandom 0.2.8",
2022-08-28 19:40:59 +02:00
"once_cell",
"version_check",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "aho-corasick"
2022-12-11 16:25:15 +01:00
version = "0.7.20"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
2020-09-16 02:11:49 +02:00
dependencies = [
"memchr",
]
[[package]]
2022-01-27 03:58:13 +01:00
name = "alloc-no-stdlib"
2022-10-16 22:20:01 +02:00
version = "2.0.4"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
2020-09-16 02:11:49 +02:00
[[package]]
2022-01-27 03:58:13 +01:00
name = "alloc-stdlib"
2022-10-16 22:20:01 +02:00
version = "0.2.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-01-27 03:58:13 +01:00
"alloc-no-stdlib",
2020-09-16 02:11:49 +02:00
]
2022-08-28 19:40:59 +02:00
[[package]]
name = "android_system_properties"
2022-09-11 00:07:55 +02:00
version = "0.1.5"
2022-08-28 19:40:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
2022-08-28 19:40:59 +02:00
dependencies = [
"libc",
]
2020-09-16 02:11:49 +02:00
[[package]]
2022-01-27 03:58:13 +01:00
name = "annotate-snippets"
version = "0.9.1"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 03:58:13 +01:00
checksum = "c3b9d411ecbaf79885c6df4d75fff75858d5995ff25385657a28af47e82f9c36"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-01-27 03:58:13 +01:00
"unicode-width",
"yansi-term",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "anyhow"
2022-12-30 17:48:10 +01:00
version = "1.0.68"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
2022-12-30 17:23:24 +01:00
[[package]]
name = "apalis"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "184a9431748203f466bc6885501a2fad9c2fd290483ab2be9fdfd7c0d23983c8"
dependencies = [
"apalis-core",
"apalis-redis",
]
[[package]]
name = "apalis-core"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e416500b525d65f282204b770863fde436c330a02ace9e61b04a93db930b69a"
dependencies = [
"anyhow",
"async-trait",
"chrono",
"futures 0.3.25",
"http",
"log",
"pin-project-lite 0.2.9",
"serde",
"serde_json",
"strum",
"thiserror",
"tokio 1.23.0",
"tower",
"tracing",
"tracing-futures",
"uuid 0.8.2",
]
[[package]]
name = "apalis-redis"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "169420e419898206f2d84b45b9c2839988f2892341d34b964e6d099e59667a9d"
dependencies = [
"apalis-core",
"async-stream",
"async-trait",
"chrono",
"futures 0.3.25",
"log",
"redis 0.21.7",
"serde",
"serde_json",
"tokio 1.23.0",
"uuid 0.8.2",
]
[[package]]
name = "arc-swap"
2022-08-05 20:43:46 +02:00
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-05 20:43:46 +02:00
checksum = "983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164"
2020-09-16 02:11:49 +02:00
[[package]]
name = "arrayref"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
2022-01-27 03:58:13 +01:00
[[package]]
name = "arrayvec"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
2021-04-26 13:32:32 +02:00
[[package]]
name = "ascii"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
2022-02-17 22:29:55 +01:00
[[package]]
name = "ascii_utils"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71938f30533e4d95a6d17aa530939da3842c2ab6f4f84b9dae68447e4129f74a"
2020-09-16 02:11:49 +02:00
[[package]]
name = "askama"
version = "0.11.1"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb98f10f371286b177db5eeb9a6e5396609555686a35e1d4f7b9a9c6d8af0139"
2020-09-16 02:11:49 +02:00
dependencies = [
"askama_derive",
2022-02-02 16:21:49 +01:00
"askama_escape",
2020-09-16 02:11:49 +02:00
"askama_shared",
]
[[package]]
name = "askama_derive"
version = "0.11.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87bf87e6e8b47264efa9bde63d6225c6276a52e05e91bf37eaa8afd0032d6b71"
2020-09-16 02:11:49 +02:00
dependencies = [
"askama_shared",
"proc-macro2",
2020-09-16 02:11:49 +02:00
"syn",
]
[[package]]
name = "askama_escape"
version = "0.10.3"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
2020-09-16 02:11:49 +02:00
[[package]]
name = "askama_shared"
2022-03-04 04:45:03 +01:00
version = "0.12.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-04 04:45:03 +01:00
checksum = "bf722b94118a07fcbc6640190f247334027685d4e218b794dbfe17c32bf38ed0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-02 16:21:49 +01:00
"askama_escape",
2020-09-16 02:11:49 +02:00
"humansize",
"mime",
"mime_guess",
2022-10-26 17:51:27 +02:00
"nom",
"num-traits",
"percent-encoding",
"proc-macro2",
"quote",
"serde",
"syn",
2020-09-16 02:11:49 +02:00
"toml",
]
[[package]]
name = "async-channel"
2022-12-11 16:25:15 +01:00
version = "1.8.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
2020-09-16 02:11:49 +02:00
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
2022-10-16 20:24:17 +02:00
[[package]]
name = "async-data"
version = "1.0.0"
dependencies = [
"actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-10-16 20:24:17 +02:00
"log",
]
[[package]]
name = "async-graphql"
2022-12-30 17:48:10 +01:00
version = "5.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "6d56592fdc896f45ca73e04f9562033f95ab38b33878155464003187190bb4ba"
dependencies = [
"async-graphql-derive",
"async-graphql-parser",
"async-graphql-value",
"async-stream",
"async-trait",
"base64 0.13.1",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-02-17 22:29:55 +01:00
"fast_chemail",
"fnv",
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
"futures-util",
2021-10-07 00:56:44 +02:00
"http",
"indexmap",
2021-10-07 00:56:44 +02:00
"mime",
"multer",
"num-traits",
"once_cell",
"pin-project-lite 0.2.9",
"regex",
"serde",
"serde_json",
2022-10-26 17:51:27 +02:00
"serde_urlencoded",
2022-07-10 00:11:36 +02:00
"static_assertions",
"tempfile",
"thiserror",
]
[[package]]
name = "async-graphql-actix-web"
2022-12-30 17:48:10 +01:00
version = "5.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "d77d169f878b555ecfba6a05ca8c0f05390bf0e6277a496474f2d61ad7cd10b6"
dependencies = [
2022-10-16 20:14:40 +02:00
"actix",
2022-02-18 02:44:53 +01:00
"actix-http",
"actix-web",
"actix-web-actors",
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
"async-channel",
"async-graphql",
2022-02-17 22:29:55 +01:00
"futures-channel",
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
"futures-util",
"serde_json",
2022-02-17 22:29:55 +01:00
"thiserror",
]
[[package]]
name = "async-graphql-demo"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
dependencies = [
2022-10-16 20:14:40 +02:00
"actix",
2022-02-17 22:29:55 +01:00
"actix-cors",
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"actix-web-lab",
"async-graphql",
"async-graphql-actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-02-17 22:29:55 +01:00
"log",
"slab",
]
[[package]]
name = "async-graphql-derive"
2022-12-30 17:48:10 +01:00
version = "5.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "5cbc24a7c61fb52fa8eb563b8ca60ec890d54778be644796ef72047a07c555b2"
dependencies = [
"Inflector",
"async-graphql-parser",
2022-12-11 16:25:15 +01:00
"darling 0.14.2",
"proc-macro-crate 1.2.1",
"proc-macro2",
"quote",
"syn",
"thiserror",
]
[[package]]
name = "async-graphql-parser"
2022-12-30 17:48:10 +01:00
version = "5.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "a7dd090476ce5300418018518c25f2247576a214ffadc504f2af1f074939daf8"
dependencies = [
"async-graphql-value",
"pest",
"serde",
"serde_json",
]
[[package]]
name = "async-graphql-value"
2022-12-30 17:48:10 +01:00
version = "5.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "305055a67bece03b7c870544b38d5ed87aaa4d6792f14e4aabdd33e5e43120fa"
dependencies = [
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-01-27 03:58:13 +01:00
"indexmap",
"serde",
"serde_json",
]
[[package]]
name = "async-stream"
2022-03-15 18:32:27 +01:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-15 18:32:27 +01:00
checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e"
dependencies = [
"async-stream-impl",
"futures-core",
]
[[package]]
name = "async-stream-impl"
2022-03-15 18:32:27 +01:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-15 18:32:27 +01:00
checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "async-trait"
2022-12-30 17:48:10 +01:00
version = "0.1.60"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3"
2020-09-16 02:11:49 +02:00
dependencies = [
"proc-macro2",
"quote",
2020-09-16 02:11:49 +02:00
"syn",
]
[[package]]
name = "async_db"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-02-06 09:19:35 +01:00
"futures-util",
"log",
2020-09-16 02:11:49 +02:00
"r2d2",
"r2d2_sqlite",
"rusqlite",
"serde",
2020-09-16 02:11:49 +02:00
"serde_json",
]
[[package]]
name = "async_pg"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2020-09-16 02:11:49 +02:00
"config",
"deadpool-postgres",
"derive_more",
"dotenv",
"serde",
2020-09-16 02:11:49 +02:00
"tokio-pg-mapper",
"tokio-pg-mapper-derive",
"tokio-postgres",
]
2022-12-11 16:32:09 +01:00
[[package]]
name = "atoi"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
dependencies = [
"num-traits",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
2022-12-11 16:25:15 +01:00
"hermit-abi 0.1.19",
2020-09-16 02:11:49 +02:00
"libc",
"winapi 0.3.9",
]
[[package]]
name = "autocfg"
version = "1.1.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2020-09-16 02:11:49 +02:00
2022-02-02 02:17:10 +01:00
[[package]]
name = "awc"
2022-08-28 19:40:59 +02:00
version = "3.0.1"
2022-02-02 02:17:10 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-28 19:40:59 +02:00
checksum = "80ca7ff88063086d2e2c70b9f3b29b2fcd999bac68ac21731e66781970d68519"
2022-02-02 02:17:10 +01:00
dependencies = [
2022-03-04 17:28:40 +01:00
"actix-codec",
2022-02-18 02:44:53 +01:00
"actix-http",
"actix-rt",
"actix-service",
"actix-tls",
"actix-utils",
2022-08-28 19:40:59 +02:00
"ahash 0.7.6",
"base64 0.13.1",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-02-02 02:17:10 +01:00
"cfg-if 1.0.0",
2022-12-30 17:48:10 +01:00
"cookie 0.16.2",
2022-02-02 02:17:10 +01:00
"derive_more",
"futures-core",
"futures-util",
2022-10-26 17:51:27 +02:00
"h2 0.3.15",
2022-02-02 02:17:10 +01:00
"http",
2022-12-30 17:48:10 +01:00
"itoa 1.0.5",
2022-02-02 02:17:10 +01:00
"log",
"mime",
2022-02-25 22:07:22 +01:00
"openssl",
2022-02-02 02:17:10 +01:00
"percent-encoding",
"pin-project-lite 0.2.9",
"rand 0.8.5",
2022-10-26 17:51:27 +02:00
"rustls 0.20.7",
"serde",
2022-02-02 02:17:10 +01:00
"serde_json",
"serde_urlencoded",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-02-02 02:17:10 +01:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "awc_https"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
"awc",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-02-02 02:17:10 +01:00
"log",
"mime",
2022-10-26 17:51:27 +02:00
"rustls 0.20.7",
2022-12-11 16:25:15 +01:00
"webpki-roots 0.22.6",
2020-09-16 02:11:49 +02:00
]
2022-08-01 02:17:59 +02:00
[[package]]
name = "aws-config"
2022-12-11 16:31:32 +01:00
version = "0.51.0"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "56a636c44c77fa18bdba56126a34d30cfe5538fe88f7d34988fa731fee143ddd"
2022-08-01 02:17:59 +02:00
dependencies = [
"aws-http",
"aws-sdk-sso",
"aws-sdk-sts",
"aws-smithy-async",
"aws-smithy-client",
"aws-smithy-http",
"aws-smithy-http-tower",
"aws-smithy-json",
"aws-smithy-types",
"aws-types",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-08-01 02:17:59 +02:00
"hex",
"http",
2022-12-11 16:25:15 +01:00
"hyper 0.14.23",
2022-08-01 02:17:59 +02:00
"ring",
2022-12-11 16:25:15 +01:00
"time 0.3.17",
"tokio 1.23.0",
2022-08-01 02:17:59 +02:00
"tower",
"tracing",
"zeroize",
]
[[package]]
name = "aws-endpoint"
2022-12-11 16:31:32 +01:00
version = "0.51.0"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "6ca8f374874f6459aaa88dc861d7f5d834ca1ff97668eae190e97266b5f6c3fb"
2022-08-01 02:17:59 +02:00
dependencies = [
"aws-smithy-http",
2022-10-26 17:51:27 +02:00
"aws-smithy-types",
2022-08-01 02:17:59 +02:00
"aws-types",
"http",
"regex",
"tracing",
]
[[package]]
name = "aws-http"
2022-12-11 16:31:32 +01:00
version = "0.51.0"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "78d41e19e779b73463f5f0c21b3aacc995f4ba783ab13a7ae9f5dfb159a551b4"
2022-08-01 02:17:59 +02:00
dependencies = [
"aws-smithy-http",
"aws-smithy-types",
"aws-types",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-08-01 02:17:59 +02:00
"http",
"http-body 0.4.5",
"lazy_static",
"percent-encoding",
"pin-project-lite 0.2.9",
"tracing",
]
[[package]]
name = "aws-sdk-s3"
2022-12-11 16:31:32 +01:00
version = "0.21.0"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "a9f08665c8e03aca8cb092ef01e617436ebfa977fddc1240e1b062488ab5d48a"
2022-08-01 02:17:59 +02:00
dependencies = [
"aws-endpoint",
"aws-http",
"aws-sig-auth",
"aws-sigv4",
"aws-smithy-async",
2022-10-26 17:51:27 +02:00
"aws-smithy-checksums",
2022-08-01 02:17:59 +02:00
"aws-smithy-client",
"aws-smithy-eventstream",
"aws-smithy-http",
"aws-smithy-http-tower",
"aws-smithy-types",
"aws-smithy-xml",
"aws-types",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-10-26 17:51:27 +02:00
"bytes-utils",
2022-08-01 02:17:59 +02:00
"http",
2022-10-26 17:51:27 +02:00
"http-body 0.4.5",
2022-08-01 02:17:59 +02:00
"tokio-stream",
"tower",
2022-10-26 17:51:27 +02:00
"tracing",
2022-08-01 02:17:59 +02:00
]
[[package]]
name = "aws-sdk-sso"
2022-12-11 16:31:32 +01:00
version = "0.21.0"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "86dcb1cb71aa8763b327542ead410424515cff0cde5b753eedd2917e09c63734"
2022-08-01 02:17:59 +02:00
dependencies = [
"aws-endpoint",
"aws-http",
"aws-sig-auth",
"aws-smithy-async",
"aws-smithy-client",
"aws-smithy-http",
"aws-smithy-http-tower",
"aws-smithy-json",
"aws-smithy-types",
"aws-types",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-08-01 02:17:59 +02:00
"http",
"tokio-stream",
"tower",
]
[[package]]
name = "aws-sdk-sts"
2022-12-11 16:31:32 +01:00
version = "0.21.0"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "fdfcf584297c666f6b472d5368a78de3bc714b6e0a53d7fbf76c3e347c292ab1"
2022-08-01 02:17:59 +02:00
dependencies = [
"aws-endpoint",
"aws-http",
"aws-sig-auth",
"aws-smithy-async",
"aws-smithy-client",
"aws-smithy-http",
"aws-smithy-http-tower",
"aws-smithy-query",
"aws-smithy-types",
"aws-smithy-xml",
"aws-types",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-08-01 02:17:59 +02:00
"http",
"tower",
]
[[package]]
name = "aws-sig-auth"
2022-12-11 16:31:32 +01:00
version = "0.51.0"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "12cbe7b2be9e185c1fbce27fc9c41c66b195b32d89aa099f98768d9544221308"
2022-08-01 02:17:59 +02:00
dependencies = [
"aws-sigv4",
"aws-smithy-eventstream",
"aws-smithy-http",
"aws-types",
"http",
"tracing",
]
[[package]]
name = "aws-sigv4"
2022-12-11 16:31:32 +01:00
version = "0.51.0"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "03ff4cff8c4a101962d593ba94e72cd83891aecd423f0c6e3146bff6fb92c9e3"
2022-08-01 02:17:59 +02:00
dependencies = [
"aws-smithy-eventstream",
"aws-smithy-http",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-08-01 02:17:59 +02:00
"form_urlencoded",
"hex",
"http",
"once_cell",
"percent-encoding",
"regex",
"ring",
2022-12-11 16:25:15 +01:00
"time 0.3.17",
2022-08-01 02:17:59 +02:00
"tracing",
]
[[package]]
name = "aws-smithy-async"
2022-12-11 16:31:32 +01:00
version = "0.51.0"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "7b3442b4c5d3fc39891a2e5e625735fba6b24694887d49c6518460fde98247a9"
2022-08-01 02:17:59 +02:00
dependencies = [
"futures-util",
"pin-project-lite 0.2.9",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-08-01 02:17:59 +02:00
"tokio-stream",
]
2022-10-26 17:51:27 +02:00
[[package]]
name = "aws-smithy-checksums"
2022-12-11 16:31:32 +01:00
version = "0.51.0"
2022-10-26 17:51:27 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "cc227e36e346f45298288359f37123e1a92628d1cec6b11b5eb335553278bd9e"
2022-10-26 17:51:27 +02:00
dependencies = [
"aws-smithy-http",
"aws-smithy-types",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-10-26 17:51:27 +02:00
"crc32c",
"crc32fast",
"hex",
"http",
"http-body 0.4.5",
"md-5",
"pin-project-lite 0.2.9",
"sha1 0.10.5",
"sha2",
"tracing",
]
2022-08-01 02:17:59 +02:00
[[package]]
name = "aws-smithy-client"
2022-12-11 16:31:32 +01:00
version = "0.51.0"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "ff28d553714f8f54cd921227934fc13a536a1c03f106e56b362fd57e16d450ad"
2022-08-01 02:17:59 +02:00
dependencies = [
"aws-smithy-async",
"aws-smithy-http",
"aws-smithy-http-tower",
"aws-smithy-types",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-08-01 02:17:59 +02:00
"fastrand",
"http",
"http-body 0.4.5",
2022-12-11 16:25:15 +01:00
"hyper 0.14.23",
2022-08-01 02:17:59 +02:00
"hyper-rustls",
"lazy_static",
"pin-project-lite 0.2.9",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-08-01 02:17:59 +02:00
"tower",
"tracing",
]
[[package]]
name = "aws-smithy-eventstream"
2022-12-11 16:31:32 +01:00
version = "0.51.0"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "d7ea0df7161ce65b5c8ca6eb709a1a907376fa18226976e41c748ce02ccccf24"
2022-08-01 02:17:59 +02:00
dependencies = [
"aws-smithy-types",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-08-01 02:17:59 +02:00
"crc32fast",
]
[[package]]
name = "aws-smithy-http"
2022-12-11 16:31:32 +01:00
version = "0.51.0"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "bf58ed4fefa61dbf038e5421a521cbc2c448ef69deff0ab1d915d8a10eda5664"
2022-08-01 02:17:59 +02:00
dependencies = [
"aws-smithy-eventstream",
"aws-smithy-types",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-08-01 02:17:59 +02:00
"bytes-utils",
"futures-core",
"http",
"http-body 0.4.5",
2022-12-11 16:25:15 +01:00
"hyper 0.14.23",
2022-08-01 02:17:59 +02:00
"once_cell",
"percent-encoding",
"pin-project-lite 0.2.9",
2022-12-11 16:31:32 +01:00
"pin-utils",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-09-11 00:07:55 +02:00
"tokio-util 0.7.4",
2022-08-01 02:17:59 +02:00
"tracing",
]
[[package]]
name = "aws-smithy-http-tower"
2022-12-11 16:31:32 +01:00
version = "0.51.0"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "20c96d7bd35e7cf96aca1134b2f81b1b59ffe493f7c6539c051791cbbf7a42d3"
2022-08-01 02:17:59 +02:00
dependencies = [
"aws-smithy-http",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-08-01 02:17:59 +02:00
"http",
"http-body 0.4.5",
"pin-project-lite 0.2.9",
"tower",
"tracing",
]
[[package]]
name = "aws-smithy-json"
2022-12-11 16:31:32 +01:00
version = "0.51.0"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "d8324ba98c8a94187723cc16c37aefa09504646ee65c3d2c3af495bab5ea701b"
2022-08-01 02:17:59 +02:00
dependencies = [
"aws-smithy-types",
]
[[package]]
name = "aws-smithy-query"
2022-12-11 16:31:32 +01:00
version = "0.51.0"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "83834ed2ff69ea6f6657baf205267dc2c0abe940703503a3e5d60ce23be3d306"
2022-08-01 02:17:59 +02:00
dependencies = [
"aws-smithy-types",
"urlencoding",
]
[[package]]
name = "aws-smithy-types"
2022-12-11 16:31:32 +01:00
version = "0.51.0"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "8b02e06ea63498c43bc0217ea4d16605d4e58d85c12fc23f6572ff6d0a840c61"
2022-08-01 02:17:59 +02:00
dependencies = [
2022-12-30 17:48:10 +01:00
"itoa 1.0.5",
2022-08-01 02:17:59 +02:00
"num-integer",
"ryu",
2022-12-11 16:25:15 +01:00
"time 0.3.17",
2022-08-01 02:17:59 +02:00
]
[[package]]
name = "aws-smithy-xml"
2022-12-11 16:31:32 +01:00
version = "0.51.0"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "246e9f83dd1fdf5d347fa30ae4ad30a9d1d42ce4cd74a93d94afa874646f94cd"
2022-08-01 02:17:59 +02:00
dependencies = [
"xmlparser",
]
[[package]]
name = "aws-types"
2022-12-11 16:31:32 +01:00
version = "0.51.0"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "05701d32da168b44f7ee63147781aed8723e792cc131cb9b18363b5393f17f70"
2022-08-01 02:17:59 +02:00
dependencies = [
"aws-smithy-async",
"aws-smithy-client",
"aws-smithy-http",
"aws-smithy-types",
"http",
"rustc_version 0.4.0",
"tracing",
"zeroize",
]
2022-12-30 17:23:24 +01:00
[[package]]
name = "background-jobs"
version = "1.0.0"
dependencies = [
"actix-web",
"anyhow",
"apalis",
"chrono",
"dotenv",
"env_logger",
"log",
"rand 0.8.5",
"serde",
"tokio 1.23.0",
"tokio-util 0.7.4",
]
[[package]]
name = "backoff"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
dependencies = [
2022-10-26 17:51:27 +02:00
"getrandom 0.2.8",
"instant",
"rand 0.8.5",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "base-x"
2022-07-09 21:43:47 +02:00
version = "0.2.11"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-09 21:43:47 +02:00
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
2020-09-16 02:11:49 +02:00
2020-10-30 05:22:24 +01:00
[[package]]
name = "base64"
2022-10-26 17:51:27 +02:00
version = "0.13.1"
2020-10-30 05:22:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2020-10-30 05:22:24 +01:00
[[package]]
name = "base64"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5"
2020-09-16 02:11:49 +02:00
[[package]]
name = "basics"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-files",
2022-10-16 20:14:40 +02:00
"actix-session",
2022-02-18 02:44:53 +01:00
"actix-web",
2022-02-02 02:43:27 +01:00
"async-stream",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-02-02 02:43:27 +01:00
"log",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "bigdecimal"
2022-10-26 17:51:27 +02:00
version = "0.3.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "6aaf33151a6429fe9211d1b276eafdf70cdff28b071e76c0b0e1503221ea3744"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-10-26 17:51:27 +02:00
"num-bigint",
2020-09-16 02:11:49 +02:00
"num-integer",
"num-traits",
2020-09-16 02:11:49 +02:00
]
2022-07-10 00:11:36 +02:00
[[package]]
name = "bindgen"
2022-10-26 17:51:27 +02:00
version = "0.59.2"
2022-07-10 00:11:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
2022-07-10 00:11:36 +02:00
dependencies = [
"bitflags",
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "bitflags"
2021-10-07 00:56:44 +02:00
version = "1.3.2"
2021-03-03 15:37:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2021-03-03 15:37:17 +01:00
2022-07-10 00:11:36 +02:00
[[package]]
name = "bitvec"
2022-12-11 16:25:15 +01:00
version = "1.0.1"
2022-07-10 00:11:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
2022-07-10 00:11:36 +02:00
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "blake2b_simd"
2022-02-02 16:21:49 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-02 16:21:49 +01:00
checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127"
2020-09-16 02:11:49 +02:00
dependencies = [
"arrayref",
2022-10-26 17:51:27 +02:00
"arrayvec",
2020-09-16 02:11:49 +02:00
"constant_time_eq",
]
2022-01-27 03:58:13 +01:00
[[package]]
name = "block-buffer"
2022-09-11 00:07:55 +02:00
version = "0.10.3"
2022-01-27 03:58:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
2022-01-27 03:58:13 +01:00
dependencies = [
2022-08-05 20:43:46 +02:00
"generic-array",
2020-09-16 02:11:49 +02:00
]
2022-12-11 16:25:15 +01:00
[[package]]
name = "borsh"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15bf3650200d8bffa99015595e10f1fbd17de07abbc25bb067da79e769939bfa"
dependencies = [
"borsh-derive",
"hashbrown 0.11.2",
]
[[package]]
name = "borsh-derive"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6441c552f230375d18e3cc377677914d2ca2b0d36e52129fe15450a2dce46775"
dependencies = [
"borsh-derive-internal",
"borsh-schema-derive-internal",
"proc-macro-crate 0.1.5",
"proc-macro2",
"syn",
]
[[package]]
name = "borsh-derive-internal"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5449c28a7b352f2d1e592a8a28bf139bc71afb0764a14f3c02500935d8c44065"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "borsh-schema-derive-internal"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdbd5696d8bfa21d53d9fe39a714a18538bad11492a42d066dbbc395fb1951c0"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-09-16 02:11:49 +02:00
[[package]]
2022-01-27 03:58:13 +01:00
name = "brotli"
version = "3.3.4"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-01-27 03:58:13 +01:00
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
2020-09-16 02:11:49 +02:00
]
[[package]]
2022-01-27 03:58:13 +01:00
name = "brotli-decompressor"
version = "2.3.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 03:58:13 +01:00
checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-01-27 03:58:13 +01:00
"alloc-no-stdlib",
"alloc-stdlib",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "bson"
2022-01-27 03:58:13 +01:00
version = "1.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 03:58:13 +01:00
checksum = "de0aa578035b938855a710ba58d43cfb4d435f3619f99236fb35922a574d6cb1"
dependencies = [
"base64 0.13.1",
"chrono",
"hex",
"lazy_static",
"linked-hash-map",
"rand 0.7.3",
"serde",
"serde_json",
2022-07-10 00:39:21 +02:00
"uuid 0.8.2",
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "bson"
2022-08-05 20:43:46 +02:00
version = "2.4.0"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-05 20:43:46 +02:00
checksum = "99d76085681585d39016f4d3841eb019201fc54d2dd0d92ad1e4fab3bfb32754"
2021-10-06 23:42:44 +02:00
dependencies = [
2022-08-28 19:40:59 +02:00
"ahash 0.7.6",
"base64 0.13.1",
2021-10-06 23:42:44 +02:00
"hex",
"indexmap",
"lazy_static",
"rand 0.8.5",
"serde",
2021-10-06 23:42:44 +02:00
"serde_bytes",
"serde_json",
2022-12-11 16:25:15 +01:00
"time 0.3.17",
"uuid 1.2.2",
2021-10-06 23:42:44 +02:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "bstr"
2021-10-07 00:56:44 +02:00
version = "0.2.17"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
2020-09-16 02:11:49 +02:00
dependencies = [
"lazy_static",
2020-09-16 02:11:49 +02:00
"memchr",
"regex-automata",
"serde",
2020-09-16 02:11:49 +02:00
]
2021-03-03 17:38:53 +01:00
[[package]]
name = "buf-min"
2022-12-11 16:25:15 +01:00
version = "0.7.1"
2021-03-03 17:38:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "22d5698cf6842742ed64805705798f8b351fff53fa546fd45c52184bee58dc90"
2021-03-03 17:38:53 +01:00
2020-09-16 02:11:49 +02:00
[[package]]
name = "bufstream"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40e38929add23cdf8a366df9b0e088953150724bcbe5fc330b0d8eb3b328eec8"
[[package]]
name = "bumpalo"
2022-10-26 17:51:27 +02:00
version = "3.11.1"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
2020-09-16 02:11:49 +02:00
2022-12-11 16:25:15 +01:00
[[package]]
name = "bytecheck"
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d11cac2c12b5adc6570dad2ee1b87eff4955dac476fe12d81e5fdd352e52406f"
dependencies = [
"bytecheck_derive",
"ptr_meta",
]
[[package]]
name = "bytecheck_derive"
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13e576ebe98e605500b3c8041bb888e966653577172df6dd97398714eb30b9bf"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "byteorder"
2021-10-07 00:56:44 +02:00
version = "1.4.3"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2020-09-16 02:11:49 +02:00
2022-12-30 17:23:24 +01:00
[[package]]
name = "bytes"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
dependencies = [
"byteorder",
"iovec",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "bytes"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
2021-03-03 17:38:53 +01:00
[[package]]
name = "bytes"
2022-12-11 16:25:15 +01:00
version = "1.3.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
2020-09-16 02:11:49 +02:00
dependencies = [
"serde",
2020-09-16 02:11:49 +02:00
]
2022-08-01 02:17:59 +02:00
[[package]]
name = "bytes-utils"
2022-09-11 00:07:55 +02:00
version = "0.1.3"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "e47d3a8076e283f3acd27400535992edb3ba4b5bb72f8891ad8fbe7932a7d4b9"
2022-08-01 02:17:59 +02:00
dependencies = [
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-08-01 02:17:59 +02:00
"either",
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "bytestring"
2022-12-11 16:25:15 +01:00
version = "1.2.0"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "f7f83e57d9154148e355404702e2694463241880b939570d7c97c014da7a69a1"
2021-10-06 23:42:44 +02:00
dependencies = [
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2021-10-06 23:42:44 +02:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "casbin"
2022-02-02 01:44:58 +01:00
version = "2.0.9"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-02 01:44:58 +01:00
checksum = "e3be2866a3a3174b9d31a11d9f9ef219ab84a444d107981c51bf79d7be221adc"
2020-09-16 02:11:49 +02:00
dependencies = [
"async-trait",
"lazy_static",
"parking_lot 0.11.2",
2020-09-16 02:11:49 +02:00
"regex",
"rhai",
2022-02-02 01:44:58 +01:00
"ritelinked",
"serde",
2020-09-16 02:11:49 +02:00
"thiserror",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "cc"
2022-12-30 17:48:10 +01:00
version = "1.0.78"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
2021-10-06 23:42:44 +02:00
dependencies = [
"jobserver",
]
2020-09-16 02:11:49 +02:00
2022-07-10 00:11:36 +02:00
[[package]]
name = "cexpr"
2022-10-26 17:51:27 +02:00
version = "0.6.0"
2022-07-10 00:11:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2022-07-10 00:11:36 +02:00
dependencies = [
2022-10-26 17:51:27 +02:00
"nom",
2022-07-10 00:11:36 +02:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-09-16 02:11:49 +02:00
[[package]]
name = "chrono"
2022-12-11 16:25:15 +01:00
version = "0.4.23"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-08-28 19:40:59 +02:00
"iana-time-zone",
2022-08-05 20:43:46 +02:00
"js-sys",
2020-09-16 02:11:49 +02:00
"num-integer",
"num-traits",
"serde",
2022-12-11 16:25:15 +01:00
"time 0.1.45",
2022-08-05 20:43:46 +02:00
"wasm-bindgen",
"winapi 0.3.9",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "chrono-tz"
2022-08-05 20:43:46 +02:00
version = "0.6.3"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-05 20:43:46 +02:00
checksum = "29c39203181991a7dd4343b8005bd804e7a9a37afb8ac070e43771e8c820bbde"
2020-09-16 02:11:49 +02:00
dependencies = [
"chrono",
2022-01-27 03:58:13 +01:00
"chrono-tz-build",
2022-08-28 19:40:59 +02:00
"phf 0.11.1",
2022-01-27 03:58:13 +01:00
]
[[package]]
name = "chrono-tz-build"
2022-08-05 20:43:46 +02:00
version = "0.0.3"
2022-01-27 03:58:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-05 20:43:46 +02:00
checksum = "6f509c3a87b33437b05e2458750a0700e5bdd6956176773e6c7d6dd15a283a0c"
2022-01-27 03:58:13 +01:00
dependencies = [
2020-09-16 02:11:49 +02:00
"parse-zoneinfo",
2022-08-28 19:40:59 +02:00
"phf 0.11.1",
"phf_codegen 0.11.1",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "chunked_transfer"
2022-12-30 17:48:10 +01:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "cca491388666e04d7248af3f60f0c40cfb0991c72205595d7c396e3510207d1a"
[[package]]
name = "cipher"
2022-10-16 22:20:01 +02:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"
dependencies = [
2022-10-16 22:20:01 +02:00
"crypto-common",
"inout",
]
2022-07-10 00:11:36 +02:00
[[package]]
name = "clang-sys"
2022-10-16 22:20:01 +02:00
version = "1.4.0"
2022-07-10 00:11:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
2022-07-10 00:11:36 +02:00
dependencies = [
"glob",
"libc",
"libloading",
]
[[package]]
name = "clap"
2022-12-30 17:48:10 +01:00
version = "4.0.32"
2022-07-10 00:11:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39"
2020-09-16 02:11:49 +02:00
dependencies = [
"bitflags",
2022-02-02 03:02:47 +01:00
"clap_derive",
"clap_lex",
2022-12-11 16:25:15 +01:00
"is-terminal",
2022-07-09 21:43:47 +02:00
"once_cell",
2022-10-26 17:51:27 +02:00
"strsim",
2022-02-02 03:02:47 +01:00
"termcolor",
]
[[package]]
name = "clap_derive"
2022-12-11 16:25:15 +01:00
version = "4.0.21"
2022-02-02 03:02:47 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"
2022-02-02 03:02:47 +01:00
dependencies = [
2022-07-10 00:39:21 +02:00
"heck",
2022-02-02 03:02:47 +01:00
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "clap_lex"
2022-10-26 17:51:27 +02:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
dependencies = [
"os_str_bytes",
]
2022-12-30 17:23:24 +01:00
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
dependencies = [
"bitflags",
]
2022-07-10 00:11:36 +02:00
[[package]]
name = "cmake"
2022-12-11 16:25:15 +01:00
version = "0.1.49"
2022-07-10 00:11:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c"
2022-07-10 00:11:36 +02:00
dependencies = [
"cc",
]
2022-10-16 22:20:01 +02:00
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "colored"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"
dependencies = [
"atty",
"lazy_static",
"winapi 0.3.9",
]
2021-04-26 13:32:32 +02:00
[[package]]
name = "combine"
version = "3.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680"
dependencies = [
"ascii",
"byteorder",
"either",
"memchr",
"unreachable",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "combine"
2022-08-28 19:40:59 +02:00
version = "4.6.6"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-28 19:40:59 +02:00
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2021-10-07 00:56:44 +02:00
"futures-core",
2020-09-16 02:11:49 +02:00
"memchr",
"pin-project-lite 0.2.9",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-09-11 00:07:55 +02:00
"tokio-util 0.7.4",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "concurrent-queue"
2022-12-11 16:25:15 +01:00
version = "2.0.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "bd7bef69dc86e3c610e4e7aed41035e2a7ed12e72dd7530f61327a6579a4390b"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-12-30 17:23:24 +01:00
"crossbeam-utils 0.8.14",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "config"
2022-12-11 16:25:15 +01:00
version = "0.13.3"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7"
2020-09-16 02:11:49 +02:00
dependencies = [
"async-trait",
"json5",
2020-09-16 02:11:49 +02:00
"lazy_static",
2022-10-26 17:51:27 +02:00
"nom",
"pathdiff",
"ron",
2020-09-16 02:11:49 +02:00
"rust-ini",
"serde",
2020-09-16 02:11:49 +02:00
"serde_json",
"toml",
"yaml-rust",
]
2022-12-11 16:25:15 +01:00
[[package]]
name = "const-random"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "368a7a772ead6ce7e1de82bfb04c485f3db8ec744f72925af5735e29a22cc18e"
dependencies = [
"const-random-macro",
"proc-macro-hack",
]
[[package]]
name = "const-random-macro"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d7d6ab3c3a2282db210df5f02c4dab6e0a7057af0fb7ebd4070f30fe05c0ddb"
dependencies = [
"getrandom 0.2.8",
"once_cell",
"proc-macro-hack",
"tiny-keccak",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "const_fn"
2022-01-27 03:58:13 +01:00
version = "0.4.9"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 03:58:13 +01:00
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
2020-09-16 02:11:49 +02:00
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2021-10-07 00:56:44 +02:00
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2020-09-16 02:11:49 +02:00
[[package]]
name = "cookie"
2021-10-07 00:56:44 +02:00
version = "0.14.4"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "03a5d7b21829bc7b4bf4754a978a241ae54ea55a40f92bb20216e54096f4b951"
2020-09-16 02:11:49 +02:00
dependencies = [
"percent-encoding",
2021-10-07 00:56:44 +02:00
"time 0.2.27",
2022-02-18 02:44:53 +01:00
"version_check",
2021-10-06 23:42:44 +02:00
]
[[package]]
name = "cookie"
2022-12-30 17:48:10 +01:00
version = "0.16.2"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
2021-10-06 23:42:44 +02:00
dependencies = [
"aes-gcm",
2022-12-30 17:48:10 +01:00
"base64 0.20.0",
"hkdf",
2022-08-01 02:17:59 +02:00
"hmac",
2021-10-06 23:42:44 +02:00
"percent-encoding",
"rand 0.8.5",
2022-10-26 17:51:27 +02:00
"sha2",
"subtle",
2022-12-11 16:25:15 +01:00
"time 0.3.17",
2022-02-18 02:44:53 +01:00
"version_check",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "cookie-auth"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
"actix-identity",
2022-10-26 17:51:27 +02:00
"actix-session",
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
"rand 0.8.5",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "cookie-session"
version = "1.0.0"
dependencies = [
2022-10-16 20:14:40 +02:00
"actix-session",
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-02-02 16:50:58 +01:00
"log",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "cookie_store"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3818dfca4b0cb5211a659bbcbb94225b7127407b2b135e650d717bfb78ab10d3"
dependencies = [
"cookie 0.14.4",
2022-09-11 00:07:55 +02:00
"idna 0.2.3",
"log",
"publicsuffix",
"serde",
"serde_json",
"time 0.2.27",
"url",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "core-foundation"
version = "0.9.3"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
2020-09-16 02:11:49 +02:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2022-01-27 03:58:13 +01:00
version = "0.8.3"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 03:58:13 +01:00
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2020-09-16 02:11:49 +02:00
[[package]]
2021-10-06 23:42:44 +02:00
name = "cpufeatures"
2022-09-11 00:07:55 +02:00
version = "0.2.5"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
2021-10-06 23:42:44 +02:00
dependencies = [
"libc",
]
2020-09-16 02:11:49 +02:00
2022-12-11 16:32:09 +01:00
[[package]]
name = "crc"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53757d12b596c16c78b83458d732a5d1a17ab3f53f2f7412f6fb57cc8a140ab3"
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d0165d2900ae6778e36e80bbc4da3b5eefccee9ba939761f9c2882a5d9af3ff"
[[package]]
2022-10-26 17:51:27 +02:00
name = "crc32c"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "3dfea2db42e9927a3845fb268a10a72faed6d416065f77873f05e411457c363e"
dependencies = [
2022-10-26 17:51:27 +02:00
"rustc_version 0.4.0",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "crc32fast"
version = "1.3.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2020-09-16 02:11:49 +02:00
dependencies = [
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
"cfg-if 1.0.0",
2020-09-16 02:11:49 +02:00
]
2022-10-26 17:51:27 +02:00
[[package]]
name = "crossbeam"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2801af0d36612ae591caa9568261fddce32ce6e08a7275ea334a06a4ad021a2c"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-channel",
2022-12-30 17:23:24 +01:00
"crossbeam-deque 0.8.2",
"crossbeam-epoch 0.9.13",
"crossbeam-queue 0.3.8",
"crossbeam-utils 0.8.14",
2022-10-26 17:51:27 +02:00
]
[[package]]
name = "crossbeam-channel"
2022-08-05 20:43:46 +02:00
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-05 20:43:46 +02:00
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
dependencies = [
"cfg-if 1.0.0",
2022-12-30 17:23:24 +01:00
"crossbeam-utils 0.8.14",
]
[[package]]
name = "crossbeam-deque"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed"
dependencies = [
"crossbeam-epoch 0.8.2",
"crossbeam-utils 0.7.2",
"maybe-uninit",
]
2022-10-26 17:51:27 +02:00
[[package]]
name = "crossbeam-deque"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
dependencies = [
"cfg-if 1.0.0",
2022-12-30 17:23:24 +01:00
"crossbeam-epoch 0.9.13",
"crossbeam-utils 0.8.14",
]
[[package]]
name = "crossbeam-epoch"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
dependencies = [
"autocfg",
"cfg-if 0.1.10",
"crossbeam-utils 0.7.2",
"lazy_static",
"maybe-uninit",
"memoffset 0.5.6",
"scopeguard",
2022-10-26 17:51:27 +02:00
]
[[package]]
name = "crossbeam-epoch"
2022-12-11 16:25:15 +01:00
version = "0.9.13"
2022-10-26 17:51:27 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
2022-10-26 17:51:27 +02:00
dependencies = [
"autocfg",
"cfg-if 1.0.0",
2022-12-30 17:23:24 +01:00
"crossbeam-utils 0.8.14",
"memoffset 0.7.1",
2022-10-26 17:51:27 +02:00
"scopeguard",
]
2022-12-30 17:23:24 +01:00
[[package]]
name = "crossbeam-queue"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
dependencies = [
"cfg-if 0.1.10",
"crossbeam-utils 0.7.2",
"maybe-uninit",
]
[[package]]
name = "crossbeam-queue"
2022-12-11 16:25:15 +01:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
dependencies = [
"cfg-if 1.0.0",
2022-12-30 17:23:24 +01:00
"crossbeam-utils 0.8.14",
]
[[package]]
name = "crossbeam-utils"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
dependencies = [
"autocfg",
"cfg-if 0.1.10",
"lazy_static",
2020-09-16 02:11:49 +02:00
]
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
[[package]]
name = "crossbeam-utils"
2022-12-11 16:25:15 +01:00
version = "0.8.14"
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
dependencies = [
"cfg-if 1.0.0",
]
2022-12-11 16:25:15 +01:00
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
2022-01-27 03:58:13 +01:00
[[package]]
name = "crypto-common"
version = "0.1.6"
2022-01-27 03:58:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-01-27 03:58:13 +01:00
dependencies = [
2022-08-05 20:43:46 +02:00
"generic-array",
2022-10-16 22:20:01 +02:00
"rand_core 0.6.4",
"typenum",
2022-01-27 03:58:13 +01:00
]
[[package]]
name = "csv"
version = "1.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
dependencies = [
"bstr",
"csv-core",
"itoa 0.4.8",
"ryu",
"serde",
]
[[package]]
name = "csv-core"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
dependencies = [
"memchr",
]
[[package]]
name = "ctr"
2022-10-16 22:20:01 +02:00
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
dependencies = [
"cipher",
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
]
2022-10-16 22:20:01 +02:00
[[package]]
name = "cxx"
2022-12-30 17:48:10 +01:00
version = "1.0.85"
2022-10-16 22:20:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "5add3fc1717409d029b20c5b6903fc0c0b02fa6741d820054f4a2efa5e5816fd"
2022-10-16 22:20:01 +02:00
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
2022-12-30 17:48:10 +01:00
version = "1.0.85"
2022-10-16 22:20:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "b4c87959ba14bc6fbc61df77c3fcfe180fc32b93538c4f1031dd802ccb5f2ff0"
2022-10-16 22:20:01 +02:00
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
"syn",
]
[[package]]
name = "cxxbridge-flags"
2022-12-30 17:48:10 +01:00
version = "1.0.85"
2022-10-16 22:20:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "69a3e162fde4e594ed2b07d0f83c6c67b745e7f28ce58c6df5e6b6bef99dfb59"
2022-10-16 22:20:01 +02:00
[[package]]
name = "cxxbridge-macro"
2022-12-30 17:48:10 +01:00
version = "1.0.85"
2022-10-16 22:20:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "3e7e2adeb6a0d4a282e581096b06e1791532b7d576dcde5ccd9382acf55db8e6"
2022-10-16 22:20:01 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "darling"
version = "0.13.4"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
2021-10-06 23:42:44 +02:00
dependencies = [
2022-10-26 17:51:27 +02:00
"darling_core 0.13.4",
"darling_macro 0.13.4",
]
[[package]]
name = "darling"
2022-12-11 16:25:15 +01:00
version = "0.14.2"
2022-10-26 17:51:27 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "b0dd3cd20dc6b5a876612a6e5accfe7f3dd883db6d07acfbf14c128f61550dfa"
2022-10-26 17:51:27 +02:00
dependencies = [
2022-12-11 16:25:15 +01:00
"darling_core 0.14.2",
"darling_macro 0.14.2",
2020-09-16 02:11:49 +02:00
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "darling_core"
version = "0.13.4"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
2021-10-06 23:42:44 +02:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
2022-10-26 17:51:27 +02:00
"strsim",
"syn",
]
[[package]]
name = "darling_core"
2022-12-11 16:25:15 +01:00
version = "0.14.2"
2022-10-26 17:51:27 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "a784d2ccaf7c98501746bf0be29b2022ba41fd62a2e622af997a03e9f972859f"
2022-10-26 17:51:27 +02:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
2021-10-06 23:42:44 +02:00
"syn",
]
[[package]]
name = "darling_macro"
version = "0.13.4"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
2021-10-06 23:42:44 +02:00
dependencies = [
2022-10-26 17:51:27 +02:00
"darling_core 0.13.4",
"quote",
"syn",
]
[[package]]
name = "darling_macro"
2022-12-11 16:25:15 +01:00
version = "0.14.2"
2022-10-26 17:51:27 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "7618812407e9402654622dd402b0a89dff9ba93badd6540781526117b92aab7e"
2022-10-26 17:51:27 +02:00
dependencies = [
2022-12-11 16:25:15 +01:00
"darling_core 0.14.2",
"quote",
2020-09-16 02:11:49 +02:00
"syn",
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "data-encoding"
2022-12-11 16:25:15 +01:00
version = "2.3.3"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
2021-10-06 23:42:44 +02:00
2022-10-16 20:14:40 +02:00
[[package]]
name = "db-redis"
version = "1.0.0"
dependencies = [
"actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-10-16 20:14:40 +02:00
"futures-util",
"log",
2022-12-30 17:23:24 +01:00
"redis 0.22.1",
2022-10-16 20:14:40 +02:00
"serde",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "deadpool"
version = "0.9.5"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "421fe0f90f2ab22016f32a9881be5134fdd71c65298917084b0c7477cbc3856e"
2020-09-16 02:11:49 +02:00
dependencies = [
"async-trait",
"deadpool-runtime",
2020-09-16 02:11:49 +02:00
"num_cpus",
"retain_mut",
"serde",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "deadpool-postgres"
2022-10-26 17:51:27 +02:00
version = "0.10.3"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "e866e414e9e12fc988f0bfb89a0b86228e7ed196ca509fbc4dcbc738c56e753c"
2020-09-16 02:11:49 +02:00
dependencies = [
"deadpool",
"log",
"serde",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2020-09-16 02:11:49 +02:00
"tokio-postgres",
]
[[package]]
name = "deadpool-runtime"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaa37046cc0f6c3cc6090fbdbf73ef0b8ef4cfcc37f6befc0020f63e8cf121e1"
dependencies = [
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "derive_more"
2022-01-27 03:58:13 +01:00
version = "0.99.17"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 03:58:13 +01:00
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
2020-09-16 02:11:49 +02:00
dependencies = [
2021-10-07 00:56:44 +02:00
"convert_case",
"proc-macro2",
"quote",
2022-01-27 03:58:13 +01:00
"rustc_version 0.4.0",
2020-09-16 02:11:49 +02:00
"syn",
]
[[package]]
name = "derive_utils"
2021-10-07 00:56:44 +02:00
version = "0.11.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "532b4c15dccee12c7044f1fcad956e98410860b22231e44a3b827464797ca7bf"
2020-09-16 02:11:49 +02:00
dependencies = [
"proc-macro2",
"quote",
2020-09-16 02:11:49 +02:00
"syn",
]
2022-12-11 16:25:15 +01:00
[[package]]
name = "derive_utils"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7590f99468735a318c254ca9158d0c065aa9b5312896b5a043b5e39bc96f5fa2"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "deunicode"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690"
[[package]]
name = "diesel"
2022-10-16 22:20:01 +02:00
version = "2.0.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "68c186a7418a2aac330bb76cde82f16c36b03a66fb91db32d20214311f9f6545"
2020-09-16 02:11:49 +02:00
dependencies = [
"bitflags",
"byteorder",
"chrono",
"diesel_derives",
2022-12-30 17:48:10 +01:00
"itoa 1.0.5",
2022-09-11 00:33:09 +02:00
"libsqlite3-sys",
2020-09-16 02:11:49 +02:00
"pq-sys",
"r2d2",
2022-12-11 16:25:15 +01:00
"uuid 1.2.2",
2022-09-11 00:33:09 +02:00
]
[[package]]
name = "diesel-example"
version = "1.0.0"
dependencies = [
"actix-web",
"diesel",
"dotenv",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-09-11 00:33:09 +02:00
"log",
"serde",
"serde_json",
2022-12-11 16:25:15 +01:00
"uuid 1.2.2",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "diesel_derives"
2022-10-16 22:20:01 +02:00
version = "2.0.1"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "143b758c91dbc3fe1fdcb0dba5bd13276c6a66422f2ef5795b58488248a310aa"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-09-11 00:33:09 +02:00
"proc-macro-error",
"proc-macro2",
"quote",
2020-09-16 02:11:49 +02:00
"syn",
]
2022-01-27 03:58:13 +01:00
[[package]]
name = "digest"
2022-12-11 16:25:15 +01:00
version = "0.10.6"
2022-01-27 03:58:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
2022-01-27 03:58:13 +01:00
dependencies = [
2022-10-26 17:51:27 +02:00
"block-buffer",
2022-01-27 03:58:13 +01:00
"crypto-common",
"subtle",
2020-09-16 02:11:49 +02:00
]
2022-08-05 20:43:46 +02:00
[[package]]
2022-10-26 17:51:27 +02:00
name = "discard"
version = "1.0.4"
2022-08-05 20:43:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
2022-08-05 20:43:46 +02:00
[[package]]
2022-10-26 17:51:27 +02:00
name = "displaydoc"
version = "0.2.3"
2022-08-05 20:43:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886"
2022-08-05 20:43:46 +02:00
dependencies = [
2022-10-26 17:51:27 +02:00
"proc-macro2",
"quote",
"syn",
2022-08-05 20:43:46 +02:00
]
[[package]]
name = "dlv-list"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2020-09-16 02:11:49 +02:00
[[package]]
name = "docker_sample"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-01-27 03:58:13 +01:00
"log",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
2022-12-11 16:32:09 +01:00
[[package]]
name = "dotenvy"
version = "0.15.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03d8c417d7a8cb362e0c37e5d815f5eb7c37f79ff93707329d5a194e42e54ca0"
2022-09-11 00:07:55 +02:00
[[package]]
name = "dtoa"
2022-12-30 17:48:10 +01:00
version = "1.0.5"
2022-09-11 00:07:55 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "c00704156a7de8df8da0911424e30c2049957b0a714542a44e05fe693dd85313"
2022-09-11 00:07:55 +02:00
2020-09-16 02:11:49 +02:00
[[package]]
name = "either"
2022-08-28 19:40:59 +02:00
version = "1.8.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-28 19:40:59 +02:00
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
2022-12-11 16:32:09 +01:00
dependencies = [
"serde",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "encoding_rs"
version = "0.8.31"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
2020-09-16 02:11:49 +02:00
dependencies = [
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
"cfg-if 1.0.0",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "enum-as-inner"
version = "0.4.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-07-10 00:39:21 +02:00
"heck",
"proc-macro2",
"quote",
2020-09-16 02:11:49 +02:00
"syn",
]
2021-10-07 00:12:42 +02:00
[[package]]
name = "env_logger"
2022-12-11 16:25:57 +01:00
version = "0.10.0"
2021-10-07 00:12:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:57 +01:00
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
2021-10-07 00:12:42 +02:00
dependencies = [
"humantime",
2022-12-11 16:25:57 +01:00
"is-terminal",
2021-10-07 00:12:42 +02:00
"log",
"regex",
"termcolor",
]
2022-12-11 16:25:15 +01:00
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi 0.3.9",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "error_handling"
version = "1.0.0"
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2020-09-16 02:11:49 +02:00
"derive_more",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-03-06 01:41:32 +01:00
"log",
"rand 0.8.5",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "event-listener"
2022-08-05 20:43:46 +02:00
version = "2.5.3"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-05 20:43:46 +02:00
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2020-09-16 02:11:49 +02:00
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
[[package]]
name = "fallible-streaming-iterator"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
2022-02-17 22:29:55 +01:00
[[package]]
name = "fast_chemail"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "495a39d30d624c2caabe6312bfead73e7717692b44e0b32df168c275a2e8e9e4"
dependencies = [
"ascii_utils",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "fastrand"
2022-08-05 20:43:46 +02:00
version = "1.8.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-05 20:43:46 +02:00
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
dependencies = [
"instant",
]
2020-09-16 02:11:49 +02:00
2022-07-10 00:39:21 +02:00
[[package]]
name = "filetime"
2022-12-11 16:25:15 +01:00
version = "0.2.19"
2022-07-10 00:39:21 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9"
2022-07-10 00:39:21 +02:00
dependencies = [
"cfg-if 1.0.0",
"libc",
2022-12-30 17:23:24 +01:00
"redox_syscall 0.2.16",
2022-10-26 17:51:27 +02:00
"windows-sys 0.42.0",
2022-07-10 00:39:21 +02:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "flate2"
2022-12-11 16:25:15 +01:00
version = "1.0.25"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
2020-09-16 02:11:49 +02:00
dependencies = [
"crc32fast",
"libz-sys",
"miniz_oxide",
]
[[package]]
name = "fluent"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61f69378194459db76abd2ce3952b790db103ceb003008d3d50d97c41ff847a7"
dependencies = [
"fluent-bundle",
"unic-langid",
]
[[package]]
name = "fluent-bundle"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
dependencies = [
"fluent-langneg",
"fluent-syntax",
"intl-memoizer",
"intl_pluralrules",
"rustc-hash",
"self_cell",
2022-12-30 17:23:24 +01:00
"smallvec 1.10.0",
"unic-langid",
]
[[package]]
name = "fluent-langneg"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
dependencies = [
"unic-langid",
]
[[package]]
name = "fluent-syntax"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
dependencies = [
"thiserror",
]
[[package]]
name = "fluent-template-macros"
2022-08-28 19:43:05 +02:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dec7592cd1f45c1afe9084ce59c62a3a7c266c125c4c2ec97e95b0563c4aa914"
dependencies = [
"flume",
"ignore",
"once_cell",
"proc-macro2",
"quote",
"syn",
"unic-langid",
]
[[package]]
name = "fluent-templates"
2022-08-28 19:43:05 +02:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c3ef2c2152757885365abce32ddf682746062f1b6b3c0824a29fbed6ee4d080"
dependencies = [
"arc-swap",
"fluent",
"fluent-bundle",
"fluent-langneg",
"fluent-syntax",
"fluent-template-macros",
"flume",
"handlebars",
"heck",
"ignore",
"intl-memoizer",
"lazy_static",
"log",
"once_cell",
"serde_json",
"snafu",
"unic-langid",
]
2022-02-06 09:19:35 +01:00
[[package]]
name = "flume"
2022-08-05 20:43:46 +02:00
version = "0.10.14"
2022-02-06 09:19:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-05 20:43:46 +02:00
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
2022-02-06 09:19:35 +01:00
dependencies = [
2022-12-11 16:32:09 +01:00
"futures-core",
"futures-sink",
"pin-project",
"spin 0.9.4",
2022-02-06 09:19:35 +01:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form-example"
version = "1.0.0"
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
"serde",
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
]
[[package]]
name = "form_urlencoded"
2022-09-11 00:07:55 +02:00
version = "1.1.0"
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
dependencies = [
"percent-encoding",
2020-09-16 02:11:49 +02:00
]
2022-07-10 00:11:36 +02:00
[[package]]
name = "frunk"
2022-12-11 16:25:15 +01:00
version = "0.4.1"
2022-07-10 00:11:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "a89c703bf50009f383a0873845357cc400a95fc535f836feddfe015d7df6e1e0"
2022-07-10 00:11:36 +02:00
dependencies = [
"frunk_core",
"frunk_derives",
"frunk_proc_macros",
]
[[package]]
name = "frunk_core"
2022-12-11 16:25:15 +01:00
version = "0.4.1"
2022-07-10 00:11:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "2a446d01a558301dca28ef43222864a9fa2bd9a2e71370f769d5d5d5ec9f3537"
2022-07-10 00:11:36 +02:00
[[package]]
name = "frunk_derives"
2022-12-11 16:25:15 +01:00
version = "0.4.1"
2022-07-10 00:11:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "b83164912bb4c97cfe0772913c7af7387ee2e00cb6d4636fb65a35b3d0c8f173"
2022-07-10 00:11:36 +02:00
dependencies = [
"frunk_proc_macro_helpers",
"quote",
"syn",
]
[[package]]
name = "frunk_proc_macro_helpers"
2022-12-11 16:25:15 +01:00
version = "0.1.1"
2022-07-10 00:11:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "015425591bbeb0f5b8a75593340f1789af428e9f887a4f1e36c0c471f067ef50"
2022-07-10 00:11:36 +02:00
dependencies = [
"frunk_core",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "frunk_proc_macros"
2022-12-11 16:25:15 +01:00
version = "0.1.1"
2022-07-10 00:11:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "ea01524f285deab48affffb342b97f186e657b119c3f1821ac531780e0fbfae0"
2022-07-10 00:11:36 +02:00
dependencies = [
"frunk_core",
"frunk_proc_macros_impl",
"proc-macro-hack",
]
[[package]]
name = "frunk_proc_macros_impl"
2022-12-11 16:25:15 +01:00
version = "0.1.1"
2022-07-10 00:11:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "0a802d974cc18ee7fe1a7868fc9ce31086294fd96ba62f8da64ecb44e92a2653"
2022-07-10 00:11:36 +02:00
dependencies = [
"frunk_core",
"frunk_proc_macro_helpers",
"proc-macro-hack",
"quote",
"syn",
]
2022-10-16 22:49:01 +02:00
[[package]]
name = "fsevent-sys"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
dependencies = [
"libc",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
"bitflags",
"fuchsia-zircon-sys",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2022-07-10 00:11:36 +02:00
[[package]]
name = "funty"
2022-12-11 16:25:15 +01:00
version = "2.0.0"
2022-07-10 00:11:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
2022-07-10 00:11:36 +02:00
2020-09-16 02:11:49 +02:00
[[package]]
name = "futf"
version = "0.1.5"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
2020-09-16 02:11:49 +02:00
dependencies = [
"mac",
"new_debug_unreachable",
]
2022-12-30 17:23:24 +01:00
[[package]]
name = "futures"
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
2020-09-16 02:11:49 +02:00
[[package]]
name = "futures"
2022-10-26 17:51:27 +02:00
version = "0.3.25"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
2020-09-16 02:11:49 +02:00
dependencies = [
"futures-channel",
"futures-core",
2022-10-16 20:14:40 +02:00
"futures-executor",
2020-09-16 02:11:49 +02:00
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2022-10-26 17:51:27 +02:00
version = "0.3.25"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
2020-09-16 02:11:49 +02:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2022-10-26 17:51:27 +02:00
version = "0.3.25"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
2020-09-16 02:11:49 +02:00
2021-04-26 13:32:32 +02:00
[[package]]
name = "futures-enum"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3422d14de7903a52e9dbc10ae05a7e14445ec61890100e098754e120b2bd7b1e"
dependencies = [
2022-12-11 16:25:15 +01:00
"derive_utils 0.11.2",
2021-04-26 13:32:32 +02:00
"quote",
"syn",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "futures-executor"
2022-10-26 17:51:27 +02:00
version = "0.3.25"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
2020-09-16 02:11:49 +02:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
2022-12-11 16:32:09 +01:00
[[package]]
name = "futures-intrusive"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
dependencies = [
"futures-core",
2022-12-30 17:23:24 +01:00
"lock_api 0.4.9",
2022-12-11 16:32:09 +01:00
"parking_lot 0.11.2",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "futures-io"
2022-10-26 17:51:27 +02:00
version = "0.3.25"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
2020-09-16 02:11:49 +02:00
[[package]]
name = "futures-macro"
2022-10-26 17:51:27 +02:00
version = "0.3.25"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
2020-09-16 02:11:49 +02:00
dependencies = [
"proc-macro2",
"quote",
2020-09-16 02:11:49 +02:00
"syn",
]
[[package]]
name = "futures-sink"
2022-10-26 17:51:27 +02:00
version = "0.3.25"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
2020-09-16 02:11:49 +02:00
[[package]]
name = "futures-task"
2022-10-26 17:51:27 +02:00
version = "0.3.25"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
2020-09-16 02:11:49 +02:00
[[package]]
name = "futures-util"
2022-10-26 17:51:27 +02:00
version = "0.3.25"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-10-16 20:14:40 +02:00
"futures-channel",
2020-09-16 02:11:49 +02:00
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite 0.2.9",
2020-09-16 02:11:49 +02:00
"pin-utils",
"slab",
]
[[package]]
name = "generic-array"
2022-08-05 20:43:46 +02:00
version = "0.14.6"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-05 20:43:46 +02:00
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
2020-09-16 02:11:49 +02:00
dependencies = [
"typenum",
2022-02-18 02:44:53 +01:00
"version_check",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "getrandom"
2021-10-07 00:56:44 +02:00
version = "0.1.16"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2020-09-16 02:11:49 +02:00
dependencies = [
2021-10-07 00:56:44 +02:00
"cfg-if 1.0.0",
2020-09-16 02:11:49 +02:00
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
2022-10-26 17:51:27 +02:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
dependencies = [
"cfg-if 1.0.0",
"libc",
2022-07-09 21:43:47 +02:00
"wasi 0.11.0+wasi-snapshot-preview1",
]
[[package]]
name = "ghash"
2022-10-16 22:20:01 +02:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40"
dependencies = [
2022-08-05 20:43:46 +02:00
"opaque-debug",
"polyval",
2020-09-16 02:11:49 +02:00
]
[[package]]
2022-07-10 00:11:36 +02:00
name = "glob"
version = "0.3.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-10 00:11:36 +02:00
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2020-09-16 02:11:49 +02:00
[[package]]
name = "globset"
version = "0.4.9"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
2020-09-16 02:11:49 +02:00
dependencies = [
"aho-corasick",
"bstr",
"fnv",
"log",
"regex",
]
[[package]]
name = "globwalk"
version = "0.8.1"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
2020-09-16 02:11:49 +02:00
dependencies = [
"bitflags",
"ignore",
"walkdir",
]
2021-04-26 13:32:32 +02:00
[[package]]
name = "graphql-parser"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1abd4ce5247dfc04a03ccde70f87a048458c9356c7e41d21ad8c407b3dde6f2"
dependencies = [
"combine 3.8.1",
"thiserror",
]
2022-03-05 15:28:43 +01:00
[[package]]
name = "guards"
version = "1.0.0"
dependencies = [
"actix-web",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "h2"
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
version = "0.2.7"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
2020-09-16 02:11:49 +02:00
dependencies = [
"bytes 0.5.6",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
2021-10-07 00:56:44 +02:00
"tokio 0.2.25",
2021-10-06 23:42:44 +02:00
"tokio-util 0.3.1",
2020-09-16 02:11:49 +02:00
"tracing",
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
"tracing-futures",
2020-09-16 02:11:49 +02:00
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "h2"
2022-10-26 17:51:27 +02:00
version = "0.3.15"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
2021-10-06 23:42:44 +02:00
dependencies = [
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2021-10-06 23:42:44 +02:00
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-09-11 00:07:55 +02:00
"tokio-util 0.7.4",
2021-10-06 23:42:44 +02:00
"tracing",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "handlebars"
2022-12-30 17:48:10 +01:00
version = "4.3.6"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "035ef95d03713f2c347a72547b7cd38cbc9af7cd51e6099fb62d586d4a6dee3a"
2020-09-16 02:11:49 +02:00
dependencies = [
"log",
"pest",
"pest_derive",
"serde",
2020-09-16 02:11:49 +02:00
"serde_json",
"thiserror",
2020-09-16 02:11:49 +02:00
"walkdir",
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [
2022-08-28 19:40:59 +02:00
"ahash 0.7.6",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
2022-08-28 19:40:59 +02:00
"ahash 0.7.6",
]
[[package]]
name = "hashlink"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf"
dependencies = [
"hashbrown 0.11.2",
]
2021-10-06 23:42:44 +02:00
2022-12-11 16:32:09 +01:00
[[package]]
name = "hashlink"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa"
dependencies = [
"hashbrown 0.12.3",
]
2022-02-02 03:02:47 +01:00
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
2022-12-11 16:32:09 +01:00
dependencies = [
"unicode-segmentation",
]
2022-02-02 03:02:47 +01:00
2020-09-16 02:11:49 +02:00
[[package]]
name = "hello-world"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "hermit-abi"
2021-10-07 00:56:44 +02:00
version = "0.1.19"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2020-09-16 02:11:49 +02:00
dependencies = [
"libc",
]
2022-12-11 16:25:15 +01:00
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "hex"
2021-10-07 00:56:44 +02:00
version = "0.4.3"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2020-09-16 02:11:49 +02:00
[[package]]
name = "hkdf"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
dependencies = [
2022-08-01 02:17:59 +02:00
"hmac",
2021-10-06 23:42:44 +02:00
]
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
2022-10-26 17:51:27 +02:00
"digest",
]
2022-07-10 00:39:21 +02:00
[[package]]
name = "home"
2022-10-16 22:20:01 +02:00
version = "0.5.4"
2022-07-10 00:39:21 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408"
2022-07-10 00:39:21 +02:00
dependencies = [
"winapi 0.3.9",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "hostname"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
dependencies = [
"libc",
"match_cfg",
"winapi 0.3.9",
]
[[package]]
name = "http"
version = "0.2.8"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2020-09-16 02:11:49 +02:00
"fnv",
2022-12-30 17:48:10 +01:00
"itoa 1.0.5",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "http-body"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
dependencies = [
"bytes 0.5.6",
"http",
]
2022-01-31 03:45:53 +01:00
[[package]]
name = "http-body"
version = "0.4.5"
2022-01-31 03:45:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2022-01-31 03:45:53 +01:00
dependencies = [
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-01-31 03:45:53 +01:00
"http",
"pin-project-lite 0.2.9",
2022-01-31 03:45:53 +01:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "http-proxy"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
"awc",
2022-10-26 17:51:27 +02:00
"clap",
"env_logger",
2022-02-02 03:02:47 +01:00
"log",
2020-09-16 02:11:49 +02:00
"url",
]
2022-01-29 17:06:32 +01:00
[[package]]
name = "http-range"
version = "0.1.5"
2022-01-29 17:06:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
2022-01-29 17:06:32 +01:00
2020-09-16 02:11:49 +02:00
[[package]]
name = "httparse"
2022-09-11 00:07:55 +02:00
version = "1.8.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2020-09-16 02:11:49 +02:00
[[package]]
name = "httpdate"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
2022-01-27 03:58:13 +01:00
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2020-09-16 02:11:49 +02:00
[[package]]
name = "humansize"
2021-10-07 00:56:44 +02:00
version = "1.1.1"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026"
2020-09-16 02:11:49 +02:00
2020-10-20 00:36:53 +02:00
[[package]]
name = "humantime"
2021-10-07 00:56:44 +02:00
version = "2.1.0"
2020-10-20 00:36:53 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2020-10-20 00:36:53 +02:00
2020-09-16 02:11:49 +02:00
[[package]]
name = "hyper"
2021-10-07 00:56:44 +02:00
version = "0.13.10"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
2020-09-16 02:11:49 +02:00
dependencies = [
"bytes 0.5.6",
"futures-channel",
"futures-core",
"futures-util",
2021-10-06 23:42:44 +02:00
"h2 0.2.7",
2020-09-16 02:11:49 +02:00
"http",
2022-01-31 03:45:53 +01:00
"http-body 0.3.1",
2020-09-16 02:11:49 +02:00
"httparse",
2022-01-27 03:58:13 +01:00
"httpdate 0.3.2",
"itoa 0.4.8",
2022-02-18 02:44:53 +01:00
"pin-project",
2021-10-07 00:56:44 +02:00
"socket2 0.3.19",
"tokio 0.2.25",
2020-09-16 02:11:49 +02:00
"tower-service",
"tracing",
"want",
]
2022-01-31 03:45:53 +01:00
[[package]]
name = "hyper"
2022-12-11 16:25:15 +01:00
version = "0.14.23"
2022-01-31 03:45:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
2022-01-31 03:45:53 +01:00
dependencies = [
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-01-31 03:45:53 +01:00
"futures-channel",
"futures-core",
"futures-util",
2022-10-26 17:51:27 +02:00
"h2 0.3.15",
2022-01-31 03:45:53 +01:00
"http",
"http-body 0.4.5",
2022-01-31 03:45:53 +01:00
"httparse",
"httpdate 1.0.2",
2022-12-30 17:48:10 +01:00
"itoa 1.0.5",
"pin-project-lite 0.2.9",
2022-09-11 00:07:55 +02:00
"socket2 0.4.7",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-01-31 03:45:53 +01:00
"tower-service",
"tracing",
"want",
]
2022-08-01 02:17:59 +02:00
[[package]]
name = "hyper-rustls"
2022-12-11 16:31:32 +01:00
version = "0.23.2"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
2022-08-01 02:17:59 +02:00
dependencies = [
2022-12-11 16:31:32 +01:00
"http",
2022-12-11 16:25:15 +01:00
"hyper 0.14.23",
2022-08-01 02:17:59 +02:00
"log",
2022-12-11 16:31:32 +01:00
"rustls 0.20.7",
2022-08-01 02:17:59 +02:00
"rustls-native-certs",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-12-11 16:31:32 +01:00
"tokio-rustls",
2022-08-01 02:17:59 +02:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "hyper-tls"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
dependencies = [
"bytes 0.5.6",
2022-01-31 03:45:53 +01:00
"hyper 0.13.10",
2020-09-16 02:11:49 +02:00
"native-tls",
2021-10-07 00:56:44 +02:00
"tokio 0.2.25",
2020-09-16 02:11:49 +02:00
"tokio-tls",
]
2022-01-31 03:45:53 +01:00
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
"hyper 0.14.23",
2022-01-31 03:45:53 +01:00
"native-tls",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-01-31 03:45:53 +01:00
"tokio-native-tls",
]
2022-08-28 19:40:59 +02:00
[[package]]
name = "iana-time-zone"
2022-12-11 16:25:15 +01:00
version = "0.1.53"
2022-08-28 19:40:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
2022-08-28 19:40:59 +02:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
2022-10-16 22:20:01 +02:00
"iana-time-zone-haiku",
2022-08-28 19:40:59 +02:00
"js-sys",
"wasm-bindgen",
"winapi 0.3.9",
]
2022-10-16 22:20:01 +02:00
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
dependencies = [
"cxx",
"cxx-build",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "idna"
2021-10-07 00:56:44 +02:00
version = "0.2.3"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2020-09-16 02:11:49 +02:00
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
2022-09-11 00:07:55 +02:00
[[package]]
name = "idna"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "if_chain"
2021-10-07 00:56:44 +02:00
version = "1.0.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
2020-09-16 02:11:49 +02:00
[[package]]
name = "ignore"
2021-10-07 00:56:44 +02:00
version = "0.4.18"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-12-30 17:23:24 +01:00
"crossbeam-utils 0.8.14",
2020-09-16 02:11:49 +02:00
"globset",
"lazy_static",
"log",
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
]
2022-12-11 16:25:15 +01:00
[[package]]
name = "impl-more"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d14c422088773284a62e155b3e2f700a52cd3731dabe2cffd914e13f71b6bd4e"
2020-09-16 02:11:49 +02:00
[[package]]
name = "indexmap"
2022-12-11 16:25:15 +01:00
version = "1.9.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
2020-09-16 02:11:49 +02:00
dependencies = [
"autocfg",
"hashbrown 0.12.3",
"serde",
2020-09-16 02:11:49 +02:00
]
2022-10-16 22:49:01 +02:00
[[package]]
name = "inotify"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
dependencies = [
"bitflags",
"inotify-sys",
"libc",
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
2022-10-16 22:20:01 +02:00
[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
"generic-array",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "instant"
2022-01-27 03:58:13 +01:00
version = "0.1.12"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 03:58:13 +01:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
"cfg-if 1.0.0",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "intl-memoizer"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
dependencies = [
"type-map",
"unic-langid",
]
[[package]]
name = "intl_pluralrules"
2022-10-26 17:51:27 +02:00
version = "7.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
dependencies = [
"unic-langid",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "io-enum"
2022-12-11 16:25:15 +01:00
version = "1.0.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "e4b0d47a958cb166282b4dc4840a35783e861c2b39080af846e6481ebe145eee"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-12-11 16:25:15 +01:00
"derive_utils 0.12.0",
"quote",
2020-09-16 02:11:49 +02:00
"syn",
]
2022-12-11 16:25:15 +01:00
[[package]]
name = "io-lifetimes"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"
dependencies = [
"libc",
"windows-sys 0.42.0",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
"libc",
]
[[package]]
name = "ipconfig"
2022-12-11 16:25:15 +01:00
version = "0.3.1"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "bd302af1b90f2463a98fa5ad469fc212c8e3175a41c3068601bfa2727591c5be"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-09-11 00:07:55 +02:00
"socket2 0.4.7",
2020-09-16 02:11:49 +02:00
"widestring",
"winapi 0.3.9",
2022-12-11 16:25:15 +01:00
"winreg 0.10.1",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "ipnet"
2022-12-30 17:48:10 +01:00
version = "2.7.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "11b0d96e660696543b251e58030cf9787df56da39dab19ad60eae7353040917e"
2022-12-11 16:25:15 +01:00
[[package]]
name = "is-terminal"
2022-12-30 17:48:10 +01:00
version = "0.4.2"
2022-12-11 16:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
2022-12-11 16:25:15 +01:00
dependencies = [
"hermit-abi 0.2.6",
"io-lifetimes",
"rustix",
"windows-sys 0.42.0",
]
2020-09-16 02:11:49 +02:00
2021-10-07 00:56:44 +02:00
[[package]]
name = "itertools"
2022-10-16 22:20:01 +02:00
version = "0.10.5"
2021-10-07 00:56:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2021-10-07 00:56:44 +02:00
dependencies = [
"either",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "itoa"
2021-10-07 00:56:44 +02:00
version = "0.4.8"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2020-09-16 02:11:49 +02:00
2022-01-27 03:58:13 +01:00
[[package]]
name = "itoa"
2022-12-30 17:48:10 +01:00
version = "1.0.5"
2022-01-27 03:58:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
2022-01-27 03:58:13 +01:00
2022-07-10 00:39:21 +02:00
[[package]]
name = "itoap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9028f49264629065d057f340a86acb84867925865f73bbf8d47b4d149a7e88b8"
2021-10-06 23:42:44 +02:00
[[package]]
name = "jobserver"
2022-10-16 22:20:01 +02:00
version = "0.1.25"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
2021-10-06 23:42:44 +02:00
dependencies = [
"libc",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "js-sys"
2022-10-16 22:20:01 +02:00
version = "0.3.60"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
2020-09-16 02:11:49 +02:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "json"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
[[package]]
name = "json-example"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-03-06 01:15:16 +01:00
"futures-util",
2020-09-16 02:11:49 +02:00
"json",
2022-03-06 01:41:32 +01:00
"log",
"serde",
2020-09-16 02:11:49 +02:00
"serde_json",
]
2022-02-02 02:51:25 +01:00
[[package]]
name = "json-validation"
version = "1.0.0"
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
"awc",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-03-06 01:15:16 +01:00
"futures-util",
2022-02-02 02:51:25 +01:00
"log",
"serde",
2022-02-02 02:51:25 +01:00
"serde_json",
"validator",
]
[[package]]
name = "json5"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
dependencies = [
"pest",
"pest_derive",
"serde",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "json_decode_error"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-03-06 01:41:32 +01:00
"log",
"serde",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "json_error"
version = "1.0.0"
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-03-06 01:41:32 +01:00
"log",
"serde",
2020-09-16 02:11:49 +02:00
"serde_json",
]
[[package]]
name = "jsonrpc-example"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-10-26 17:51:27 +02:00
"env_logger",
"futures-util",
2020-09-16 02:11:49 +02:00
"log",
"serde",
2020-09-16 02:11:49 +02:00
"serde_json",
]
[[package]]
name = "juniper"
version = "0.15.10"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f478f229a8ab52ff242f3250c8b3b8fe0a59b5b934f9706b7bdbc980991a7b6"
2020-09-16 02:11:49 +02:00
dependencies = [
2021-04-26 13:32:32 +02:00
"async-trait",
2022-01-27 03:58:13 +01:00
"bson 1.2.4",
2020-09-16 02:11:49 +02:00
"chrono",
"fnv",
2022-12-30 17:23:24 +01:00
"futures 0.3.25",
2021-04-26 13:32:32 +02:00
"futures-enum",
"graphql-parser",
2020-09-16 02:11:49 +02:00
"indexmap",
"juniper_codegen",
"serde",
"smartstring 0.2.10",
2022-07-10 00:11:36 +02:00
"static_assertions",
2020-09-16 02:11:49 +02:00
"url",
2022-07-10 00:39:21 +02:00
"uuid 0.8.2",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "juniper-advanced"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-17 21:59:04 +01:00
"actix-cors",
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"actix-web-lab",
2020-09-16 02:11:49 +02:00
"dotenv",
2022-10-26 17:51:27 +02:00
"env_logger",
2020-09-16 02:11:49 +02:00
"juniper",
"log",
"mysql",
"r2d2",
"r2d2_mysql",
"serde",
2020-09-16 02:11:49 +02:00
"serde_json",
2022-12-11 16:25:15 +01:00
"uuid 1.2.2",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "juniper-example"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-17 21:59:04 +01:00
"actix-cors",
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"actix-web-lab",
"env_logger",
2020-09-16 02:11:49 +02:00
"juniper",
2022-02-17 21:59:04 +01:00
"log",
"serde",
2020-09-16 02:11:49 +02:00
"serde_json",
]
[[package]]
name = "juniper_codegen"
version = "0.15.9"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aee97671061ad50301ba077d054d295e01d31a1868fbd07902db651f987e71db"
2020-09-16 02:11:49 +02:00
dependencies = [
2021-04-26 13:32:32 +02:00
"proc-macro-error",
"proc-macro2",
"quote",
2020-09-16 02:11:49 +02:00
"syn",
]
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
2022-10-16 22:49:01 +02:00
[[package]]
name = "kqueue"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98"
dependencies = [
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587"
dependencies = [
"bitflags",
"libc",
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "language-tags"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
2020-09-16 02:11:49 +02:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2022-07-10 00:11:36 +02:00
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2020-09-16 02:11:49 +02:00
[[package]]
name = "lexical"
2022-10-26 17:51:27 +02:00
version = "6.1.1"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "c7aefb36fd43fef7003334742cbf77b243fcd36418a1d1bdd480d613a67968f6"
2020-09-16 02:11:49 +02:00
dependencies = [
"lexical-core",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "lexical-core"
2022-10-26 17:51:27 +02:00
version = "0.8.5"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-10-26 17:51:27 +02:00
"lexical-parse-float",
"lexical-parse-integer",
"lexical-util",
"lexical-write-float",
"lexical-write-integer",
]
[[package]]
name = "lexical-parse-float"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f"
dependencies = [
"lexical-parse-integer",
"lexical-util",
"static_assertions",
]
[[package]]
name = "lexical-parse-integer"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9"
dependencies = [
"lexical-util",
"static_assertions",
]
[[package]]
name = "lexical-util"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc"
dependencies = [
"static_assertions",
]
[[package]]
name = "lexical-write-float"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862"
dependencies = [
"lexical-util",
"lexical-write-integer",
"static_assertions",
]
[[package]]
name = "lexical-write-integer"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446"
dependencies = [
"lexical-util",
2022-07-10 00:11:36 +02:00
"static_assertions",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "libc"
2022-12-30 17:48:10 +01:00
version = "0.2.139"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
2020-09-16 02:11:49 +02:00
2022-07-10 00:11:36 +02:00
[[package]]
name = "libloading"
2022-12-11 16:25:15 +01:00
version = "0.7.4"
2022-07-10 00:11:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
2022-07-10 00:11:36 +02:00
dependencies = [
"cfg-if 1.0.0",
"winapi 0.3.9",
]
2022-02-06 09:19:35 +01:00
[[package]]
name = "libsqlite3-sys"
2022-07-09 23:54:51 +02:00
version = "0.24.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-09 23:54:51 +02:00
checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-12-11 16:32:09 +01:00
"cc",
2020-09-16 02:11:49 +02:00
"pkg-config",
"vcpkg",
]
[[package]]
name = "libz-sys"
version = "1.1.8"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
2020-09-16 02:11:49 +02:00
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
2022-10-16 22:20:01 +02:00
[[package]]
name = "link-cplusplus"
2022-12-30 17:48:10 +01:00
version = "1.0.8"
2022-10-16 22:20:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
2022-10-16 22:20:01 +02:00
dependencies = [
"cc",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "linked-hash-map"
2022-07-09 21:43:47 +02:00
version = "0.5.6"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-09 21:43:47 +02:00
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2020-09-16 02:11:49 +02:00
2022-12-11 16:25:15 +01:00
[[package]]
name = "linux-raw-sys"
2022-12-30 17:48:10 +01:00
version = "0.1.4"
2022-12-11 16:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
2022-12-11 16:25:15 +01:00
2021-10-06 23:42:44 +02:00
[[package]]
name = "local-channel"
version = "0.1.3"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f303ec0e94c6c54447f84f3b0ef7af769858a9c4ef56ef2a986d3dcd4c3fc9c"
2021-10-06 23:42:44 +02:00
dependencies = [
"futures-core",
"futures-sink",
"futures-util",
"local-waker",
]
[[package]]
name = "local-waker"
version = "0.1.3"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1"
2021-10-06 23:42:44 +02:00
2022-12-30 17:23:24 +01:00
[[package]]
name = "lock_api"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
dependencies = [
"scopeguard",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "lock_api"
2022-10-16 22:20:01 +02:00
version = "0.4.9"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2020-09-16 02:11:49 +02:00
dependencies = [
"autocfg",
2020-09-16 02:11:49 +02:00
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.17"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2020-09-16 02:11:49 +02:00
dependencies = [
2021-10-07 00:56:44 +02:00
"cfg-if 1.0.0",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "loge"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc44e963910d60dbd093f090cb56c6cec463f5b23c07a130097deef8fe854c4b"
dependencies = [
"atty",
"chrono",
"colored",
"log",
"winapi 0.3.9",
]
2022-07-10 00:11:36 +02:00
[[package]]
name = "lru"
2022-12-11 16:25:15 +01:00
version = "0.8.1"
2022-07-10 00:11:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"
2022-07-10 00:11:36 +02:00
dependencies = [
2022-10-26 17:51:27 +02:00
"hashbrown 0.12.3",
2022-07-10 00:11:36 +02:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "lru-cache"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
dependencies = [
"linked-hash-map",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
[[package]]
name = "markup5ever"
2022-09-11 00:07:55 +02:00
version = "0.11.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
2020-09-16 02:11:49 +02:00
dependencies = [
"log",
2022-09-11 00:07:55 +02:00
"phf 0.10.1",
"phf_codegen 0.10.0",
2020-09-16 02:11:49 +02:00
"string_cache",
"string_cache_codegen",
"tendril",
]
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
[[package]]
name = "matches"
2021-10-07 00:56:44 +02:00
version = "0.1.9"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2020-09-16 02:11:49 +02:00
2022-12-30 17:23:24 +01:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2020-09-16 02:11:49 +02:00
[[package]]
name = "md-5"
2022-10-16 22:20:01 +02:00
version = "0.10.5"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
dependencies = [
2022-10-26 17:51:27 +02:00
"digest",
]
2020-09-16 02:11:49 +02:00
2022-12-11 16:25:15 +01:00
[[package]]
name = "mediatype"
version = "0.19.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a280afd79e5a4c3e7f298c6139321aad0365690f24a57539e18590b5a606966"
2020-09-16 02:11:49 +02:00
[[package]]
name = "memchr"
version = "2.5.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2020-09-16 02:11:49 +02:00
2022-10-16 22:20:01 +02:00
[[package]]
name = "memo-map"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aec276c09560ce4447087aaefc19eb0c18d97e31bd05ebac38881c4723400c40"
2022-12-30 17:23:24 +01:00
[[package]]
name = "memoffset"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
dependencies = [
"autocfg",
]
2022-07-10 00:11:36 +02:00
[[package]]
name = "memoffset"
2022-12-11 16:25:15 +01:00
version = "0.7.1"
2022-07-10 00:11:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
2022-07-10 00:11:36 +02:00
dependencies = [
"autocfg",
]
[[package]]
name = "middleware-encrypted-payloads"
version = "1.0.0"
dependencies = [
"actix-http",
"actix-web",
"actix-web-lab",
"aes-gcm-siv",
"base64 0.20.0",
"env_logger",
"futures-util",
"log",
"pin-project",
"serde",
"serde_json",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "middleware-example"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
"actix-http",
2022-02-18 02:44:53 +01:00
"actix-web",
2022-12-17 23:10:51 +01:00
"actix-web-lab",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-02-22 13:12:17 +01:00
"futures-util",
"log",
2022-02-18 02:44:53 +01:00
"pin-project",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "middleware-ext-mut"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
"log",
]
[[package]]
name = "middleware-http-to-https"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"actix-web-lab",
"env_logger",
2022-02-22 13:12:17 +01:00
"futures-util",
"log",
2022-10-26 17:51:27 +02:00
"rustls 0.20.7",
2022-08-05 20:43:46 +02:00
"rustls-pemfile 1.0.1",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "mime_guess"
version = "2.0.4"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
2020-09-16 02:11:49 +02:00
dependencies = [
"mime",
"unicase",
]
2022-10-16 22:20:01 +02:00
[[package]]
name = "minijinja"
2022-12-11 16:31:32 +01:00
version = "0.27.0"
2022-10-16 22:20:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "c758712a3652a2ce74855bf49af7b6684f089497c21a0d394f43c69464f858bf"
2022-10-16 22:20:01 +02:00
dependencies = [
"memo-map",
"self_cell",
"serde",
]
2022-10-16 22:49:01 +02:00
[[package]]
name = "minijinja-autoreload"
2022-12-11 16:31:32 +01:00
version = "0.27.0"
2022-10-16 22:49:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "4b0d6051a37d16598bda1e606d8968ca7356ca584924810f5515f5b1d4fb83c2"
2022-10-16 22:49:01 +02:00
dependencies = [
"minijinja",
"notify",
]
2021-10-07 00:56:44 +02:00
[[package]]
name = "minimal-lexical"
2022-01-27 03:58:13 +01:00
version = "0.2.1"
2021-10-07 00:56:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 03:58:13 +01:00
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2021-10-07 00:56:44 +02:00
2020-09-16 02:11:49 +02:00
[[package]]
name = "miniz_oxide"
2022-12-11 16:25:15 +01:00
version = "0.6.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
2020-09-16 02:11:49 +02:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
2021-10-07 00:56:44 +02:00
version = "0.6.23"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
2020-09-16 02:11:49 +02:00
dependencies = [
"cfg-if 0.1.10",
2020-09-16 02:11:49 +02:00
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow",
2020-09-16 02:11:49 +02:00
"net2",
"slab",
"winapi 0.2.8",
]
2022-01-27 03:58:13 +01:00
[[package]]
name = "mio"
2022-10-26 17:51:27 +02:00
version = "0.8.5"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
2021-10-06 23:42:44 +02:00
dependencies = [
"libc",
"log",
2022-03-15 18:32:27 +01:00
"wasi 0.11.0+wasi-snapshot-preview1",
2022-10-26 17:51:27 +02:00
"windows-sys 0.42.0",
2021-10-06 23:42:44 +02:00
]
2022-12-30 17:23:24 +01:00
[[package]]
name = "mio-uds"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
dependencies = [
"iovec",
"libc",
"mio 0.6.23",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "miow"
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
version = "0.2.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
2020-09-16 02:11:49 +02:00
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "mongodb"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2021-10-06 23:42:44 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-16 22:20:01 +02:00
"mongodb 2.3.1",
"serde",
2021-10-06 23:42:44 +02:00
]
[[package]]
name = "mongodb"
2022-10-16 22:20:01 +02:00
version = "2.3.1"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "b5a1df476ac9541b0e4fdc8e2cc48884e66c92c933cd17a1fd75e68caf75752e"
2021-10-06 23:42:44 +02:00
dependencies = [
"async-trait",
"base64 0.13.1",
2021-10-06 23:42:44 +02:00
"bitflags",
2022-08-05 20:43:46 +02:00
"bson 2.4.0",
2021-10-06 23:42:44 +02:00
"chrono",
"derivative",
"futures-core",
"futures-executor",
"futures-util",
"hex",
2022-08-01 02:17:59 +02:00
"hmac",
2021-10-06 23:42:44 +02:00
"lazy_static",
2022-08-01 02:17:59 +02:00
"md-5",
2021-10-06 23:42:44 +02:00
"os_info",
"pbkdf2",
"percent-encoding",
"rand 0.8.5",
"rustc_version_runtime",
2022-10-26 17:51:27 +02:00
"rustls 0.20.7",
"rustls-pemfile 0.3.0",
"serde",
2021-10-06 23:42:44 +02:00
"serde_bytes",
"serde_with",
2022-08-05 20:43:46 +02:00
"sha-1",
2022-10-26 17:51:27 +02:00
"sha2",
2022-09-11 00:07:55 +02:00
"socket2 0.4.7",
2021-10-06 23:42:44 +02:00
"stringprep",
2022-10-26 17:51:27 +02:00
"strsim",
2021-10-06 23:42:44 +02:00
"take_mut",
"thiserror",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-12-11 16:31:32 +01:00
"tokio-rustls",
2022-09-11 00:07:55 +02:00
"tokio-util 0.7.4",
2022-02-18 02:44:53 +01:00
"trust-dns-proto",
"trust-dns-resolver",
2021-10-06 23:42:44 +02:00
"typed-builder",
2022-07-10 00:39:21 +02:00
"uuid 0.8.2",
2022-12-11 16:25:15 +01:00
"webpki-roots 0.22.6",
2021-10-06 23:42:44 +02:00
]
[[package]]
name = "multer"
2022-10-16 22:20:01 +02:00
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "6ed4198ce7a4cbd2a57af78d28c6fbb57d81ac5f1d6ad79ac6c5587419cbdf22"
dependencies = [
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
"encoding_rs",
2021-10-07 00:56:44 +02:00
"futures-util",
"http",
"httparse",
"log",
2022-01-27 03:58:13 +01:00
"memchr",
"mime",
"spin 0.9.4",
2022-02-18 02:44:53 +01:00
"version_check",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "multipart-example"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
"actix-multipart",
2022-02-18 02:44:53 +01:00
"actix-web",
"futures-util",
2020-09-16 02:11:49 +02:00
"sanitize-filename",
2022-12-11 16:25:15 +01:00
"uuid 1.2.2",
2020-09-16 02:11:49 +02:00
]
[[package]]
2022-08-01 02:17:59 +02:00
name = "multipart-s3-example"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
"actix-multipart",
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"actix-web-lab",
2022-08-01 02:17:59 +02:00
"aws-config",
"aws-sdk-s3",
2020-09-16 02:11:49 +02:00
"dotenv",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-03-06 01:15:16 +01:00
"futures-util",
2022-02-18 03:13:08 +01:00
"log",
2020-09-16 02:11:49 +02:00
"sanitize-filename",
"serde",
2020-09-16 02:11:49 +02:00
"serde_json",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "mysql"
2022-12-11 16:25:15 +01:00
version = "23.0.1"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "05f11339ca5c251941805d51362a07823605a80586ced92914ab7de84fba813f"
2020-09-16 02:11:49 +02:00
dependencies = [
"bufstream",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-10-26 17:51:27 +02:00
"crossbeam",
"flate2",
2020-09-16 02:11:49 +02:00
"io-enum",
"libc",
2022-07-10 00:11:36 +02:00
"lru",
2020-09-16 02:11:49 +02:00
"mysql_common",
"named_pipe",
"native-tls",
2022-07-10 00:11:36 +02:00
"once_cell",
"pem",
2020-09-16 02:11:49 +02:00
"percent-encoding",
"serde",
2020-09-16 02:11:49 +02:00
"serde_json",
2022-09-11 00:07:55 +02:00
"socket2 0.4.7",
2020-09-16 02:11:49 +02:00
"twox-hash",
"url",
]
[[package]]
name = "mysql_common"
2022-12-11 16:25:15 +01:00
version = "0.29.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "9006c95034ccf7b903d955f210469119f6c3477fc9c9e7a7845ce38a3e665c2a"
2020-09-16 02:11:49 +02:00
dependencies = [
"base64 0.13.1",
2020-09-16 02:11:49 +02:00
"bigdecimal",
2022-07-10 00:11:36 +02:00
"bindgen",
2020-09-16 02:11:49 +02:00
"bitflags",
2022-07-10 00:11:36 +02:00
"bitvec",
2020-09-16 02:11:49 +02:00
"byteorder",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-07-10 00:11:36 +02:00
"cc",
"cmake",
"crc32fast",
2020-09-16 02:11:49 +02:00
"flate2",
2022-07-10 00:11:36 +02:00
"frunk",
2020-09-16 02:11:49 +02:00
"lazy_static",
"lexical",
2022-10-26 17:51:27 +02:00
"num-bigint",
"num-traits",
2022-07-10 00:11:36 +02:00
"rand 0.8.5",
2020-09-16 02:11:49 +02:00
"regex",
"rust_decimal",
2022-07-10 00:11:36 +02:00
"saturating",
"serde",
2020-09-16 02:11:49 +02:00
"serde_json",
2022-12-11 16:25:15 +01:00
"sha1 0.10.5",
2022-10-26 17:51:27 +02:00
"sha2",
2022-12-30 17:23:24 +01:00
"smallvec 1.10.0",
2022-07-10 00:11:36 +02:00
"subprocess",
"thiserror",
2022-12-11 16:25:15 +01:00
"time 0.3.17",
"uuid 1.2.2",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "named_pipe"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad9c443cce91fc3e12f017290db75dde490d685cdaaf508d7159d7cf41f0eb2b"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "native-tls"
2022-12-11 16:25:15 +01:00
version = "0.2.11"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
2020-09-16 02:11:49 +02:00
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
2021-10-07 00:56:44 +02:00
"security-framework",
"security-framework-sys",
"tempfile",
]
2022-02-18 03:02:44 +01:00
[[package]]
name = "nested-routing"
version = "1.0.0"
dependencies = [
"actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-12-30 17:30:16 +01:00
"log",
"serde",
2022-02-18 03:02:44 +01:00
"serde_json",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "net2"
2022-10-26 17:51:27 +02:00
version = "0.2.38"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
2020-09-16 02:11:49 +02:00
dependencies = [
"cfg-if 0.1.10",
2020-09-16 02:11:49 +02:00
"libc",
"winapi 0.3.9",
]
[[package]]
name = "new_debug_unreachable"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
2021-03-03 15:37:17 +01:00
[[package]]
name = "nom"
2022-03-15 18:32:27 +01:00
version = "7.1.1"
2021-03-03 15:37:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-15 18:32:27 +01:00
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
2021-03-03 15:37:17 +01:00
dependencies = [
"memchr",
2021-10-07 00:56:44 +02:00
"minimal-lexical",
2021-03-03 15:37:17 +01:00
]
2022-10-16 22:49:01 +02:00
[[package]]
name = "notify"
version = "5.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed2c66da08abae1c024c01d635253e402341b4060a12e99b31c7594063bf490a"
dependencies = [
"bitflags",
"filetime",
"fsevent-sys",
"inotify",
"kqueue",
"libc",
2022-10-26 17:51:27 +02:00
"mio 0.8.5",
2022-10-16 22:49:01 +02:00
"walkdir",
"winapi 0.3.9",
]
2022-07-10 00:11:36 +02:00
[[package]]
name = "num-bigint"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
2020-09-16 02:11:49 +02:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "num-integer"
version = "0.1.45"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2020-09-16 02:11:49 +02:00
dependencies = [
"autocfg",
"num-traits",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "num-traits"
version = "0.2.15"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2020-09-16 02:11:49 +02:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2022-12-30 17:48:10 +01:00
version = "1.15.0"
2022-01-27 03:58:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2022-01-27 03:58:13 +01:00
dependencies = [
2022-12-30 17:48:10 +01:00
"hermit-abi 0.2.6",
2022-01-27 03:58:13 +01:00
"libc",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "once_cell"
2022-12-30 17:48:10 +01:00
version = "1.17.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
2020-09-16 02:11:49 +02:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "openssl"
2022-12-30 17:48:10 +01:00
version = "0.10.45"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1"
2020-09-16 02:11:49 +02:00
dependencies = [
"bitflags",
2021-10-07 00:56:44 +02:00
"cfg-if 1.0.0",
2020-09-16 02:11:49 +02:00
"foreign-types",
"libc",
2021-10-07 00:56:44 +02:00
"once_cell",
"openssl-macros",
2020-09-16 02:11:49 +02:00
"openssl-sys",
]
[[package]]
name = "openssl-auto-le"
version = "1.0.0"
dependencies = [
"acme-micro",
2022-02-18 02:44:53 +01:00
"actix-files",
"actix-web",
"anyhow",
2022-10-26 17:51:27 +02:00
"env_logger",
"log",
"openssl",
2022-12-11 16:25:15 +01:00
"reqwest 0.11.13",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "openssl-example"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
2020-09-16 02:11:49 +02:00
"openssl",
]
[[package]]
name = "openssl-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "openssl-probe"
2022-01-27 03:58:13 +01:00
version = "0.1.5"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 03:58:13 +01:00
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2020-09-16 02:11:49 +02:00
[[package]]
name = "openssl-sys"
2022-12-30 17:48:10 +01:00
version = "0.9.80"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
2020-09-16 02:11:49 +02:00
dependencies = [
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "ordered-multimap"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
dependencies = [
"dlv-list",
"hashbrown 0.12.3",
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "os_info"
2022-10-16 22:20:01 +02:00
version = "3.5.1"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "c4750134fb6a5d49afc80777394ad5d95b04bc12068c6abb92fae8f43817270f"
2021-10-06 23:42:44 +02:00
dependencies = [
"log",
"winapi 0.3.9",
]
2022-02-02 03:02:47 +01:00
[[package]]
name = "os_str_bytes"
2022-12-11 16:25:15 +01:00
version = "6.4.1"
2022-02-02 03:02:47 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
2022-02-02 03:02:47 +01:00
2022-12-30 17:23:24 +01:00
[[package]]
name = "parking_lot"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
dependencies = [
"lock_api 0.3.4",
"parking_lot_core 0.6.3",
"rustc_version 0.2.3",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "parking_lot"
2021-10-07 00:56:44 +02:00
version = "0.11.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2020-09-16 02:11:49 +02:00
dependencies = [
"instant",
2022-12-30 17:23:24 +01:00
"lock_api 0.4.9",
2022-12-30 17:48:10 +01:00
"parking_lot_core 0.8.6",
]
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
2022-12-30 17:23:24 +01:00
"lock_api 0.4.9",
2022-12-11 16:25:15 +01:00
"parking_lot_core 0.9.5",
2020-09-16 02:11:49 +02:00
]
2022-12-30 17:23:24 +01:00
[[package]]
name = "parking_lot_core"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bda66b810a62be75176a80873726630147a5ca780cd33921e0b5709033e66b0a"
dependencies = [
"cfg-if 0.1.10",
"cloudabi",
"libc",
"redox_syscall 0.1.57",
"rustc_version 0.2.3",
"smallvec 0.6.14",
"winapi 0.3.9",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "parking_lot_core"
2022-12-30 17:48:10 +01:00
version = "0.8.6"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2020-09-16 02:11:49 +02:00
dependencies = [
2021-10-07 00:56:44 +02:00
"cfg-if 1.0.0",
2020-09-16 02:11:49 +02:00
"instant",
"libc",
2022-12-30 17:23:24 +01:00
"redox_syscall 0.2.16",
"smallvec 1.10.0",
2020-09-16 02:11:49 +02:00
"winapi 0.3.9",
]
[[package]]
name = "parking_lot_core"
2022-12-11 16:25:15 +01:00
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"
dependencies = [
"cfg-if 1.0.0",
"libc",
2022-12-30 17:23:24 +01:00
"redox_syscall 0.2.16",
"smallvec 1.10.0",
2022-10-26 17:51:27 +02:00
"windows-sys 0.42.0",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "parse-zoneinfo"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
dependencies = [
"regex",
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "paste"
2022-12-30 17:48:10 +01:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
[[package]]
name = "pathdiff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
2021-10-06 23:42:44 +02:00
[[package]]
name = "pbkdf2"
version = "0.10.1"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "271779f35b581956db91a3e55737327a03aa051e90b1c47aeb189508533adfd7"
2021-10-06 23:42:44 +02:00
dependencies = [
2022-10-26 17:51:27 +02:00
"digest",
2021-10-06 23:42:44 +02:00
]
2022-07-10 00:11:36 +02:00
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
name = "pem"
2022-10-26 17:51:27 +02:00
version = "1.1.0"
2022-07-10 00:11:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "03c64931a1a212348ec4f3b4362585eca7159d0d09cbdf4a7f74f02173596fd4"
2022-07-10 00:11:36 +02:00
dependencies = [
"base64 0.13.1",
2022-07-10 00:11:36 +02:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "percent-encoding"
2022-09-11 00:07:55 +02:00
version = "2.2.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2020-09-16 02:11:49 +02:00
[[package]]
name = "pest"
2022-12-30 17:48:10 +01:00
version = "2.5.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "0f6e86fb9e7026527a0d46bc308b841d73170ef8f443e1807f6ef88526a816d4"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-08-05 20:43:46 +02:00
"thiserror",
2020-09-16 02:11:49 +02:00
"ucd-trie",
]
[[package]]
name = "pest_derive"
2022-12-30 17:48:10 +01:00
version = "2.5.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "96504449aa860c8dcde14f9fba5c58dc6658688ca1fe363589d6327b8662c603"
2020-09-16 02:11:49 +02:00
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
2022-12-30 17:48:10 +01:00
version = "2.5.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "798e0220d1111ae63d66cb66a5dcb3fc2d986d520b98e49e1852bfdb11d7c5e7"
2020-09-16 02:11:49 +02:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
2020-09-16 02:11:49 +02:00
"syn",
]
[[package]]
name = "pest_meta"
2022-12-30 17:48:10 +01:00
version = "2.5.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "984298b75898e30a843e278a9f2452c31e349a073a0ce6fd950a12a74464e065"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-08-05 20:43:46 +02:00
"once_cell",
2020-09-16 02:11:49 +02:00
"pest",
2022-10-16 22:20:01 +02:00
"sha1 0.10.5",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "phf"
2022-09-11 00:07:55 +02:00
version = "0.10.1"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-09-11 00:07:55 +02:00
"phf_shared 0.10.0",
2022-01-27 03:58:13 +01:00
]
[[package]]
name = "phf"
2022-08-28 19:40:59 +02:00
version = "0.11.1"
2022-08-05 20:43:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-28 19:40:59 +02:00
checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
2022-08-05 20:43:46 +02:00
dependencies = [
2022-08-28 19:40:59 +02:00
"phf_shared 0.11.1",
2022-08-05 20:43:46 +02:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "phf_codegen"
2022-09-11 00:07:55 +02:00
version = "0.10.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-09-11 00:07:55 +02:00
"phf_generator 0.10.0",
"phf_shared 0.10.0",
2022-01-27 03:58:13 +01:00
]
[[package]]
name = "phf_codegen"
2022-08-28 19:40:59 +02:00
version = "0.11.1"
2022-01-27 03:58:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-28 19:40:59 +02:00
checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770"
2022-01-27 03:58:13 +01:00
dependencies = [
2022-08-28 19:40:59 +02:00
"phf_generator 0.11.1",
"phf_shared 0.11.1",
2020-09-16 02:11:49 +02:00
]
2022-01-27 03:58:13 +01:00
[[package]]
name = "phf_generator"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
dependencies = [
"phf_shared 0.10.0",
"rand 0.8.5",
2022-01-27 03:58:13 +01:00
]
2022-08-05 20:43:46 +02:00
[[package]]
name = "phf_generator"
2022-08-28 19:40:59 +02:00
version = "0.11.1"
2022-08-05 20:43:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-28 19:40:59 +02:00
checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf"
2022-08-05 20:43:46 +02:00
dependencies = [
2022-08-28 19:40:59 +02:00
"phf_shared 0.11.1",
2022-08-05 20:43:46 +02:00
"rand 0.8.5",
]
2022-01-27 03:58:13 +01:00
[[package]]
name = "phf_shared"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
2022-08-05 20:43:46 +02:00
dependencies = [
"siphasher",
]
[[package]]
name = "phf_shared"
2022-08-28 19:40:59 +02:00
version = "0.11.1"
2022-08-05 20:43:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-28 19:40:59 +02:00
checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
2022-01-27 03:58:13 +01:00
dependencies = [
"siphasher",
"uncased",
]
2020-10-30 05:22:24 +01:00
[[package]]
name = "pin-project"
2022-08-28 19:40:59 +02:00
version = "1.0.12"
2020-10-30 05:22:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-28 19:40:59 +02:00
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
2020-10-30 05:22:24 +01:00
dependencies = [
2022-02-18 02:44:53 +01:00
"pin-project-internal",
2020-09-16 02:11:49 +02:00
]
2020-10-30 05:22:24 +01:00
[[package]]
name = "pin-project-internal"
2022-08-28 19:40:59 +02:00
version = "1.0.12"
2020-10-30 05:22:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-28 19:40:59 +02:00
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
2020-10-30 05:22:24 +01:00
dependencies = [
"proc-macro2",
"quote",
2020-10-30 05:22:24 +01:00
"syn",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "pin-project-lite"
2021-10-07 00:56:44 +02:00
version = "0.1.12"
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
[[package]]
name = "pin-project-lite"
version = "0.2.9"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2020-09-16 02:11:49 +02:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2022-10-26 17:51:27 +02:00
version = "0.3.26"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2020-09-16 02:11:49 +02:00
[[package]]
name = "polyval"
2022-10-16 22:20:01 +02:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "7ef234e08c11dfcb2e56f79fd70f6f2eb7f025c0ce2333e82f4f0518ecad30c6"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
2022-08-05 20:43:46 +02:00
"opaque-debug",
"universal-hash",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "postgres-protocol"
version = "0.6.4"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "878c6cbf956e03af9aa8204b407b9cbf47c072164800aa918c516cd4b056c50c"
2020-09-16 02:11:49 +02:00
dependencies = [
"base64 0.13.1",
2020-09-16 02:11:49 +02:00
"byteorder",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2020-09-16 02:11:49 +02:00
"fallible-iterator",
2022-08-01 02:17:59 +02:00
"hmac",
"md-5",
2020-09-16 02:11:49 +02:00
"memchr",
"rand 0.8.5",
2022-10-26 17:51:27 +02:00
"sha2",
2020-09-16 02:11:49 +02:00
"stringprep",
]
[[package]]
name = "postgres-types"
2022-08-28 19:40:59 +02:00
version = "0.2.4"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-28 19:40:59 +02:00
checksum = "73d946ec7d256b04dfadc4e6a3292324e6f417124750fc5c0950f981b703a0f1"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2020-09-16 02:11:49 +02:00
"fallible-iterator",
"postgres-protocol",
]
[[package]]
name = "ppv-lite86"
2022-12-11 16:25:15 +01:00
version = "0.2.17"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2020-09-16 02:11:49 +02:00
[[package]]
name = "pq-sys"
version = "0.4.7"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b845d6d8ec554f972a2c5298aad68953fd64e7441e846075450b44656a016d1"
2020-09-16 02:11:49 +02:00
dependencies = [
"vcpkg",
]
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2022-01-27 03:58:13 +01:00
[[package]]
name = "prettyplease"
2022-12-30 17:48:10 +01:00
version = "0.1.22"
2022-01-27 03:58:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "2c8992a85d8e93a28bdf76137db888d3874e3b230dee5ed8bebac4c9f7617773"
2022-01-27 03:58:13 +01:00
dependencies = [
"proc-macro2",
"syn",
]
2022-12-11 16:25:15 +01:00
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
"toml",
]
[[package]]
name = "proc-macro-crate"
2022-08-28 19:40:59 +02:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-28 19:40:59 +02:00
checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"
dependencies = [
2022-08-05 20:43:46 +02:00
"once_cell",
2021-10-07 00:56:44 +02:00
"thiserror",
"toml",
]
2021-04-26 13:32:32 +02:00
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
2022-02-18 02:44:53 +01:00
"version_check",
2021-04-26 13:32:32 +02:00
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
2022-02-18 02:44:53 +01:00
"version_check",
2021-04-26 13:32:32 +02:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "proc-macro-hack"
2022-12-30 17:48:10 +01:00
version = "0.5.20+deprecated"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
2020-09-16 02:11:49 +02:00
[[package]]
name = "proc-macro2"
2022-12-30 17:48:10 +01:00
version = "1.0.49"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-10-26 17:51:27 +02:00
"unicode-ident",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "prost"
2022-12-30 17:48:10 +01:00
version = "0.11.5"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "c01db6702aa05baa3f57dec92b8eeeeb4cb19e894e73996b32a4093289e54592"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2020-09-16 02:11:49 +02:00
"prost-derive",
]
[[package]]
name = "prost-derive"
2022-12-30 17:48:10 +01:00
version = "0.11.5"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "c8842bad1a5419bca14eac663ba798f6bc19c413c2fdceb5f3ba3b0932d96720"
2020-09-16 02:11:49 +02:00
dependencies = [
"anyhow",
2022-02-17 21:22:36 +01:00
"itertools",
"proc-macro2",
"quote",
2020-09-16 02:11:49 +02:00
"syn",
]
[[package]]
name = "protobuf-example"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
"actix-protobuf",
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-02-17 21:22:36 +01:00
"log",
2020-09-16 02:11:49 +02:00
"prost",
"prost-derive",
]
2022-12-11 16:25:15 +01:00
[[package]]
name = "ptr_meta"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
dependencies = [
"ptr_meta_derive",
]
[[package]]
name = "ptr_meta_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "publicsuffix"
version = "1.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95b4ce31ff0a27d93c8de1849cf58162283752f065a90d508f1105fa6c9a213f"
dependencies = [
2022-09-11 00:07:55 +02:00
"idna 0.2.3",
"url",
]
[[package]]
name = "qstring"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e"
dependencies = [
"percent-encoding",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quote"
2022-12-30 17:48:10 +01:00
version = "1.0.23"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
2020-09-16 02:11:49 +02:00
dependencies = [
"proc-macro2",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "r2d2"
2022-07-09 21:43:47 +02:00
version = "0.8.10"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-09 21:43:47 +02:00
checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93"
2020-09-16 02:11:49 +02:00
dependencies = [
"log",
2022-07-09 21:43:47 +02:00
"parking_lot 0.12.1",
2020-09-16 02:11:49 +02:00
"scheduled-thread-pool",
]
[[package]]
name = "r2d2_mysql"
2022-12-11 16:25:15 +01:00
version = "23.0.0"
2022-12-12 03:41:22 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9733d738ce65959a744f387bae69aa690a867e18d48e5486b171c47bc7b0c575"
2020-09-16 02:11:49 +02:00
dependencies = [
"mysql",
"r2d2",
]
[[package]]
name = "r2d2_sqlite"
2022-07-09 23:54:51 +02:00
version = "0.20.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-09 23:54:51 +02:00
checksum = "6fdc8e4da70586127893be32b7adf21326a4c6b1aba907611edf467d13ffe895"
2020-09-16 02:11:49 +02:00
dependencies = [
"r2d2",
"rusqlite",
]
2022-07-10 00:11:36 +02:00
[[package]]
name = "radium"
2022-12-11 16:25:15 +01:00
version = "0.7.0"
2022-07-10 00:11:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
2022-07-10 00:11:36 +02:00
2020-09-16 02:11:49 +02:00
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
2021-10-07 00:56:44 +02:00
"getrandom 0.1.16",
2020-09-16 02:11:49 +02:00
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
"rand_hc",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
2021-10-07 00:56:44 +02:00
"rand_chacha 0.3.1",
2022-10-16 22:20:01 +02:00
"rand_core 0.6.4",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"rand_core 0.5.1",
]
[[package]]
name = "rand_chacha"
2021-10-07 00:56:44 +02:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2022-10-16 22:20:01 +02:00
"rand_core 0.6.4",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
2021-10-07 00:56:44 +02:00
"getrandom 0.1.16",
]
[[package]]
name = "rand_core"
2022-10-16 22:20:01 +02:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
2022-10-26 17:51:27 +02:00
"getrandom 0.2.8",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core 0.5.1",
]
2022-12-30 17:23:24 +01:00
[[package]]
name = "redis"
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "152f3863635cbb76b73bc247845781098302c6c9ad2060e1a9a7de56840346b6"
dependencies = [
"async-trait",
"bytes 1.3.0",
"combine 4.6.6",
"futures-util",
2022-12-30 17:48:10 +01:00
"itoa 1.0.5",
2022-12-30 17:23:24 +01:00
"percent-encoding",
"pin-project-lite 0.2.9",
"ryu",
"sha1 0.6.1",
"tokio 1.23.0",
"tokio-util 0.7.4",
"url",
]
2022-07-10 00:13:39 +02:00
[[package]]
name = "redis"
2022-10-26 17:51:27 +02:00
version = "0.22.1"
2022-07-10 00:13:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "513b3649f1a111c17954296e4a3b9eecb108b766c803e2b99f179ebe27005985"
2022-07-10 00:13:39 +02:00
dependencies = [
2022-10-16 20:14:40 +02:00
"arc-swap",
2022-07-10 00:13:39 +02:00
"async-trait",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-08-28 19:40:59 +02:00
"combine 4.6.6",
2022-12-30 17:23:24 +01:00
"futures 0.3.25",
2022-07-10 00:13:39 +02:00
"futures-util",
2022-12-30 17:48:10 +01:00
"itoa 1.0.5",
2022-07-10 00:13:39 +02:00
"percent-encoding",
"pin-project-lite 0.2.9",
2022-08-28 19:40:59 +02:00
"ryu",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-09-11 00:07:55 +02:00
"tokio-util 0.7.4",
2022-07-10 00:13:39 +02:00
"url",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "redis-async"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2777130e406c74c28b6cddc0194fcdc2553b5a8795eef9f6384bd3b70a07ba3f"
dependencies = [
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
"futures-channel",
"futures-sink",
"futures-util",
"log",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-09-11 00:07:55 +02:00
"tokio-util 0.7.4",
]
[[package]]
name = "redis-session-example"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-10-16 20:14:40 +02:00
"actix-session",
2022-02-02 16:50:58 +01:00
"actix-test",
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-03-06 01:41:32 +01:00
"log",
"serde",
2020-09-16 02:11:49 +02:00
"serde_json",
2022-12-11 16:25:15 +01:00
"time 0.3.17",
2020-09-16 02:11:49 +02:00
]
2022-12-30 17:23:24 +01:00
[[package]]
name = "redox_syscall"
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2020-09-16 02:11:49 +02:00
[[package]]
name = "redox_syscall"
2022-08-05 20:43:46 +02:00
version = "0.2.16"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-05 20:43:46 +02:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-10-07 00:56:44 +02:00
dependencies = [
"bitflags",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "regex"
2022-12-11 16:25:15 +01:00
version = "1.7.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
2020-09-16 02:11:49 +02:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2020-09-16 02:11:49 +02:00
[[package]]
name = "regex-syntax"
2022-12-11 16:25:15 +01:00
version = "0.6.28"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
2020-09-16 02:11:49 +02:00
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
"winapi 0.3.9",
]
2022-12-11 16:25:15 +01:00
[[package]]
name = "rend"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79af64b4b6362ffba04eef3a4e10829718a4896dac19daa741851c86781edf95"
dependencies = [
"bytecheck",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "reqwest"
2021-10-07 00:56:44 +02:00
version = "0.10.10"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c"
2020-09-16 02:11:49 +02:00
dependencies = [
"base64 0.13.1",
2020-09-16 02:11:49 +02:00
"bytes 0.5.6",
"encoding_rs",
"futures-core",
"futures-util",
"http",
2022-01-31 03:45:53 +01:00
"http-body 0.3.1",
"hyper 0.13.10",
"hyper-tls 0.4.3",
2020-09-16 02:11:49 +02:00
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
"mime_guess",
"native-tls",
"percent-encoding",
"pin-project-lite 0.2.9",
"serde",
2020-09-16 02:11:49 +02:00
"serde_json",
"serde_urlencoded",
2021-10-07 00:56:44 +02:00
"tokio 0.2.25",
2020-09-16 02:11:49 +02:00
"tokio-tls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg 0.7.0",
]
[[package]]
name = "reqwest"
2022-12-11 16:25:15 +01:00
version = "0.11.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c"
dependencies = [
"base64 0.13.1",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
"encoding_rs",
"futures-core",
"futures-util",
2022-10-26 17:51:27 +02:00
"h2 0.3.15",
"http",
"http-body 0.4.5",
2022-12-11 16:25:15 +01:00
"hyper 0.14.23",
"hyper-tls 0.5.0",
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
2022-10-16 22:20:01 +02:00
"once_cell",
"percent-encoding",
"pin-project-lite 0.2.9",
"serde",
"serde_json",
"serde_urlencoded",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
"tokio-native-tls",
2022-07-09 21:43:47 +02:00
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2022-03-15 18:32:27 +01:00
"winreg 0.10.1",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "resolv-conf"
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
version = "0.7.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
2020-09-16 02:11:49 +02:00
dependencies = [
"hostname",
"quick-error",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "retain_mut"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"
2020-09-16 02:11:49 +02:00
[[package]]
name = "rhai"
2022-12-11 16:25:15 +01:00
version = "1.11.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "0f61559c2ea5fef5af856ae95443111dc14e7c9ce73d29c257a840249c0ed298"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-12-11 16:25:15 +01:00
"ahash 0.8.2",
"bitflags",
"instant",
"num-traits",
"rhai_codegen",
"serde",
2022-12-30 17:23:24 +01:00
"smallvec 1.10.0",
"smartstring 1.0.1",
]
[[package]]
name = "rhai_codegen"
2022-12-11 16:25:15 +01:00
version = "1.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "c087528477f486dd71d6dc98a922d92403f0cfdaf317d670542caffb0a770164"
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "ring"
2021-10-07 00:56:44 +02:00
version = "0.16.20"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
2020-09-16 02:11:49 +02:00
dependencies = [
"cc",
"libc",
"once_cell",
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
"spin 0.5.2",
2020-09-16 02:11:49 +02:00
"untrusted",
"web-sys",
"winapi 0.3.9",
]
2022-02-02 01:44:58 +01:00
[[package]]
name = "ritelinked"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98f2771d255fd99f0294f13249fecd0cae6e074f86b4197ec1f1689d537b44d3"
dependencies = [
2022-08-28 19:40:59 +02:00
"ahash 0.7.6",
"hashbrown 0.11.2",
]
2022-12-11 16:25:15 +01:00
[[package]]
name = "rkyv"
version = "0.7.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cec2b3485b07d96ddfd3134767b8a447b45ea4eb91448d0a35180ec0ffd5ed15"
dependencies = [
"bytecheck",
"hashbrown 0.12.3",
"ptr_meta",
"rend",
"rkyv_derive",
"seahash",
]
[[package]]
name = "rkyv_derive"
version = "0.7.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6eaedadc88b53e36dd32d940ed21ae4d850d5916f2581526921f553a72ac34c4"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "ron"
2022-07-09 21:43:47 +02:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-09 21:43:47 +02:00
checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a"
dependencies = [
"base64 0.13.1",
"bitflags",
"serde",
2022-02-02 01:44:58 +01:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "run-in-thread"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
"log",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "rusqlite"
2022-07-09 23:54:51 +02:00
version = "0.27.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-09 23:54:51 +02:00
checksum = "85127183a999f7db96d1a976a309eebbfb6ea3b0b400ddd8340190129de6eb7a"
2020-09-16 02:11:49 +02:00
dependencies = [
"bitflags",
"fallible-iterator",
"fallible-streaming-iterator",
2022-12-11 16:32:09 +01:00
"hashlink 0.7.0",
2022-02-06 09:31:17 +01:00
"libsqlite3-sys",
2020-09-16 02:11:49 +02:00
"memchr",
2022-12-30 17:23:24 +01:00
"smallvec 1.10.0",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "rust-argon2"
2022-02-02 16:21:49 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-02 16:21:49 +01:00
checksum = "b50162d19404029c1ceca6f6980fe40d45c8b369f6f44446fa14bb39573b5bb9"
2020-09-16 02:11:49 +02:00
dependencies = [
"base64 0.13.1",
2020-09-16 02:11:49 +02:00
"blake2b_simd",
"constant_time_eq",
2022-12-30 17:23:24 +01:00
"crossbeam-utils 0.8.14",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "rust-ini"
version = "0.18.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
dependencies = [
"cfg-if 1.0.0",
"ordered-multimap",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "rust_decimal"
2022-12-11 16:25:15 +01:00
version = "1.27.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "33c321ee4e17d2b7abe12b5d20c1231db708dd36185c8a21e9de5fed6da4dbe9"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-10-26 17:51:27 +02:00
"arrayvec",
2022-12-11 16:25:15 +01:00
"borsh",
"bytecheck",
"byteorder",
"bytes 1.3.0",
"num-traits",
2022-12-11 16:25:15 +01:00
"rand 0.8.5",
"rkyv",
"serde",
2022-12-11 16:25:15 +01:00
"serde_json",
2020-09-16 02:11:49 +02:00
]
[[package]]
2022-07-10 00:11:36 +02:00
name = "rustc-hash"
version = "1.1.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-10 00:11:36 +02:00
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2020-09-16 02:11:49 +02:00
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
2021-03-03 17:38:53 +01:00
"semver 0.9.0",
2020-09-16 02:11:49 +02:00
]
2021-10-07 00:56:44 +02:00
[[package]]
name = "rustc_version"
2022-01-27 03:58:13 +01:00
version = "0.4.0"
2021-10-07 00:56:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 03:58:13 +01:00
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2021-10-07 00:56:44 +02:00
dependencies = [
2022-12-30 17:48:10 +01:00
"semver 1.0.16",
]
[[package]]
name = "rustc_version_runtime"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d31b7153270ebf48bf91c65ae5b0c00e749c4cfad505f66530ac74950249582f"
dependencies = [
"rustc_version 0.2.3",
"semver 0.9.0",
2021-10-07 00:56:44 +02:00
]
2022-12-11 16:25:15 +01:00
[[package]]
name = "rustix"
2022-12-30 17:48:10 +01:00
version = "0.36.6"
2022-12-11 16:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549"
2022-12-11 16:25:15 +01:00
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys 0.42.0",
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "rustls"
version = "0.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
dependencies = [
"base64 0.13.1",
2021-10-06 23:42:44 +02:00
"log",
"ring",
2022-01-31 03:45:53 +01:00
"sct 0.6.1",
"webpki 0.21.4",
]
[[package]]
name = "rustls"
2022-10-26 17:51:27 +02:00
version = "0.20.7"
2022-01-31 03:45:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"
2022-01-31 03:45:53 +01:00
dependencies = [
"log",
"ring",
"sct 0.7.0",
"webpki 0.22.0",
2021-10-06 23:42:44 +02:00
]
2020-10-30 05:22:24 +01:00
[[package]]
name = "rustls-client-cert"
version = "1.0.0"
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-tls",
"actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
2020-10-30 05:22:24 +01:00
"log",
2022-10-26 17:51:27 +02:00
"rustls 0.20.7",
2022-08-05 20:43:46 +02:00
"rustls-pemfile 1.0.1",
2020-10-30 05:22:24 +01:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "rustls-example"
version = "1.0.0"
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-files",
"actix-web",
2022-10-26 17:51:27 +02:00
"actix-web-lab",
"env_logger",
2022-03-15 19:17:19 +01:00
"log",
2022-10-26 17:51:27 +02:00
"rustls 0.20.7",
2022-08-05 20:43:46 +02:00
"rustls-pemfile 1.0.1",
2020-09-16 02:11:49 +02:00
]
2022-08-01 02:17:59 +02:00
[[package]]
name = "rustls-native-certs"
2022-12-11 16:31:32 +01:00
version = "0.6.2"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
2022-08-01 02:17:59 +02:00
dependencies = [
"openssl-probe",
2022-12-11 16:31:32 +01:00
"rustls-pemfile 1.0.1",
2022-08-01 02:17:59 +02:00
"schannel",
"security-framework",
]
2021-10-06 23:42:44 +02:00
[[package]]
2022-01-27 03:58:13 +01:00
name = "rustls-pemfile"
2022-07-09 23:54:51 +02:00
version = "0.3.0"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-09 23:54:51 +02:00
checksum = "1ee86d63972a7c661d1536fefe8c3c8407321c3df668891286de28abcd087360"
2022-01-27 03:58:13 +01:00
dependencies = [
"base64 0.13.1",
2022-01-27 03:58:13 +01:00
]
2021-10-06 23:42:44 +02:00
2022-03-15 19:17:19 +01:00
[[package]]
name = "rustls-pemfile"
2022-08-05 20:43:46 +02:00
version = "1.0.1"
2022-03-15 19:17:19 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-05 20:43:46 +02:00
checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"
2022-03-15 19:17:19 +01:00
dependencies = [
"base64 0.13.1",
2022-03-15 19:17:19 +01:00
]
2022-12-30 17:23:24 +01:00
[[package]]
name = "rustversion"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"
2020-09-16 02:11:49 +02:00
[[package]]
2022-01-27 03:58:13 +01:00
name = "ryu"
2022-12-30 17:48:10 +01:00
version = "1.0.12"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
2020-09-16 02:11:49 +02:00
2022-07-10 00:39:21 +02:00
[[package]]
name = "sailfish"
2022-10-26 17:51:27 +02:00
version = "0.5.0"
2022-07-10 00:39:21 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "79aef0b4612749106d372dfdeee715082f2f0fe24263be08e19db9b00b694bf9"
2022-07-10 00:39:21 +02:00
dependencies = [
"itoap",
"ryu",
"sailfish-macros",
"version_check",
]
[[package]]
name = "sailfish-compiler"
2022-10-26 17:51:27 +02:00
version = "0.5.0"
2022-07-10 00:39:21 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "787ef14715822299715d98d6eb6157f03a57a5258ffbd3321847f7450853dd64"
2022-07-10 00:39:21 +02:00
dependencies = [
"filetime",
"home",
"memchr",
"proc-macro2",
"quote",
"serde",
"syn",
"toml",
]
[[package]]
name = "sailfish-macros"
2022-10-26 17:51:27 +02:00
version = "0.5.0"
2022-07-10 00:39:21 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "d0d39ce164c9e19147bcc4fa9ce9dcfc0a451e6cd0a996bb896fc7dee92887a4"
2022-07-10 00:39:21 +02:00
dependencies = [
"proc-macro2",
"sailfish-compiler",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "sanitize-filename"
2022-07-09 23:54:51 +02:00
version = "0.4.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-09 23:54:51 +02:00
checksum = "08c502bdb638f1396509467cb0580ef3b29aa2a45c5d43e5d84928241280296c"
2020-09-16 02:11:49 +02:00
dependencies = [
"lazy_static",
"regex",
]
2022-07-10 00:11:36 +02:00
[[package]]
name = "saturating"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ece8e78b2f38ec51c51f5d475df0a7187ba5111b2a28bdc761ee05b075d40a71"
2020-09-16 02:11:49 +02:00
[[package]]
name = "schannel"
version = "0.1.20"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
2020-09-16 02:11:49 +02:00
dependencies = [
"lazy_static",
2022-10-26 17:51:27 +02:00
"windows-sys 0.36.1",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "scheduled-thread-pool"
version = "0.2.6"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "977a7519bff143a44f842fd07e80ad1329295bd71686457f18e496736f4bf9bf"
2020-09-16 02:11:49 +02:00
dependencies = [
"parking_lot 0.12.1",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2022-10-16 22:20:01 +02:00
[[package]]
name = "scratch"
2022-12-30 17:48:10 +01:00
version = "1.0.3"
2022-10-16 22:20:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
2022-10-16 22:20:01 +02:00
2020-09-16 02:11:49 +02:00
[[package]]
name = "sct"
2021-10-07 00:56:44 +02:00
version = "0.6.1"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
2020-09-16 02:11:49 +02:00
dependencies = [
"ring",
"untrusted",
]
2022-01-31 03:45:53 +01:00
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
2022-12-11 16:25:15 +01:00
[[package]]
name = "seahash"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
2020-09-16 02:11:49 +02:00
[[package]]
name = "security-framework"
2022-08-28 19:40:59 +02:00
version = "2.7.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-28 19:40:59 +02:00
checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
2020-09-16 02:11:49 +02:00
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.6.1"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
2020-09-16 02:11:49 +02:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "self_cell"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
2020-09-16 02:11:49 +02:00
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
2022-01-27 03:58:13 +01:00
"semver-parser",
2021-03-03 17:38:53 +01:00
]
[[package]]
name = "semver"
2022-12-30 17:48:10 +01:00
version = "1.0.16"
2021-03-03 17:38:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
2020-09-16 02:11:49 +02:00
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[package]]
name = "serde"
2022-12-30 17:48:10 +01:00
version = "1.0.152"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
2020-09-16 02:11:49 +02:00
dependencies = [
"serde_derive",
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "serde_bytes"
2022-12-30 17:48:10 +01:00
version = "0.11.8"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "718dc5fff5b36f99093fc49b280cfc96ce6fc824317783bff5a1fed0c7a64819"
2021-10-06 23:42:44 +02:00
dependencies = [
"serde",
2021-10-06 23:42:44 +02:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "serde_derive"
2022-12-30 17:48:10 +01:00
version = "1.0.152"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
2020-09-16 02:11:49 +02:00
dependencies = [
"proc-macro2",
"quote",
2020-09-16 02:11:49 +02:00
"syn",
]
2022-07-09 21:48:05 +02:00
[[package]]
name = "serde_html_form"
2022-12-30 17:48:10 +01:00
version = "0.1.1"
2022-07-09 21:48:05 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "7d051fb33111db0e81673ed8c55db741952a19ad81dc584960c8aec836498ba5"
2022-07-09 21:48:05 +02:00
dependencies = [
"form_urlencoded",
"indexmap",
2022-12-30 17:48:10 +01:00
"itoa 1.0.5",
2022-07-09 21:48:05 +02:00
"ryu",
"serde",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "serde_json"
2022-12-30 17:48:10 +01:00
version = "1.0.91"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
2020-09-16 02:11:49 +02:00
dependencies = [
"indexmap",
2022-12-30 17:48:10 +01:00
"itoa 1.0.5",
2020-09-16 02:11:49 +02:00
"ryu",
"serde",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "serde_urlencoded"
2022-01-27 03:58:13 +01:00
version = "0.7.1"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 03:58:13 +01:00
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2020-09-16 02:11:49 +02:00
dependencies = [
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
"form_urlencoded",
2022-12-30 17:48:10 +01:00
"itoa 1.0.5",
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
"ryu",
"serde",
2021-10-06 23:42:44 +02:00
]
[[package]]
name = "serde_with"
version = "1.14.0"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff"
2021-10-06 23:42:44 +02:00
dependencies = [
"serde",
2021-10-06 23:42:44 +02:00
"serde_with_macros",
]
[[package]]
name = "serde_with_macros"
version = "1.5.2"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
2021-10-06 23:42:44 +02:00
dependencies = [
2022-10-26 17:51:27 +02:00
"darling 0.13.4",
2021-10-06 23:42:44 +02:00
"proc-macro2",
"quote",
"syn",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "server-sent-events"
version = "1.0.0"
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"actix-web-lab",
"env_logger",
"futures-util",
"log",
"parking_lot 0.12.1",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
"tokio-stream",
2020-09-16 02:11:49 +02:00
]
2022-01-27 03:58:13 +01:00
[[package]]
name = "sha-1"
2022-12-11 16:25:15 +01:00
version = "0.10.1"
2022-01-27 03:58:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
2022-01-27 03:58:13 +01:00
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
2022-10-26 17:51:27 +02:00
"digest",
2022-01-27 03:58:13 +01:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "sha1"
2022-01-27 03:58:13 +01:00
version = "0.6.1"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 03:58:13 +01:00
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
dependencies = [
"sha1_smol",
]
2022-07-09 21:43:47 +02:00
[[package]]
name = "sha1"
2022-10-16 22:20:01 +02:00
version = "0.10.5"
2022-07-09 21:43:47 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
2022-07-09 21:43:47 +02:00
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
2022-10-26 17:51:27 +02:00
"digest",
2022-07-09 21:43:47 +02:00
]
2022-01-27 03:58:13 +01:00
[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
2020-09-16 02:11:49 +02:00
[[package]]
name = "sha2"
2022-10-16 22:20:01 +02:00
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
2022-10-26 17:51:27 +02:00
"digest",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "shlex"
2022-01-31 03:45:53 +01:00
version = "1.1.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-31 03:45:53 +01:00
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
2020-09-16 02:11:49 +02:00
[[package]]
name = "shutdown-server"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"actix-web-lab",
"env_logger",
2022-03-06 01:41:32 +01:00
"log",
"parking_lot 0.12.1",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "signal-hook-registry"
2021-10-07 00:56:44 +02:00
version = "1.4.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
2020-09-16 02:11:49 +02:00
dependencies = [
"libc",
]
[[package]]
name = "simple-auth-server"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
"actix-identity",
2022-10-26 17:51:27 +02:00
"actix-session",
2022-02-18 02:44:53 +01:00
"actix-web",
2020-09-16 02:11:49 +02:00
"chrono",
"derive_more",
"diesel",
"dotenv",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-09-11 17:14:07 +02:00
"once_cell",
2020-09-16 02:11:49 +02:00
"r2d2",
"rust-argon2",
"serde",
2020-09-16 02:11:49 +02:00
"serde_json",
"sparkpost",
2022-12-11 16:25:15 +01:00
"time 0.3.17",
"uuid 1.2.2",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "siphasher"
2022-03-15 18:32:27 +01:00
version = "0.3.10"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-15 18:32:27 +01:00
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2020-09-16 02:11:49 +02:00
[[package]]
name = "slab"
version = "0.4.7"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
dependencies = [
"autocfg",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "slug"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373"
dependencies = [
"deunicode",
]
2022-12-30 17:23:24 +01:00
[[package]]
name = "smallvec"
version = "0.6.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
dependencies = [
"maybe-uninit",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "smallvec"
2022-10-16 22:20:01 +02:00
version = "1.10.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2022-08-28 19:40:59 +02:00
dependencies = [
"serde",
]
2020-09-16 02:11:49 +02:00
2021-04-26 13:32:32 +02:00
[[package]]
name = "smartstring"
2022-02-25 22:07:22 +01:00
version = "0.2.10"
2021-04-26 13:32:32 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-25 22:07:22 +01:00
checksum = "e714dff2b33f2321fdcd475b71cec79781a692d846f37f415fb395a1d2bcd48e"
2021-04-26 13:32:32 +02:00
dependencies = [
2022-07-10 00:11:36 +02:00
"static_assertions",
2021-04-26 13:32:32 +02:00
]
[[package]]
name = "smartstring"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
dependencies = [
"autocfg",
2022-07-09 21:43:47 +02:00
"serde",
2022-07-10 00:11:36 +02:00
"static_assertions",
"version_check",
]
[[package]]
name = "snafu"
2022-12-30 17:48:10 +01:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "cb0656e7e3ffb70f6c39b3c2a86332bb74aa3c679da781642590f3c1118c5045"
dependencies = [
"doc-comment",
"snafu-derive",
]
[[package]]
name = "snafu-derive"
2022-12-30 17:48:10 +01:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "475b3bbe5245c26f2d8a6f62d67c1f30eb9fffeccee721c45d162c3ebbdf81b2"
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "socket2"
2021-10-07 00:56:44 +02:00
version = "0.3.19"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
2020-09-16 02:11:49 +02:00
dependencies = [
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
"cfg-if 1.0.0",
2020-09-16 02:11:49 +02:00
"libc",
"winapi 0.3.9",
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "socket2"
2022-09-11 00:07:55 +02:00
version = "0.4.7"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
2021-10-06 23:42:44 +02:00
dependencies = [
"libc",
"winapi 0.3.9",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "sparkpost"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba54017cf417e62d64260167de6b8d578f99a248225d3f9fd3396db1ab9e7fbc"
dependencies = [
"chrono",
"reqwest 0.10.10",
"serde",
2020-09-16 02:11:49 +02:00
"serde_derive",
"serde_json",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
[[package]]
name = "spin"
version = "0.9.4"
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
2022-02-06 09:19:35 +01:00
dependencies = [
2022-12-30 17:23:24 +01:00
"lock_api 0.4.9",
2022-02-06 09:19:35 +01:00
]
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
2022-12-11 16:32:09 +01:00
[[package]]
name = "sqlformat"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f87e292b4291f154971a43c3774364e2cbcaec599d3f5bf6fa9d122885dbc38a"
dependencies = [
"itertools",
"nom",
"unicode_categories",
]
[[package]]
name = "sqlx"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9249290c05928352f71c077cc44a464d880c63f26f7534728cca008e135c0428"
dependencies = [
"sqlx-core",
"sqlx-macros",
]
[[package]]
name = "sqlx-core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcbc16ddba161afc99e14d1713a453747a2b07fc097d2009f4c300ec99286105"
dependencies = [
"ahash 0.7.6",
"atoi",
"bitflags",
"byteorder",
"bytes 1.3.0",
"crc",
2022-12-30 17:23:24 +01:00
"crossbeam-queue 0.3.8",
2022-12-11 16:32:09 +01:00
"dotenvy",
"either",
"event-listener",
"flume",
"futures-channel",
"futures-core",
"futures-executor",
"futures-intrusive",
"futures-util",
"hashlink 0.8.1",
"hex",
"indexmap",
2022-12-30 17:48:10 +01:00
"itoa 1.0.5",
2022-12-11 16:32:09 +01:00
"libc",
"libsqlite3-sys",
"log",
"memchr",
"once_cell",
"paste",
"percent-encoding",
"rustls 0.20.7",
"rustls-pemfile 1.0.1",
"serde",
"sha2",
2022-12-30 17:23:24 +01:00
"smallvec 1.10.0",
2022-12-11 16:32:09 +01:00
"sqlformat",
"sqlx-rt",
"stringprep",
"thiserror",
"tokio-stream",
"url",
"webpki-roots 0.22.6",
]
[[package]]
name = "sqlx-macros"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b850fa514dc11f2ee85be9d055c512aa866746adfacd1cb42d867d68e6a5b0d9"
dependencies = [
"dotenvy",
"either",
"heck",
"hex",
"once_cell",
"proc-macro2",
"quote",
"serde",
"serde_json",
"sha2",
"sqlx-core",
"sqlx-rt",
"syn",
"url",
]
[[package]]
name = "sqlx-rt"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24c5b2d25fa654cc5f841750b8e1cdedbe21189bf9a9382ee90bfa9dd3562396"
dependencies = [
"once_cell",
"tokio 1.23.0",
"tokio-rustls",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "standback"
2021-10-07 00:56:44 +02:00
version = "0.2.17"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"version_check",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "state"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
2020-09-16 02:11:49 +02:00
]
2022-02-18 04:36:04 +01:00
[[package]]
name = "static-files"
version = "1.0.0"
dependencies = [
"actix-files",
"actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-02-18 04:36:04 +01:00
"log",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "stdweb"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
dependencies = [
"discard",
2021-10-07 00:56:44 +02:00
"rustc_version 0.2.3",
2020-09-16 02:11:49 +02:00
"stdweb-derive",
"stdweb-internal-macros",
"stdweb-internal-runtime",
"wasm-bindgen",
]
[[package]]
name = "stdweb-derive"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
dependencies = [
"proc-macro2",
"quote",
"serde",
2020-09-16 02:11:49 +02:00
"serde_derive",
"syn",
]
[[package]]
name = "stdweb-internal-macros"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
dependencies = [
"base-x",
"proc-macro2",
"quote",
"serde",
2020-09-16 02:11:49 +02:00
"serde_derive",
"serde_json",
2022-07-09 21:43:47 +02:00
"sha1 0.6.1",
2020-09-16 02:11:49 +02:00
"syn",
]
[[package]]
name = "stdweb-internal-runtime"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
[[package]]
name = "string_cache"
version = "0.8.4"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08"
2020-09-16 02:11:49 +02:00
dependencies = [
"new_debug_unreachable",
"once_cell",
"parking_lot 0.12.1",
"phf_shared 0.10.0",
2020-09-16 02:11:49 +02:00
"precomputed-hash",
"serde",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "string_cache_codegen"
version = "0.5.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
2020-09-16 02:11:49 +02:00
dependencies = [
"phf_generator 0.10.0",
"phf_shared 0.10.0",
"proc-macro2",
"quote",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "stringprep"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2022-12-30 17:23:24 +01:00
[[package]]
name = "strum"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
dependencies = [
"strum_macros",
]
[[package]]
name = "strum_macros"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
dependencies = [
"heck",
"proc-macro2",
"quote",
"rustversion",
"syn",
]
2022-07-10 00:11:36 +02:00
[[package]]
name = "subprocess"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086"
dependencies = [
"libc",
"winapi 0.3.9",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "subtle"
2021-10-06 23:42:44 +02:00
version = "2.4.1"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-06 23:42:44 +02:00
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2020-09-16 02:11:49 +02:00
[[package]]
name = "syn"
2022-12-30 17:48:10 +01:00
version = "1.0.107"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
2020-09-16 02:11:49 +02:00
dependencies = [
"proc-macro2",
"quote",
2022-10-26 17:51:27 +02:00
"unicode-ident",
2020-09-16 02:11:49 +02:00
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "take_mut"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
2022-07-10 00:11:36 +02:00
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2020-09-16 02:11:49 +02:00
[[package]]
name = "tempfile"
2022-01-27 03:58:13 +01:00
version = "3.3.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 03:58:13 +01:00
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2020-09-16 02:11:49 +02:00
dependencies = [
2021-10-07 00:56:44 +02:00
"cfg-if 1.0.0",
2022-01-27 03:58:13 +01:00
"fastrand",
2020-09-16 02:11:49 +02:00
"libc",
2022-12-30 17:23:24 +01:00
"redox_syscall 0.2.16",
2020-09-16 02:11:49 +02:00
"remove_dir_all",
"winapi 0.3.9",
]
[[package]]
2022-07-10 00:39:21 +02:00
name = "templating-askama"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2020-09-16 02:11:49 +02:00
"askama",
2022-10-26 17:51:27 +02:00
"env_logger",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "templating-fluent"
version = "1.0.0"
dependencies = [
"actix-web",
2022-10-26 17:51:27 +02:00
"actix-web-lab",
"fluent-templates",
"handlebars",
"serde",
"serde_json",
]
2020-09-16 02:11:49 +02:00
[[package]]
2022-07-10 00:39:21 +02:00
name = "templating-handlebars"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2022-07-10 00:39:21 +02:00
"handlebars",
"serde_json",
]
2022-10-16 22:20:01 +02:00
[[package]]
name = "templating-minijinja"
version = "1.0.0"
dependencies = [
2022-10-16 22:36:23 +02:00
"actix-utils",
2022-10-16 22:20:01 +02:00
"actix-web",
2022-10-26 17:51:27 +02:00
"actix-web-lab",
"env_logger",
2022-10-16 22:20:01 +02:00
"log",
"minijinja",
2022-10-16 22:49:01 +02:00
"minijinja-autoreload",
2022-10-16 22:20:01 +02:00
]
2022-07-10 00:39:21 +02:00
[[package]]
name = "templating-sailfish"
version = "0.1.0"
dependencies = [
"actix-web",
2022-10-26 17:51:27 +02:00
"actix-web-lab",
"env_logger",
2022-07-10 00:39:21 +02:00
"log",
"sailfish",
2020-09-16 02:11:49 +02:00
]
[[package]]
2022-07-10 00:39:21 +02:00
name = "templating-tera"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"actix-web-lab",
"env_logger",
2022-07-10 00:39:21 +02:00
"tera",
2020-09-16 02:11:49 +02:00
]
[[package]]
2022-07-10 00:39:21 +02:00
name = "templating-tinytemplate"
2020-09-16 02:11:49 +02:00
version = "1.0.0"
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
2020-09-16 02:11:49 +02:00
"serde_json",
2022-07-10 00:39:21 +02:00
"tinytemplate",
2020-09-16 02:11:49 +02:00
]
[[package]]
2022-07-10 00:39:21 +02:00
name = "templating-yarte"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
"derive_more",
2022-10-26 17:51:27 +02:00
"env_logger",
2020-09-16 02:11:49 +02:00
"yarte",
"yarte_helpers",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "tendril"
version = "0.4.3"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
2020-09-16 02:11:49 +02:00
dependencies = [
"futf",
"mac",
"utf-8",
]
[[package]]
name = "tera"
2022-10-16 22:20:01 +02:00
version = "1.17.1"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "3df578c295f9ec044ff1c829daf31bb7581d5b3c2a7a3d87419afe1f2531438c"
2020-09-16 02:11:49 +02:00
dependencies = [
"chrono",
"chrono-tz",
"globwalk",
"humansize",
"lazy_static",
"percent-encoding",
"pest",
"pest_derive",
"rand 0.8.5",
2020-09-16 02:11:49 +02:00
"regex",
"serde",
2020-09-16 02:11:49 +02:00
"serde_json",
"slug",
"unic-segment",
]
[[package]]
name = "termcolor"
2022-03-04 04:45:03 +01:00
version = "1.1.3"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-04 04:45:03 +01:00
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2020-09-16 02:11:49 +02:00
dependencies = [
"winapi-util",
]
[[package]]
name = "thiserror"
2022-12-30 17:48:10 +01:00
version = "1.0.38"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
2020-09-16 02:11:49 +02:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2022-12-30 17:48:10 +01:00
version = "1.0.38"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
2020-09-16 02:11:49 +02:00
dependencies = [
"proc-macro2",
"quote",
2020-09-16 02:11:49 +02:00
"syn",
]
[[package]]
name = "thread_local"
2022-01-27 03:58:13 +01:00
version = "1.1.4"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 03:58:13 +01:00
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
2020-09-16 02:11:49 +02:00
dependencies = [
2021-10-07 00:56:44 +02:00
"once_cell",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "time"
2022-12-11 16:25:15 +01:00
version = "0.1.45"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
2020-09-16 02:11:49 +02:00
dependencies = [
"libc",
2022-07-09 21:43:47 +02:00
"wasi 0.10.0+wasi-snapshot-preview1",
2020-09-16 02:11:49 +02:00
"winapi 0.3.9",
]
[[package]]
name = "time"
2021-10-07 00:56:44 +02:00
version = "0.2.27"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
2020-09-16 02:11:49 +02:00
dependencies = [
"const_fn",
"libc",
"standback",
"stdweb",
2022-01-27 03:58:13 +01:00
"time-macros 0.1.1",
2022-02-18 02:44:53 +01:00
"version_check",
2020-09-16 02:11:49 +02:00
"winapi 0.3.9",
]
2022-01-27 03:58:13 +01:00
[[package]]
name = "time"
2022-12-11 16:25:15 +01:00
version = "0.3.17"
2022-01-27 03:58:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
2022-01-27 03:58:13 +01:00
dependencies = [
2022-12-30 17:48:10 +01:00
"itoa 1.0.5",
2022-10-26 17:51:27 +02:00
"serde",
"time-core",
2022-12-11 16:25:15 +01:00
"time-macros 0.2.6",
2022-01-27 03:58:13 +01:00
]
2022-10-26 17:51:27 +02:00
[[package]]
name = "time-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
2020-09-16 02:11:49 +02:00
[[package]]
name = "time-macros"
version = "0.1.1"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
2020-09-16 02:11:49 +02:00
dependencies = [
"proc-macro-hack",
"time-macros-impl",
]
2022-01-27 03:58:13 +01:00
[[package]]
name = "time-macros"
2022-12-11 16:25:15 +01:00
version = "0.2.6"
2022-01-27 03:58:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
2022-10-26 17:51:27 +02:00
dependencies = [
"time-core",
]
2022-01-27 03:58:13 +01:00
2020-09-16 02:11:49 +02:00
[[package]]
name = "time-macros-impl"
2021-10-07 00:56:44 +02:00
version = "0.1.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
2020-09-16 02:11:49 +02:00
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
2020-09-16 02:11:49 +02:00
"standback",
"syn",
]
2022-12-11 16:25:15 +01:00
[[package]]
name = "tiny-keccak"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
dependencies = [
"crunchy",
]
[[package]]
name = "tinystr"
2022-10-26 17:51:27 +02:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "f8aeafdfd935e4a7fe16a91ab711fa52d54df84f9c8f7ca5837a9d1d902ef4c2"
dependencies = [
"displaydoc",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "tinytemplate"
2021-10-07 00:56:44 +02:00
version = "1.2.1"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
2020-09-16 02:11:49 +02:00
dependencies = [
"serde",
2020-09-16 02:11:49 +02:00
"serde_json",
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2022-12-11 16:32:09 +01:00
[[package]]
name = "todo"
version = "1.0.0"
dependencies = [
"actix-files",
"actix-session",
"actix-web",
"actix-web-lab",
"dotenv",
"env_logger",
"log",
"serde",
"serde_json",
"sqlx",
"tera",
]
2022-12-30 17:23:24 +01:00
[[package]]
name = "tokio"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
dependencies = [
"bytes 0.4.12",
"futures 0.1.31",
"mio 0.6.23",
"num_cpus",
"tokio-codec",
"tokio-current-thread",
"tokio-executor",
"tokio-fs",
"tokio-io",
"tokio-reactor",
"tokio-sync",
"tokio-tcp",
"tokio-threadpool",
"tokio-timer",
"tokio-udp",
"tokio-uds",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "tokio"
2021-10-07 00:56:44 +02:00
version = "0.2.25"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
2020-09-16 02:11:49 +02:00
dependencies = [
"bytes 0.5.6",
"fnv",
"futures-core",
"iovec",
"lazy_static",
"memchr",
2021-10-07 00:56:44 +02:00
"mio 0.6.23",
2020-09-16 02:11:49 +02:00
"num_cpus",
2021-10-07 00:56:44 +02:00
"pin-project-lite 0.1.12",
2020-09-16 02:11:49 +02:00
"slab",
2021-10-06 23:42:44 +02:00
]
[[package]]
name = "tokio"
2022-12-11 16:25:15 +01:00
version = "1.23.0"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46"
2021-10-06 23:42:44 +02:00
dependencies = [
"autocfg",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2021-10-06 23:42:44 +02:00
"libc",
"memchr",
2022-10-26 17:51:27 +02:00
"mio 0.8.5",
2021-10-06 23:42:44 +02:00
"num_cpus",
"parking_lot 0.12.1",
"pin-project-lite 0.2.9",
2021-10-06 23:42:44 +02:00
"signal-hook-registry",
2022-09-11 00:07:55 +02:00
"socket2 0.4.7",
2022-01-31 03:45:53 +01:00
"tokio-macros",
2022-12-11 16:25:15 +01:00
"windows-sys 0.42.0",
2020-09-16 02:11:49 +02:00
]
2022-12-30 17:23:24 +01:00
[[package]]
name = "tokio-codec"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
dependencies = [
"bytes 0.4.12",
"futures 0.1.31",
"tokio-io",
]
[[package]]
name = "tokio-current-thread"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
dependencies = [
"futures 0.1.31",
"tokio-executor",
]
[[package]]
name = "tokio-executor"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
dependencies = [
"crossbeam-utils 0.7.2",
"futures 0.1.31",
]
[[package]]
name = "tokio-fs"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
dependencies = [
"futures 0.1.31",
"tokio-io",
"tokio-threadpool",
]
[[package]]
name = "tokio-io"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
dependencies = [
"bytes 0.4.12",
"futures 0.1.31",
"log",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "tokio-macros"
2022-12-11 16:25:15 +01:00
version = "1.8.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
2020-09-16 02:11:49 +02:00
dependencies = [
"proc-macro2",
"quote",
2020-09-16 02:11:49 +02:00
"syn",
]
2021-10-06 23:42:44 +02:00
[[package]]
2022-01-31 03:45:53 +01:00
name = "tokio-native-tls"
version = "0.3.0"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-31 03:45:53 +01:00
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
2021-10-06 23:42:44 +02:00
dependencies = [
2022-01-31 03:45:53 +01:00
"native-tls",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2021-10-06 23:42:44 +02:00
]
2022-02-02 01:44:58 +01:00
[[package]]
name = "tokio-openssl"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08f9ffb7809f1b20c1b398d92acf4cc719874b3b2b2d9ea2f09b4a80350878a"
dependencies = [
"futures-util",
"openssl",
"openssl-sys",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-02-02 01:44:58 +01:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "tokio-pg-mapper"
version = "0.2.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93f2b78f3566383ffabc553c72bbb2f129962a54886c5c4d8e8c706f84eceab8"
2020-09-16 02:11:49 +02:00
dependencies = [
"tokio-postgres",
]
[[package]]
name = "tokio-pg-mapper-derive"
version = "0.2.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8548f756cd6eb4069c5af0fb0cec57001fb42bd1fb7330d8f24067ee3fa62608"
2020-09-16 02:11:49 +02:00
dependencies = [
"quote",
2020-09-16 02:11:49 +02:00
"syn",
"tokio-postgres",
]
[[package]]
name = "tokio-postgres"
2022-08-28 19:40:59 +02:00
version = "0.7.7"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-28 19:40:59 +02:00
checksum = "29a12c1b3e0704ae7dfc25562629798b29c72e6b1d0a681b6f29ab4ae5e7f7bf"
2020-09-16 02:11:49 +02:00
dependencies = [
"async-trait",
"byteorder",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2020-09-16 02:11:49 +02:00
"fallible-iterator",
2022-08-28 19:40:59 +02:00
"futures-channel",
"futures-util",
2020-09-16 02:11:49 +02:00
"log",
"parking_lot 0.12.1",
2020-09-16 02:11:49 +02:00
"percent-encoding",
2022-08-28 19:40:59 +02:00
"phf 0.11.1",
"pin-project-lite 0.2.9",
2020-09-16 02:11:49 +02:00
"postgres-protocol",
"postgres-types",
2022-09-11 00:07:55 +02:00
"socket2 0.4.7",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-09-11 00:07:55 +02:00
"tokio-util 0.7.4",
2020-09-16 02:11:49 +02:00
]
2022-12-30 17:23:24 +01:00
[[package]]
name = "tokio-reactor"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
dependencies = [
"crossbeam-utils 0.7.2",
"futures 0.1.31",
"lazy_static",
"log",
"mio 0.6.23",
"num_cpus",
"parking_lot 0.9.0",
"slab",
"tokio-executor",
"tokio-io",
"tokio-sync",
]
2022-01-31 03:45:53 +01:00
[[package]]
name = "tokio-rustls"
version = "0.23.4"
2022-01-31 03:45:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
2022-01-31 03:45:53 +01:00
dependencies = [
2022-10-26 17:51:27 +02:00
"rustls 0.20.7",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-01-31 03:45:53 +01:00
"webpki 0.22.0",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "tokio-stream"
2022-10-16 22:20:01 +02:00
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"
dependencies = [
"futures-core",
"pin-project-lite 0.2.9",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
]
2022-12-30 17:23:24 +01:00
[[package]]
name = "tokio-sync"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
dependencies = [
"fnv",
"futures 0.1.31",
]
[[package]]
name = "tokio-tcp"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
dependencies = [
"bytes 0.4.12",
"futures 0.1.31",
"iovec",
"mio 0.6.23",
"tokio-io",
"tokio-reactor",
]
[[package]]
name = "tokio-threadpool"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
dependencies = [
"crossbeam-deque 0.7.4",
"crossbeam-queue 0.2.3",
"crossbeam-utils 0.7.2",
"futures 0.1.31",
"lazy_static",
"log",
"num_cpus",
"slab",
"tokio-executor",
]
[[package]]
name = "tokio-timer"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
dependencies = [
"crossbeam-utils 0.7.2",
"futures 0.1.31",
"slab",
"tokio-executor",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "tokio-tls"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
dependencies = [
"native-tls",
2021-10-07 00:56:44 +02:00
"tokio 0.2.25",
2020-09-16 02:11:49 +02:00
]
2022-12-30 17:23:24 +01:00
[[package]]
name = "tokio-udp"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
dependencies = [
"bytes 0.4.12",
"futures 0.1.31",
"log",
"mio 0.6.23",
"tokio-codec",
"tokio-io",
"tokio-reactor",
]
[[package]]
name = "tokio-uds"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"
dependencies = [
"bytes 0.4.12",
"futures 0.1.31",
"iovec",
"libc",
"log",
"mio 0.6.23",
"mio-uds",
"tokio-codec",
"tokio-io",
"tokio-reactor",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "tokio-util"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
dependencies = [
"bytes 0.5.6",
"futures-core",
"futures-sink",
"log",
2021-10-07 00:56:44 +02:00
"pin-project-lite 0.1.12",
"tokio 0.2.25",
2021-10-06 23:42:44 +02:00
]
[[package]]
name = "tokio-util"
2022-09-11 00:07:55 +02:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
dependencies = [
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
"futures-core",
"futures-sink",
"pin-project-lite 0.2.9",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
"tracing",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "toml"
2022-12-30 17:48:10 +01:00
version = "0.5.10"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"
2020-09-16 02:11:49 +02:00
dependencies = [
"serde",
2020-09-16 02:11:49 +02:00
]
2022-08-01 02:17:59 +02:00
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
"pin-project",
"pin-project-lite 0.2.9",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-08-01 02:17:59 +02:00
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
2022-10-16 22:20:01 +02:00
version = "0.3.2"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
2022-08-01 02:17:59 +02:00
2020-09-16 02:11:49 +02:00
[[package]]
name = "tower-service"
2022-07-09 21:43:47 +02:00
version = "0.3.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-09 21:43:47 +02:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2020-09-16 02:11:49 +02:00
[[package]]
name = "tracing"
2022-10-26 17:51:27 +02:00
version = "0.1.37"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2020-09-16 02:11:49 +02:00
dependencies = [
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
"cfg-if 1.0.0",
2020-09-16 02:11:49 +02:00
"log",
"pin-project-lite 0.2.9",
"tracing-attributes",
2020-09-16 02:11:49 +02:00
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2022-10-26 17:51:27 +02:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "tracing-core"
2022-10-16 22:20:01 +02:00
version = "0.1.30"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
2020-09-16 02:11:49 +02:00
dependencies = [
"once_cell",
2020-09-16 02:11:49 +02:00
]
[[package]]
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
name = "tracing-futures"
2021-10-07 00:56:44 +02:00
version = "0.2.5"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"pin-project",
2022-12-30 17:23:24 +01:00
"tokio 0.1.22",
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
"tracing",
2020-09-16 02:11:49 +02:00
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "trust-dns-proto"
version = "0.21.2"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"
2021-10-06 23:42:44 +02:00
dependencies = [
"async-trait",
"cfg-if 1.0.0",
"data-encoding",
"enum-as-inner",
"futures-channel",
"futures-io",
"futures-util",
2022-09-11 00:07:55 +02:00
"idna 0.2.3",
2021-10-06 23:42:44 +02:00
"ipnet",
"lazy_static",
"log",
"rand 0.8.5",
2022-12-30 17:23:24 +01:00
"smallvec 1.10.0",
2021-10-06 23:42:44 +02:00
"thiserror",
"tinyvec",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2020-09-16 02:11:49 +02:00
"url",
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "trust-dns-resolver"
version = "0.21.2"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"
2021-10-06 23:42:44 +02:00
dependencies = [
"cfg-if 1.0.0",
"futures-util",
"ipconfig",
"lazy_static",
"log",
"lru-cache",
"parking_lot 0.12.1",
2021-10-06 23:42:44 +02:00
"resolv-conf",
2022-12-30 17:23:24 +01:00
"smallvec 1.10.0",
2021-10-06 23:42:44 +02:00
"thiserror",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-02-18 02:44:53 +01:00
"trust-dns-proto",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "try-lock"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[package]]
name = "twoway"
2021-10-07 00:56:44 +02:00
version = "0.2.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "c57ffb460d7c24cd6eda43694110189030a3d1dfe418416d9468fd1c1d290b47"
2020-09-16 02:11:49 +02:00
dependencies = [
"memchr",
"unchecked-index",
]
[[package]]
name = "twox-hash"
version = "1.6.3"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
2020-09-16 02:11:49 +02:00
dependencies = [
2021-10-07 00:56:44 +02:00
"cfg-if 1.0.0",
"rand 0.8.5",
2022-07-10 00:11:36 +02:00
"static_assertions",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "type-map"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
dependencies = [
"rustc-hash",
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "typed-builder"
version = "0.10.0"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89851716b67b937e393b3daa8423e67ddfc4bbbf1654bcf05488e95e0828db0c"
2021-10-06 23:42:44 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "typenum"
2022-12-11 16:25:15 +01:00
version = "1.16.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2020-09-16 02:11:49 +02:00
[[package]]
name = "ucd-trie"
2022-09-11 00:07:55 +02:00
version = "0.1.5"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
2020-09-16 02:11:49 +02:00
2022-01-27 03:58:13 +01:00
[[package]]
name = "uncased"
version = "0.9.7"
2022-01-27 03:58:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09b01702b0fd0b3fadcf98e098780badda8742d4f4a7676615cad90e8ac73622"
2022-01-27 03:58:13 +01:00
dependencies = [
2022-02-18 02:44:53 +01:00
"version_check",
2022-01-27 03:58:13 +01:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "unchecked-index"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
[[package]]
name = "unic-char-property"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
dependencies = [
"unic-char-range",
]
[[package]]
name = "unic-char-range"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
[[package]]
name = "unic-common"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
[[package]]
name = "unic-langid"
2022-10-26 17:51:27 +02:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
dependencies = [
"unic-langid-impl",
"unic-langid-macros",
]
[[package]]
name = "unic-langid-impl"
2022-10-26 17:51:27 +02:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
dependencies = [
"tinystr",
]
[[package]]
name = "unic-langid-macros"
2022-10-26 17:51:27 +02:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe"
dependencies = [
"proc-macro-hack",
"tinystr",
"unic-langid-impl",
"unic-langid-macros-impl",
]
[[package]]
name = "unic-langid-macros-impl"
2022-10-26 17:51:27 +02:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8"
dependencies = [
"proc-macro-hack",
"quote",
"syn",
"unic-langid-impl",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "unic-segment"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
dependencies = [
"unic-ucd-segment",
]
[[package]]
name = "unic-ucd-segment"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
dependencies = [
"unic-char-property",
"unic-char-range",
"unic-ucd-version",
]
[[package]]
name = "unic-ucd-version"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
dependencies = [
"unic-common",
]
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
2022-02-18 02:44:53 +01:00
"version_check",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "unicode-bidi"
version = "0.3.8"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
2020-09-16 02:11:49 +02:00
2022-10-26 17:51:27 +02:00
[[package]]
name = "unicode-ident"
2022-12-30 17:48:10 +01:00
version = "1.0.6"
2022-10-26 17:51:27 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-30 17:48:10 +01:00
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
2022-10-26 17:51:27 +02:00
2020-09-16 02:11:49 +02:00
[[package]]
name = "unicode-normalization"
2022-10-16 22:20:01 +02:00
version = "0.1.22"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2020-09-16 02:11:49 +02:00
dependencies = [
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
"tinyvec",
2020-09-16 02:11:49 +02:00
]
2022-12-11 16:32:09 +01:00
[[package]]
name = "unicode-segmentation"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
2020-09-16 02:11:49 +02:00
[[package]]
name = "unicode-width"
2022-10-16 22:20:01 +02:00
version = "0.1.10"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2020-09-16 02:11:49 +02:00
[[package]]
name = "unicode-xid"
2022-10-16 22:20:01 +02:00
version = "0.2.4"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2020-09-16 02:11:49 +02:00
2022-12-11 16:32:09 +01:00
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
2020-09-16 02:11:49 +02:00
[[package]]
name = "universal-hash"
2022-10-16 22:20:01 +02:00
version = "0.5.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "7d3160b73c9a19f7e2939a2fdad446c57c1bbbbf4d919d3213ff1267a580d8b5"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-10-16 22:20:01 +02:00
"crypto-common",
2022-01-31 03:45:53 +01:00
"subtle",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "unix-socket"
version = "1.0.0"
dependencies = [
2022-02-18 02:44:53 +01:00
"actix-web",
2022-10-26 17:51:27 +02:00
"env_logger",
2020-09-16 02:11:49 +02:00
]
2021-04-26 13:32:32 +02:00
[[package]]
name = "unreachable"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
dependencies = [
"void",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "ureq"
version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b8b063c2d59218ae09f22b53c42eaad0d53516457905f5235ca4bc9e99daa71"
dependencies = [
"base64 0.13.1",
"chunked_transfer",
"cookie 0.14.4",
"cookie_store",
"log",
"once_cell",
"qstring",
"rustls 0.19.1",
"url",
"webpki 0.21.4",
"webpki-roots 0.21.1",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "url"
2022-09-11 00:07:55 +02:00
version = "2.3.1"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2020-09-16 02:11:49 +02:00
dependencies = [
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
"form_urlencoded",
2022-09-11 00:07:55 +02:00
"idna 0.3.0",
2020-09-16 02:11:49 +02:00
"percent-encoding",
]
2022-08-01 02:17:59 +02:00
[[package]]
name = "urlencoding"
2022-09-11 00:07:55 +02:00
version = "2.1.2"
2022-08-01 02:17:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9"
2022-08-01 02:17:59 +02:00
2020-09-16 02:11:49 +02:00
[[package]]
name = "utf-8"
2021-10-07 00:56:44 +02:00
version = "0.7.6"
2021-03-03 15:37:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2021-03-03 15:37:17 +01:00
2020-09-16 02:11:49 +02:00
[[package]]
name = "uuid"
2021-10-06 23:42:44 +02:00
version = "0.8.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-06 23:42:44 +02:00
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-10-26 17:51:27 +02:00
"getrandom 0.2.8",
2022-12-30 17:23:24 +01:00
"serde",
2020-09-16 02:11:49 +02:00
]
2022-07-10 00:39:21 +02:00
[[package]]
name = "uuid"
2022-12-11 16:25:15 +01:00
version = "1.2.2"
2022-07-10 00:39:21 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
2022-07-10 00:39:21 +02:00
dependencies = [
2022-10-26 17:51:27 +02:00
"getrandom 0.2.8",
2022-08-01 00:51:08 +02:00
"serde",
2022-07-10 00:39:21 +02:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "v_eval"
version = "0.6.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dd8b599d797eb038d0dde9a3860aacb6bbba3bffa4ac64f807c8673820cc9d9"
2020-09-16 02:11:49 +02:00
dependencies = [
"regex",
"syn",
2020-09-16 02:11:49 +02:00
]
2021-03-03 17:38:53 +01:00
[[package]]
name = "v_htmlescape"
2022-09-11 00:07:55 +02:00
version = "0.15.8"
2021-03-03 17:38:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c"
2021-03-03 17:38:53 +01:00
dependencies = [
2022-09-11 00:07:55 +02:00
"buf-min",
2021-03-03 17:38:53 +01:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "validator"
2022-10-26 17:51:27 +02:00
version = "0.16.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "32ad5bf234c7d3ad1042e5252b7eddb2c4669ee23f32c7dd0e9b7705f07ef591"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-09-11 00:07:55 +02:00
"idna 0.2.3",
2020-09-16 02:11:49 +02:00
"lazy_static",
"regex",
"serde",
2020-09-16 02:11:49 +02:00
"serde_derive",
"serde_json",
"url",
2022-07-09 23:54:51 +02:00
"validator_derive",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "validator_derive"
2022-10-26 17:51:27 +02:00
version = "0.16.0"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "bc44ca3088bb3ba384d9aecf40c6a23a676ce23e09bdaca2073d99c207f864af"
2020-09-16 02:11:49 +02:00
dependencies = [
"if_chain",
"lazy_static",
2022-02-02 02:51:25 +01:00
"proc-macro-error",
"proc-macro2",
"quote",
2020-09-16 02:11:49 +02:00
"regex",
"syn",
2022-02-02 02:51:25 +01:00
"validator_types",
]
[[package]]
name = "validator_types"
2022-10-26 17:51:27 +02:00
version = "0.16.0"
2022-02-02 02:51:25 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-26 17:51:27 +02:00
checksum = "111abfe30072511849c5910134e8baf8dc05de4c0e5903d681cbd5c9c4d611e3"
2022-02-02 02:51:25 +01:00
dependencies = [
"proc-macro2",
"syn",
2020-09-16 02:11:49 +02:00
]
[[package]]
2021-10-07 00:56:44 +02:00
name = "vcpkg"
version = "0.2.15"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2020-09-16 02:11:49 +02:00
[[package]]
name = "version_check"
2022-01-27 03:58:13 +01:00
version = "0.9.4"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 03:58:13 +01:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2020-09-16 02:11:49 +02:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[package]]
name = "walkdir"
2021-10-07 00:56:44 +02:00
version = "2.3.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2020-09-16 02:11:49 +02:00
dependencies = [
"same-file",
"winapi 0.3.9",
"winapi-util",
]
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasi"
2022-07-09 21:43:47 +02:00
version = "0.10.0+wasi-snapshot-preview1"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-09 21:43:47 +02:00
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2020-09-16 02:11:49 +02:00
2022-03-15 18:32:27 +01:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2020-09-16 02:11:49 +02:00
[[package]]
name = "wasm-bindgen"
2022-10-16 22:20:01 +02:00
version = "0.2.83"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
2020-09-16 02:11:49 +02:00
dependencies = [
2021-10-07 00:56:44 +02:00
"cfg-if 1.0.0",
"serde",
2020-09-16 02:11:49 +02:00
"serde_json",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-10-16 22:20:01 +02:00
version = "0.2.83"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
2020-09-16 02:11:49 +02:00
dependencies = [
"bumpalo",
"log",
2022-08-05 20:43:46 +02:00
"once_cell",
"proc-macro2",
"quote",
2020-09-16 02:11:49 +02:00
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2022-10-16 22:20:01 +02:00
version = "0.4.33"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
2020-09-16 02:11:49 +02:00
dependencies = [
2021-10-07 00:56:44 +02:00
"cfg-if 1.0.0",
2020-09-16 02:11:49 +02:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2022-10-16 22:20:01 +02:00
version = "0.2.83"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
2020-09-16 02:11:49 +02:00
dependencies = [
"quote",
2020-09-16 02:11:49 +02:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-10-16 22:20:01 +02:00
version = "0.2.83"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
2020-09-16 02:11:49 +02:00
dependencies = [
"proc-macro2",
"quote",
2020-09-16 02:11:49 +02:00
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-10-16 22:20:01 +02:00
version = "0.2.83"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
Update `tiny_template` example and deps (#388) * Update actix crates in tiny_template example * Run `cargo update` Updating crates.io index Updating git repository `https://github.com/bcmyers/argonautica` Updating actix-cors v0.5.0 -> v0.5.3 Updating actix-http v2.1.0 -> v2.2.0 Updating actix-web v3.2.0 -> v3.3.1 Updating addr2line v0.13.0 -> v0.14.0 Updating aes v0.4.0 -> v0.6.0 Updating aes-gcm v0.6.0 -> v0.8.0 Updating aes-soft v0.4.0 -> v0.6.4 Updating aesni v0.7.0 -> v0.10.0 Updating ahash v0.3.8 -> v0.4.6 Updating aho-corasick v0.7.14 -> v0.7.15 Updating anyhow v1.0.33 -> v1.0.34 Removing arc-swap v0.4.7 Updating arrayvec v0.5.1 -> v0.5.2 Updating async-executor v1.3.0 -> v1.4.0 Updating async-global-executor v1.3.0 -> v1.4.3 Updating async-graphql v2.0.0 -> v2.1.5 Updating async-graphql-actix-web v2.0.0 -> v2.1.5 Updating async-graphql-derive v2.0.0 -> v2.1.4 Updating async-graphql-parser v2.0.0 -> v2.1.2 Updating async-graphql-value v2.0.0 -> v2.0.5 Updating async-io v1.1.10 -> v1.3.0 Updating async-std v1.6.5 -> v1.7.0 Updating async-task v4.0.2 -> v4.0.3 Updating async-trait v0.1.41 -> v0.1.42 Updating awc v2.0.0 -> v2.0.3 Updating backtrace v0.3.53 -> v0.3.55 Updating base-x v0.2.6 -> v0.2.8 Updating blake2b_simd v0.5.10 -> v0.5.11 Removing block-cipher v0.7.1 Updating bstr v0.2.13 -> v0.2.14 Updating cc v1.0.61 -> v1.0.65 Adding cipher v0.2.5 Updating combine v4.3.2 -> v4.4.0 Adding console_error_panic_hook v0.1.6 Updating const_fn v0.4.2 -> v0.4.3 Updating cookie v0.14.2 -> v0.14.3 Updating core-foundation v0.7.0 -> v0.9.1 Updating core-foundation-sys v0.7.0 -> v0.8.2 Updating crc32fast v1.2.0 -> v1.2.1 Adding crossbeam-utils v0.8.1 Removing crypto-mac v0.8.0 Adding crypto-mac v0.9.1 Adding crypto-mac v0.10.0 Adding ctr v0.6.0 Updating derive_utils v0.10.0 -> v0.11.0 Updating encoding_rs v0.8.24 -> v0.8.26 Updating env_logger v0.8.1 -> v0.8.2 Updating flate2 v1.0.18 -> v1.0.19 Adding form_urlencoded v1.0.0 Updating futures v0.3.6 -> v0.3.8 Updating futures-executor v0.3.6 -> v0.3.8 Updating futures-lite v1.11.1 -> v1.11.2 Updating gimli v0.22.0 -> v0.23.0 Updating globset v0.4.5 -> v0.4.6 Updating h2 v0.2.6 -> v0.2.7 Updating handlebars v3.5.0 -> v3.5.1 Removing hashbrown v0.8.2 Updating hkdf v0.9.0 -> v0.10.0 Removing hmac v0.8.1 Adding hmac v0.9.0 Adding hmac v0.10.1 Updating hyper v0.13.8 -> v0.13.9 Updating ignore v0.4.16 -> v0.4.17 Updating instant v0.1.7 -> v0.1.9 Updating io-enum v0.2.3 -> v0.2.4 Removing itertools v0.9.0 Updating libc v0.2.79 -> v0.2.80 Updating lock_api v0.4.1 -> v0.4.2 Updating lru v0.6.0 -> v0.6.1 Updating memchr v2.3.3 -> v2.3.4 Removing miow v0.2.1 Removing miow v0.3.5 Adding miow v0.2.2 Adding miow v0.3.6 Updating native-tls v0.2.4 -> v0.2.6 Updating net2 v0.2.35 -> v0.2.36 Updating num-integer v0.1.43 -> v0.1.44 Updating num-traits v0.2.12 -> v0.2.14 Updating object v0.21.1 -> v0.22.0 Updating once_cell v1.4.1 -> v1.5.2 Updating onig v6.1.0 -> v6.1.1 Updating onig_sys v69.5.1 -> v69.6.0 Updating parking_lot v0.11.0 -> v0.11.1 Updating pin-project v1.0.1 -> v1.0.2 Updating pin-project-internal v1.0.1 -> v1.0.2 Removing pin-project-lite v0.1.10 Adding pin-project-lite v0.1.11 Adding pin-project-lite v0.2.0 Updating pkg-config v0.3.18 -> v0.3.19 Updating polling v2.0.1 -> v2.0.2 Updating polyval v0.4.1 -> v0.4.2 Updating postgres-protocol v0.5.2 -> v0.5.3 Updating postgres-types v0.1.2 -> v0.1.3 Updating ppv-lite86 v0.2.9 -> v0.2.10 Updating redis-async v0.6.3 -> v0.6.6 Updating regex v1.4.0 -> v1.4.2 Updating regex-syntax v0.6.19 -> v0.6.21 Updating reqwest v0.10.8 -> v0.10.9 Updating resolv-conf v0.6.3 -> v0.7.0 Updating ring v0.16.15 -> v0.16.18 Updating rust-argon2 v0.8.2 -> v0.8.3 Updating rustc-demangle v0.1.17 -> v0.1.18 Adding scoped-tls v1.0.0 Updating security-framework v0.4.4 -> v2.0.0 Updating security-framework-sys v0.4.3 -> v2.0.0 Updating serde v1.0.116 -> v1.0.117 Updating serde_derive v1.0.116 -> v1.0.117 Updating serde_urlencoded v0.6.1 -> v0.7.0 Updating sha-1 v0.9.1 -> v0.9.2 Updating sha2 v0.9.1 -> v0.9.2 Updating signal-hook-registry v1.2.1 -> v1.2.2 Updating smallvec v1.4.2 -> v1.5.0 Updating socket2 v0.3.15 -> v0.3.17 Adding spin v0.6.0 Updating standback v0.2.11 -> v0.2.13 Updating string_cache v0.8.0 -> v0.8.1 Updating syn v1.0.44 -> v1.0.53 Updating termcolor v1.1.0 -> v1.1.2 Updating terminal_size v0.1.13 -> v0.1.15 Updating thiserror v1.0.21 -> v1.0.22 Updating thiserror-impl v1.0.21 -> v1.0.22 Updating time v0.2.22 -> v0.2.23 Removing tinyvec v0.3.4 Removing tinyvec v1.0.1 Adding tinyvec v1.1.0 Updating tokio v0.2.22 -> v0.2.23 Updating tokio-macros v0.2.5 -> v0.2.6 Updating tracing v0.1.21 -> v0.1.22 Adding tracing-futures v0.2.4 Updating trust-dns-proto v0.19.5 -> v0.19.6 Updating trust-dns-resolver v0.19.5 -> v0.19.6 Updating twox-hash v1.5.0 -> v1.6.0 Updating unicode-normalization v0.1.13 -> v0.1.16 Updating unicode-segmentation v1.6.0 -> v1.7.1 Updating url v2.1.1 -> v2.2.0 Updating v_escape v0.14.0 -> v0.14.1 Adding wasm-bindgen-test v0.3.18 Adding wasm-bindgen-test-macro v0.3.18 Updating wepoll-sys v3.0.0 -> v3.0.1
2020-11-30 09:54:00 +01:00
2020-09-16 02:11:49 +02:00
[[package]]
name = "web-sys"
2022-10-16 22:20:01 +02:00
version = "0.3.60"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-16 22:20:01 +02:00
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
2020-09-16 02:11:49 +02:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
2021-10-07 00:56:44 +02:00
version = "0.21.4"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
2020-09-16 02:11:49 +02:00
dependencies = [
"ring",
"untrusted",
]
2022-01-31 03:45:53 +01:00
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
2021-10-06 23:42:44 +02:00
[[package]]
name = "webpki-roots"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
dependencies = [
2022-01-31 03:45:53 +01:00
"webpki 0.21.4",
]
[[package]]
name = "webpki-roots"
2022-12-11 16:25:15 +01:00
version = "0.22.6"
2022-01-31 03:45:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
2022-01-31 03:45:53 +01:00
dependencies = [
"webpki 0.22.0",
2021-10-06 23:42:44 +02:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "websocket"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-10-16 20:14:40 +02:00
"actix",
2022-03-04 17:28:40 +01:00
"actix-codec",
2022-02-18 02:44:53 +01:00
"actix-files",
"actix-web",
"actix-web-actors",
"awc",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-03-06 01:15:16 +01:00
"futures-util",
2022-02-18 02:44:53 +01:00
"log",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-02-18 02:44:53 +01:00
"tokio-stream",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "websocket-autobahn"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-10-16 20:14:40 +02:00
"actix",
2022-02-18 02:44:53 +01:00
"actix-web",
"actix-web-actors",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-02-18 02:44:53 +01:00
"log",
2020-09-16 02:11:49 +02:00
]
2022-07-11 21:19:29 +02:00
[[package]]
name = "websocket-chat-actorless-example"
version = "1.0.0"
dependencies = [
"actix-files",
"actix-web",
"actix-ws",
"awc",
"derive_more",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-07-11 21:19:29 +02:00
"futures-util",
"log",
"rand 0.8.5",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-07-11 21:19:29 +02:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "websocket-chat-broker"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-10-16 20:14:40 +02:00
"actix",
2020-09-16 02:11:49 +02:00
"actix-broker",
2022-02-18 02:44:53 +01:00
"actix-files",
"actix-web",
"actix-web-actors",
2022-10-26 17:51:27 +02:00
"env_logger",
2020-09-16 02:11:49 +02:00
"log",
2022-02-18 02:44:53 +01:00
"rand 0.8.5",
2020-09-16 02:11:49 +02:00
]
2022-07-11 02:44:46 +02:00
[[package]]
name = "websocket-echo-actorless-example"
version = "1.0.0"
dependencies = [
"actix-files",
"actix-web",
"actix-ws",
"awc",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-07-11 02:44:46 +02:00
"futures-util",
"log",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
2022-07-11 02:44:46 +02:00
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "websocket-example"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-10-16 20:14:40 +02:00
"actix",
2022-02-18 02:44:53 +01:00
"actix-files",
"actix-web",
"actix-web-actors",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-02-18 02:44:53 +01:00
"log",
"rand 0.8.5",
"serde",
2020-09-16 02:11:49 +02:00
"serde_json",
]
[[package]]
name = "websocket-tcp-example"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-10-16 20:14:40 +02:00
"actix",
2022-03-04 17:28:40 +01:00
"actix-codec",
2022-02-18 02:44:53 +01:00
"actix-files",
"actix-web",
"actix-web-actors",
2020-09-16 02:11:49 +02:00
"byteorder",
2022-12-11 16:25:15 +01:00
"bytes 1.3.0",
2022-10-26 17:51:27 +02:00
"env_logger",
2022-03-06 01:15:16 +01:00
"futures-util",
"log",
"rand 0.8.5",
"serde",
2020-09-16 02:11:49 +02:00
"serde_json",
2022-12-11 16:25:15 +01:00
"tokio 1.23.0",
"tokio-stream",
2022-09-11 00:07:55 +02:00
"tokio-util 0.7.4",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "widestring"
version = "0.5.1"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"
2020-09-16 02:11:49 +02:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-sys"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
2022-10-26 17:51:27 +02:00
"windows_aarch64_msvc 0.36.1",
"windows_i686_gnu 0.36.1",
"windows_i686_msvc 0.36.1",
"windows_x86_64_gnu 0.36.1",
"windows_x86_64_msvc 0.36.1",
]
2022-10-26 17:51:27 +02:00
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc 0.42.0",
"windows_i686_gnu 0.42.0",
"windows_i686_msvc 0.42.0",
"windows_x86_64_gnu 0.42.0",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc 0.42.0",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
[[package]]
name = "windows_aarch64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
2022-10-26 17:51:27 +02:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
2022-10-26 17:51:27 +02:00
[[package]]
name = "windows_i686_gnu"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
2022-10-26 17:51:27 +02:00
[[package]]
name = "windows_i686_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
2022-10-26 17:51:27 +02:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
2020-09-16 02:11:49 +02:00
2022-10-26 17:51:27 +02:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
2020-09-16 02:11:49 +02:00
[[package]]
name = "winreg"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
dependencies = [
"winapi 0.3.9",
]
2022-03-15 18:32:27 +01:00
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi 0.3.9",
]
2020-09-16 02:11:49 +02:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
2022-07-10 00:11:36 +02:00
[[package]]
name = "wyz"
2022-12-11 16:25:15 +01:00
version = "0.5.1"
2022-07-10 00:11:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
2022-07-10 00:11:36 +02:00
dependencies = [
"tap",
]
2020-09-16 02:11:49 +02:00
[[package]]
2022-08-01 02:17:59 +02:00
name = "xmlparser"
2022-12-11 16:31:32 +01:00
version = "0.13.5"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:31:32 +01:00
checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
2020-09-16 02:11:49 +02:00
[[package]]
name = "yaml-rust"
2021-10-07 00:56:44 +02:00
version = "0.4.5"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-07 00:56:44 +02:00
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
2020-09-16 02:11:49 +02:00
dependencies = [
"linked-hash-map",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "yansi-term"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "yarte"
2022-09-11 00:07:55 +02:00
version = "0.15.7"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "dfce1df93f3b16e5272221a559e60bbbaaa71dbc042a43996d223e51a690aab2"
2020-09-16 02:11:49 +02:00
dependencies = [
2022-02-18 02:44:53 +01:00
"buf-min",
2020-09-16 02:11:49 +02:00
"yarte_derive",
"yarte_helpers",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "yarte_codegen"
2022-09-11 00:07:55 +02:00
version = "0.15.6"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "b1cf72076dbf4d39fe4779b58380d7213dcb3995d00666dd2d109f1b45879ea4"
2020-09-16 02:11:49 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-09-16 02:11:49 +02:00
"yarte_dom",
"yarte_helpers",
2020-09-16 02:11:49 +02:00
"yarte_hir",
"yarte_html",
]
[[package]]
name = "yarte_derive"
2022-09-11 00:07:55 +02:00
version = "0.15.6"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "b296edd7e1a81717b6f794baa2de8dfe89646050847161550b2d963b3ca6fe80"
2020-09-16 02:11:49 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-09-16 02:11:49 +02:00
"yarte_codegen",
"yarte_helpers",
2020-09-16 02:11:49 +02:00
"yarte_hir",
"yarte_parser",
]
[[package]]
name = "yarte_dom"
2022-09-11 00:07:55 +02:00
version = "0.15.1"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "333bb63a5c0abdfd635b0e3238e0308d6e7dd12787cef875c9272ae6cb114324"
2020-09-16 02:11:49 +02:00
dependencies = [
"markup5ever",
"quote",
"syn",
"yarte_helpers",
2020-09-16 02:11:49 +02:00
"yarte_hir",
"yarte_html",
]
2021-03-03 17:38:53 +01:00
[[package]]
name = "yarte_helpers"
2022-09-11 00:07:55 +02:00
version = "0.15.7"
2021-03-03 17:38:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "8dfe1ef3558dde14b4be5387bdd41e3bd45746570743521470ec3e9cd0826679"
dependencies = [
2022-02-18 02:44:53 +01:00
"buf-min",
2022-10-16 20:14:40 +02:00
"dtoa",
2022-12-30 17:48:10 +01:00
"itoa 1.0.5",
2022-01-27 03:58:13 +01:00
"prettyplease",
"ryu",
"serde",
2022-01-27 03:58:13 +01:00
"syn",
"toml",
2022-02-18 02:44:53 +01:00
"v_htmlescape",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "yarte_hir"
2022-09-11 00:07:55 +02:00
version = "0.15.6"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "dee42d2f704a3b1d8bc111d47a705d1302a0943d85e4c230f4e8300ee0dde4a6"
2020-09-16 02:11:49 +02:00
dependencies = [
"derive_more",
"proc-macro2",
"quote",
"syn",
2020-09-16 02:11:49 +02:00
"v_eval",
2022-02-18 02:44:53 +01:00
"v_htmlescape",
"yarte_helpers",
2020-09-16 02:11:49 +02:00
"yarte_parser",
]
[[package]]
name = "yarte_html"
2022-09-11 00:07:55 +02:00
version = "0.15.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "03e1fb0c85969cbe25b8a3031b278b484025882e20cadbc81735444c6e3d7613"
2020-09-16 02:11:49 +02:00
dependencies = [
"log",
"mac",
"markup5ever",
"proc-macro2",
"quote",
2020-09-16 02:11:49 +02:00
"syn",
"yarte_parser",
]
[[package]]
name = "yarte_parser"
2022-09-11 00:07:55 +02:00
version = "0.15.2"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-11 00:07:55 +02:00
checksum = "538f72049cf7104e12d5c444048d112cb8fc788a31308afd912442a381ba860c"
2020-09-16 02:11:49 +02:00
dependencies = [
"annotate-snippets",
"derive_more",
"proc-macro2",
"quote",
"serde",
"syn",
"unicode-xid",
"yarte_helpers",
2020-09-16 02:11:49 +02:00
]
[[package]]
name = "zeroize"
version = "1.5.7"
2020-09-16 02:11:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
2021-10-06 23:42:44 +02:00
[[package]]
name = "zstd"
2022-07-09 21:43:47 +02:00
version = "0.11.2+zstd.1.5.2"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-09 21:43:47 +02:00
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
2021-10-06 23:42:44 +02:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2022-07-09 21:43:47 +02:00
version = "5.0.2+zstd.1.5.2"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-09 21:43:47 +02:00
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
2021-10-06 23:42:44 +02:00
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2022-12-11 16:25:15 +01:00
version = "2.0.4+zstd.1.5.2"
2021-10-06 23:42:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 16:25:15 +01:00
checksum = "4fa202f2ef00074143e219d15b62ffc317d17cc33909feac471c044087cad7b0"
2021-10-06 23:42:44 +02:00
dependencies = [
"cc",
"libc",
]