mirror of
				https://github.com/kata-containers/kata-containers.git
				synced 2025-10-31 09:26:52 +00:00 
			
		
		
		
	runtime-rs: update async-std dependency
So that we bump several indirect dependencies like crossbeam-channel, crossbeam-utils to bring in fixes to known security issues like CVE-2020-15254. Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
		
							
								
								
									
										499
									
								
								src/runtime-rs/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										499
									
								
								src/runtime-rs/Cargo.lock
									
									
									
										generated
									
									
									
								
							| @@ -100,51 +100,107 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" | ||||
|  | ||||
| [[package]] | ||||
| name = "async-macros" | ||||
| version = "1.0.0" | ||||
| name = "async-channel" | ||||
| version = "1.7.1" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "e421d59b24c1feea2496e409b3e0a8de23e5fc130a2ddc0b012e551f3b272bba" | ||||
| checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28" | ||||
| dependencies = [ | ||||
|  "futures-core-preview", | ||||
|  "pin-utils", | ||||
|  "concurrent-queue", | ||||
|  "event-listener", | ||||
|  "futures-core", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "async-std" | ||||
| version = "0.99.12" | ||||
| name = "async-executor" | ||||
| version = "1.4.1" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "44501a9f7961bb539b67be0c428b3694e26557046a52759ca7eaf790030a64cc" | ||||
| checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965" | ||||
| dependencies = [ | ||||
|  "async-macros", | ||||
|  "async-task", | ||||
|  "crossbeam-channel 0.3.9", | ||||
|  "crossbeam-deque", | ||||
|  "crossbeam-utils 0.6.6", | ||||
|  "futures-core", | ||||
|  "futures-io", | ||||
|  "futures-timer 1.0.3", | ||||
|  "kv-log-macro", | ||||
|  "log", | ||||
|  "memchr", | ||||
|  "mio 0.6.23", | ||||
|  "mio-uds", | ||||
|  "num_cpus", | ||||
|  "concurrent-queue", | ||||
|  "fastrand", | ||||
|  "futures-lite", | ||||
|  "once_cell", | ||||
|  "pin-project-lite 0.1.12", | ||||
|  "pin-utils", | ||||
|  "slab", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "async-task" | ||||
| version = "1.3.1" | ||||
| name = "async-global-executor" | ||||
| version = "2.2.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "0ac2c016b079e771204030951c366db398864f5026f84a44dafb0ff20f02085d" | ||||
| checksum = "5262ed948da60dd8956c6c5aca4d4163593dddb7b32d73267c93dab7b2e98940" | ||||
| dependencies = [ | ||||
|  "libc", | ||||
|  "winapi 0.3.9", | ||||
|  "async-channel", | ||||
|  "async-executor", | ||||
|  "async-io", | ||||
|  "async-lock", | ||||
|  "blocking", | ||||
|  "futures-lite", | ||||
|  "num_cpus", | ||||
|  "once_cell", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "async-io" | ||||
| version = "1.8.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "0ab006897723d9352f63e2b13047177c3982d8d79709d713ce7747a8f19fd1b0" | ||||
| dependencies = [ | ||||
|  "autocfg", | ||||
|  "concurrent-queue", | ||||
|  "futures-lite", | ||||
|  "libc", | ||||
|  "log", | ||||
|  "once_cell", | ||||
|  "parking", | ||||
|  "polling", | ||||
|  "slab", | ||||
|  "socket2", | ||||
|  "waker-fn", | ||||
|  "winapi", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "async-lock" | ||||
| version = "2.5.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6" | ||||
| dependencies = [ | ||||
|  "event-listener", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "async-std" | ||||
| version = "1.12.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" | ||||
| dependencies = [ | ||||
|  "async-channel", | ||||
|  "async-global-executor", | ||||
|  "async-io", | ||||
|  "async-lock", | ||||
|  "crossbeam-utils", | ||||
|  "futures-channel", | ||||
|  "futures-core", | ||||
|  "futures-io", | ||||
|  "futures-lite", | ||||
|  "gloo-timers", | ||||
|  "kv-log-macro", | ||||
|  "log", | ||||
|  "memchr", | ||||
|  "once_cell", | ||||
|  "pin-project-lite", | ||||
|  "pin-utils", | ||||
|  "slab", | ||||
|  "wasm-bindgen-futures", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "async-task" | ||||
| version = "4.3.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524" | ||||
|  | ||||
| [[package]] | ||||
| name = "async-trait" | ||||
| version = "0.1.56" | ||||
| @@ -156,6 +212,12 @@ dependencies = [ | ||||
|  "syn", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "atomic-waker" | ||||
| version = "1.0.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a" | ||||
|  | ||||
| [[package]] | ||||
| name = "autocfg" | ||||
| version = "1.1.0" | ||||
| @@ -238,6 +300,20 @@ dependencies = [ | ||||
|  "generic-array", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "blocking" | ||||
| version = "1.2.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc" | ||||
| dependencies = [ | ||||
|  "async-channel", | ||||
|  "async-task", | ||||
|  "atomic-waker", | ||||
|  "fastrand", | ||||
|  "futures-lite", | ||||
|  "once_cell", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "bumpalo" | ||||
| version = "3.10.0" | ||||
| @@ -272,6 +348,12 @@ version = "1.1.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" | ||||
|  | ||||
| [[package]] | ||||
| name = "cache-padded" | ||||
| version = "1.2.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c" | ||||
|  | ||||
| [[package]] | ||||
| name = "caps" | ||||
| version = "0.5.3" | ||||
| @@ -326,7 +408,7 @@ dependencies = [ | ||||
|  "num-integer", | ||||
|  "num-traits", | ||||
|  "time 0.1.43", | ||||
|  "winapi 0.3.9", | ||||
|  "winapi", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -359,6 +441,15 @@ version = "1.0.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" | ||||
|  | ||||
| [[package]] | ||||
| name = "concurrent-queue" | ||||
| version = "1.2.4" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c" | ||||
| dependencies = [ | ||||
|  "cache-padded", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "constant_time_eq" | ||||
| version = "0.1.5" | ||||
| @@ -400,15 +491,6 @@ dependencies = [ | ||||
|  "cfg-if 1.0.0", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "crossbeam-channel" | ||||
| version = "0.3.9" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa" | ||||
| dependencies = [ | ||||
|  "crossbeam-utils 0.6.6", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "crossbeam-channel" | ||||
| version = "0.5.4" | ||||
| @@ -416,54 +498,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53" | ||||
| dependencies = [ | ||||
|  "cfg-if 1.0.0", | ||||
|  "crossbeam-utils 0.8.8", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "crossbeam-deque" | ||||
| version = "0.7.4" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed" | ||||
| dependencies = [ | ||||
|  "crossbeam-epoch", | ||||
|  "crossbeam-utils 0.7.2", | ||||
|  "maybe-uninit", | ||||
| ] | ||||
|  | ||||
| [[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", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "crossbeam-utils" | ||||
| version = "0.6.6" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" | ||||
| dependencies = [ | ||||
|  "cfg-if 0.1.10", | ||||
|  "lazy_static", | ||||
| ] | ||||
|  | ||||
| [[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", | ||||
|  "crossbeam-utils", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -573,7 +608,7 @@ dependencies = [ | ||||
|  "kvm-bindings", | ||||
|  "kvm-ioctls", | ||||
|  "libc", | ||||
|  "memoffset 0.6.5", | ||||
|  "memoffset", | ||||
|  "vm-memory", | ||||
|  "vmm-sys-util", | ||||
| ] | ||||
| @@ -633,7 +668,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "b773f7f1b9088438e9746890c7c0836b133b07935812867a33e06e81c92c0cdc" | ||||
| dependencies = [ | ||||
|  "libc", | ||||
|  "mio 0.8.3", | ||||
|  "mio", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -781,7 +816,7 @@ checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" | ||||
| dependencies = [ | ||||
|  "errno-dragonfly", | ||||
|  "libc", | ||||
|  "winapi 0.3.9", | ||||
|  "winapi", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -794,6 +829,12 @@ dependencies = [ | ||||
|  "libc", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "event-listener" | ||||
| version = "2.5.3" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" | ||||
|  | ||||
| [[package]] | ||||
| name = "event-manager" | ||||
| version = "0.2.1" | ||||
| @@ -862,22 +903,6 @@ version = "0.1.1" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" | ||||
|  | ||||
| [[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" | ||||
|  | ||||
| [[package]] | ||||
| name = "fuse-backend-rs" | ||||
| version = "0.9.0" | ||||
| @@ -892,7 +917,7 @@ dependencies = [ | ||||
|  "lazy_static", | ||||
|  "libc", | ||||
|  "log", | ||||
|  "mio 0.8.3", | ||||
|  "mio", | ||||
|  "nix 0.23.1", | ||||
|  "virtio-queue", | ||||
|  "vm-memory", | ||||
| @@ -936,12 +961,6 @@ version = "0.3.21" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3" | ||||
|  | ||||
| [[package]] | ||||
| name = "futures-core-preview" | ||||
| version = "0.3.0-alpha.19" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "b35b6263fb1ef523c3056565fa67b1d16f0a8604ff12b11b08c25f28a734c60a" | ||||
|  | ||||
| [[package]] | ||||
| name = "futures-executor" | ||||
| version = "0.3.21" | ||||
| @@ -959,6 +978,21 @@ version = "0.3.21" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b" | ||||
|  | ||||
| [[package]] | ||||
| name = "futures-lite" | ||||
| version = "1.12.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" | ||||
| dependencies = [ | ||||
|  "fastrand", | ||||
|  "futures-core", | ||||
|  "futures-io", | ||||
|  "memchr", | ||||
|  "parking", | ||||
|  "pin-project-lite", | ||||
|  "waker-fn", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "futures-macro" | ||||
| version = "0.3.21" | ||||
| @@ -982,16 +1016,6 @@ version = "0.3.21" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a" | ||||
|  | ||||
| [[package]] | ||||
| name = "futures-timer" | ||||
| version = "1.0.3" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "7946248e9429ff093345d3e8fdf4eb0f9b2d79091611c9c14f744971a6f8be45" | ||||
| dependencies = [ | ||||
|  "futures-core-preview", | ||||
|  "pin-utils", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "futures-timer" | ||||
| version = "3.0.2" | ||||
| @@ -1011,7 +1035,7 @@ dependencies = [ | ||||
|  "futures-sink", | ||||
|  "futures-task", | ||||
|  "memchr", | ||||
|  "pin-project-lite 0.2.9", | ||||
|  "pin-project-lite", | ||||
|  "pin-utils", | ||||
|  "slab", | ||||
| ] | ||||
| @@ -1060,6 +1084,18 @@ version = "0.3.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" | ||||
|  | ||||
| [[package]] | ||||
| name = "gloo-timers" | ||||
| version = "0.2.4" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9" | ||||
| dependencies = [ | ||||
|  "futures-channel", | ||||
|  "futures-core", | ||||
|  "js-sys", | ||||
|  "wasm-bindgen", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "go-flag" | ||||
| version = "0.1.0" | ||||
| @@ -1077,7 +1113,7 @@ checksum = "19775995ee20209163239355bc3ad2f33f83da35d9ef72dea26e5af753552c87" | ||||
| dependencies = [ | ||||
|  "dashmap", | ||||
|  "futures 0.3.21", | ||||
|  "futures-timer 3.0.2", | ||||
|  "futures-timer", | ||||
|  "no-std-compat", | ||||
|  "nonzero_ext", | ||||
|  "parking_lot 0.12.1", | ||||
| @@ -1234,9 +1270,9 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "js-sys" | ||||
| version = "0.3.57" | ||||
| version = "0.3.59" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397" | ||||
| checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2" | ||||
| dependencies = [ | ||||
|  "wasm-bindgen", | ||||
| ] | ||||
| @@ -1282,16 +1318,6 @@ dependencies = [ | ||||
|  "toml 0.5.9", | ||||
| ] | ||||
|  | ||||
| [[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", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "kv-log-macro" | ||||
| version = "1.0.7" | ||||
| @@ -1415,27 +1441,12 @@ version = "0.1.9" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" | ||||
|  | ||||
| [[package]] | ||||
| name = "maybe-uninit" | ||||
| version = "2.0.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" | ||||
|  | ||||
| [[package]] | ||||
| name = "memchr" | ||||
| version = "2.5.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" | ||||
|  | ||||
| [[package]] | ||||
| name = "memoffset" | ||||
| version = "0.5.6" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" | ||||
| dependencies = [ | ||||
|  "autocfg", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "memoffset" | ||||
| version = "0.6.5" | ||||
| @@ -1454,25 +1465,6 @@ dependencies = [ | ||||
|  "adler", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "mio" | ||||
| version = "0.6.23" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" | ||||
| dependencies = [ | ||||
|  "cfg-if 0.1.10", | ||||
|  "fuchsia-zircon", | ||||
|  "fuchsia-zircon-sys", | ||||
|  "iovec", | ||||
|  "kernel32-sys", | ||||
|  "libc", | ||||
|  "log", | ||||
|  "miow", | ||||
|  "net2", | ||||
|  "slab", | ||||
|  "winapi 0.2.8", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "mio" | ||||
| version = "0.8.3" | ||||
| @@ -1485,46 +1477,12 @@ dependencies = [ | ||||
|  "windows-sys", | ||||
| ] | ||||
|  | ||||
| [[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", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "miow" | ||||
| version = "0.2.2" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" | ||||
| dependencies = [ | ||||
|  "kernel32-sys", | ||||
|  "net2", | ||||
|  "winapi 0.2.8", | ||||
|  "ws2_32-sys", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "multimap" | ||||
| version = "0.8.3" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" | ||||
|  | ||||
| [[package]] | ||||
| name = "net2" | ||||
| version = "0.2.37" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" | ||||
| dependencies = [ | ||||
|  "cfg-if 0.1.10", | ||||
|  "libc", | ||||
|  "winapi 0.3.9", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "netlink-packet-core" | ||||
| version = "0.4.2" | ||||
| @@ -1601,7 +1559,7 @@ dependencies = [ | ||||
|  "cc", | ||||
|  "cfg-if 1.0.0", | ||||
|  "libc", | ||||
|  "memoffset 0.6.5", | ||||
|  "memoffset", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -1613,7 +1571,7 @@ dependencies = [ | ||||
|  "bitflags", | ||||
|  "cfg-if 1.0.0", | ||||
|  "libc", | ||||
|  "memoffset 0.6.5", | ||||
|  "memoffset", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -1729,6 +1687,12 @@ version = "0.3.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" | ||||
|  | ||||
| [[package]] | ||||
| name = "parking" | ||||
| version = "2.0.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" | ||||
|  | ||||
| [[package]] | ||||
| name = "parking_lot" | ||||
| version = "0.11.2" | ||||
| @@ -1761,7 +1725,7 @@ dependencies = [ | ||||
|  "libc", | ||||
|  "redox_syscall", | ||||
|  "smallvec", | ||||
|  "winapi 0.3.9", | ||||
|  "winapi", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -1814,12 +1778,6 @@ dependencies = [ | ||||
|  "indexmap", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "pin-project-lite" | ||||
| version = "0.1.12" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" | ||||
|  | ||||
| [[package]] | ||||
| name = "pin-project-lite" | ||||
| version = "0.2.9" | ||||
| @@ -1832,6 +1790,20 @@ version = "0.1.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" | ||||
|  | ||||
| [[package]] | ||||
| name = "polling" | ||||
| version = "2.3.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "899b00b9c8ab553c743b3e11e87c5c7d423b2a2de229ba95b24a756344748011" | ||||
| dependencies = [ | ||||
|  "autocfg", | ||||
|  "cfg-if 1.0.0", | ||||
|  "libc", | ||||
|  "log", | ||||
|  "wepoll-ffi", | ||||
|  "winapi", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "ppv-lite86" | ||||
| version = "0.2.16" | ||||
| @@ -1944,14 +1916,14 @@ version = "0.9.3" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "20afe714292d5e879d8b12740aa223c6a88f118af41870e8b6196e39a02238a8" | ||||
| dependencies = [ | ||||
|  "crossbeam-utils 0.8.8", | ||||
|  "crossbeam-utils", | ||||
|  "libc", | ||||
|  "mach", | ||||
|  "once_cell", | ||||
|  "raw-cpuid", | ||||
|  "wasi 0.10.2+wasi-snapshot-preview1", | ||||
|  "web-sys", | ||||
|  "winapi 0.3.9", | ||||
|  "winapi", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -2011,7 +1983,7 @@ dependencies = [ | ||||
|  "libc", | ||||
|  "rand_core 0.3.1", | ||||
|  "rdrand", | ||||
|  "winapi 0.3.9", | ||||
|  "winapi", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -2150,7 +2122,7 @@ version = "0.5.3" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" | ||||
| dependencies = [ | ||||
|  "winapi 0.3.9", | ||||
|  "winapi", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -2251,7 +2223,7 @@ dependencies = [ | ||||
|  "io-lifetimes", | ||||
|  "libc", | ||||
|  "linux-raw-sys", | ||||
|  "winapi 0.3.9", | ||||
|  "winapi", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -2451,7 +2423,7 @@ version = "2.7.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "766c59b252e62a34651412870ff55d8c4e6d04df19b43eecb2703e417b097ffe" | ||||
| dependencies = [ | ||||
|  "crossbeam-channel 0.5.4", | ||||
|  "crossbeam-channel", | ||||
|  "slog", | ||||
|  "take_mut", | ||||
|  "thread_local", | ||||
| @@ -2504,7 +2476,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" | ||||
| dependencies = [ | ||||
|  "libc", | ||||
|  "winapi 0.3.9", | ||||
|  "winapi", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -2576,7 +2548,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086" | ||||
| dependencies = [ | ||||
|  "libc", | ||||
|  "winapi 0.3.9", | ||||
|  "winapi", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -2613,7 +2585,7 @@ dependencies = [ | ||||
|  "libc", | ||||
|  "redox_syscall", | ||||
|  "remove_dir_all", | ||||
|  "winapi 0.3.9", | ||||
|  "winapi", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -2668,7 +2640,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" | ||||
| dependencies = [ | ||||
|  "libc", | ||||
|  "winapi 0.3.9", | ||||
|  "winapi", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -2715,15 +2687,15 @@ dependencies = [ | ||||
|  "bytes 1.1.0", | ||||
|  "libc", | ||||
|  "memchr", | ||||
|  "mio 0.8.3", | ||||
|  "mio", | ||||
|  "num_cpus", | ||||
|  "once_cell", | ||||
|  "parking_lot 0.12.1", | ||||
|  "pin-project-lite 0.2.9", | ||||
|  "pin-project-lite", | ||||
|  "signal-hook-registry", | ||||
|  "socket2", | ||||
|  "tokio-macros", | ||||
|  "winapi 0.3.9", | ||||
|  "winapi", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -2957,7 +2929,7 @@ checksum = "339d4349c126fdcd87e034631d7274370cf19eb0e87b33166bcd956589fc72c5" | ||||
| dependencies = [ | ||||
|  "arc-swap 1.5.0", | ||||
|  "libc", | ||||
|  "winapi 0.3.9", | ||||
|  "winapi", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| @@ -2986,6 +2958,12 @@ dependencies = [ | ||||
|  "nix 0.23.1", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "waker-fn" | ||||
| version = "1.1.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" | ||||
|  | ||||
| [[package]] | ||||
| name = "wasi" | ||||
| version = "0.9.0+wasi-snapshot-preview1" | ||||
| @@ -3006,9 +2984,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | ||||
|  | ||||
| [[package]] | ||||
| name = "wasm-bindgen" | ||||
| version = "0.2.80" | ||||
| version = "0.2.82" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad" | ||||
| checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d" | ||||
| dependencies = [ | ||||
|  "cfg-if 1.0.0", | ||||
|  "wasm-bindgen-macro", | ||||
| @@ -3016,13 +2994,13 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "wasm-bindgen-backend" | ||||
| version = "0.2.80" | ||||
| version = "0.2.82" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4" | ||||
| checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f" | ||||
| dependencies = [ | ||||
|  "bumpalo", | ||||
|  "lazy_static", | ||||
|  "log", | ||||
|  "once_cell", | ||||
|  "proc-macro2", | ||||
|  "quote", | ||||
|  "syn", | ||||
| @@ -3030,10 +3008,22 @@ dependencies = [ | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "wasm-bindgen-macro" | ||||
| version = "0.2.80" | ||||
| name = "wasm-bindgen-futures" | ||||
| version = "0.4.32" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5" | ||||
| checksum = "fa76fb221a1f8acddf5b54ace85912606980ad661ac7a503b4570ffd3a624dad" | ||||
| dependencies = [ | ||||
|  "cfg-if 1.0.0", | ||||
|  "js-sys", | ||||
|  "wasm-bindgen", | ||||
|  "web-sys", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "wasm-bindgen-macro" | ||||
| version = "0.2.82" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602" | ||||
| dependencies = [ | ||||
|  "quote", | ||||
|  "wasm-bindgen-macro-support", | ||||
| @@ -3041,9 +3031,9 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "wasm-bindgen-macro-support" | ||||
| version = "0.2.80" | ||||
| version = "0.2.82" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b" | ||||
| checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da" | ||||
| dependencies = [ | ||||
|  "proc-macro2", | ||||
|  "quote", | ||||
| @@ -3054,9 +3044,9 @@ dependencies = [ | ||||
|  | ||||
| [[package]] | ||||
| name = "wasm-bindgen-shared" | ||||
| version = "0.2.80" | ||||
| version = "0.2.82" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744" | ||||
| checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a" | ||||
|  | ||||
| [[package]] | ||||
| name = "wasm_container" | ||||
| @@ -3079,6 +3069,15 @@ dependencies = [ | ||||
|  "wasm-bindgen", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "wepoll-ffi" | ||||
| version = "0.1.2" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb" | ||||
| dependencies = [ | ||||
|  "cc", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "which" | ||||
| version = "4.2.5" | ||||
| @@ -3090,12 +3089,6 @@ dependencies = [ | ||||
|  "libc", | ||||
| ] | ||||
|  | ||||
| [[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" | ||||
| @@ -3106,12 +3099,6 @@ dependencies = [ | ||||
|  "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" | ||||
| @@ -3167,16 +3154,6 @@ version = "0.36.1" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" | ||||
|  | ||||
| [[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", | ||||
| ] | ||||
|  | ||||
| [[package]] | ||||
| name = "zstd" | ||||
| version = "0.11.2+zstd.1.5.2" | ||||
|   | ||||
| @@ -22,7 +22,7 @@ slog-scope = "4.4.0" | ||||
| tokio = { version = "1.8.0" } | ||||
| toml = "0.4.2" | ||||
| url = "2.1.1" | ||||
| async-std = "0.99.5" | ||||
| async-std = "1.12.0" | ||||
|  | ||||
| agent = { path = "../../agent" } | ||||
| common = { path = "../common" } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user