diff options
| author | Jokler <jokler@protonmail.com> | 2020-01-06 05:45:46 +0100 |
|---|---|---|
| committer | Jokler <jokler@protonmail.com> | 2020-01-06 05:45:46 +0100 |
| commit | 7c28858819c4452b3640a167c048c3a9d9852745 (patch) | |
| tree | 3bb8fc465348a0a37b0982b58adea7f7b1945de6 /Cargo.lock | |
| parent | 94953ffd667972a49ee9ca576463a5cb6113133f (diff) | |
| download | pokebot-7c28858819c4452b3640a167c048c3a9d9852745.tar.gz pokebot-7c28858819c4452b3640a167c048c3a9d9852745.zip | |
Fix tsclientlib to make poking work
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 79 |
1 files changed, 40 insertions, 39 deletions
@@ -77,9 +77,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "atty" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ + "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -129,7 +130,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "blake2b_simd" -version = "0.5.9" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -244,7 +245,7 @@ version = "2.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -974,7 +975,7 @@ dependencies = [ [[package]] name = "hermit-abi" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1191,7 +1192,7 @@ dependencies = [ [[package]] name = "lock_api" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1393,7 +1394,7 @@ name = "num_cpus" version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "hermit-abi 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1471,7 +1472,7 @@ name = "parking_lot" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "lock_api 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1545,7 +1546,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "pin-project-lite" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1576,8 +1577,8 @@ dependencies = [ "tokio 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tsclientlib 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)", - "tsproto-packets 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)", + "tsclientlib 0.1.0 (git+https://github.com/Jokler/tsclientlib/?branch=fix-poke)", + "tsproto-packets 0.1.0 (git+https://github.com/Jokler/tsclientlib/?branch=fix-poke)", ] [[package]] @@ -1927,7 +1928,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "blake2b_simd 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", + "blake2b_simd 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2100,7 +2101,7 @@ name = "slog-term" version = "2.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "term 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2325,7 +2326,7 @@ dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", - "pin-project-lite 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2567,7 +2568,7 @@ dependencies = [ [[package]] name = "ts-bookkeeping" version = "0.1.0" -source = "git+https://github.com/ReSpeak/tsclientlib/#b0b5a678636c835d7fa07706a5ff068934611bd6" +source = "git+https://github.com/Jokler/tsclientlib/?branch=fix-poke#a2e2d5b7a81a5f8b1af43473fccb3ffd3c85ee8b" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2578,15 +2579,15 @@ dependencies = [ "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "t4rust-derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "tsproto-packets 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)", - "tsproto-structs 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)", - "tsproto-types 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)", + "tsproto-packets 0.1.0 (git+https://github.com/Jokler/tsclientlib/?branch=fix-poke)", + "tsproto-structs 0.1.0 (git+https://github.com/Jokler/tsclientlib/?branch=fix-poke)", + "tsproto-types 0.1.0 (git+https://github.com/Jokler/tsclientlib/?branch=fix-poke)", ] [[package]] name = "tsclientlib" version = "0.1.0" -source = "git+https://github.com/ReSpeak/tsclientlib/#b0b5a678636c835d7fa07706a5ff068934611bd6" +source = "git+https://github.com/Jokler/tsclientlib/?branch=fix-poke#a2e2d5b7a81a5f8b1af43473fccb3ffd3c85ee8b" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "built 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2613,16 +2614,16 @@ dependencies = [ "tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", "trust-dns-proto 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "trust-dns-resolver 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ts-bookkeeping 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)", - "tsproto 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)", - "tsproto-packets 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)", - "tsproto-structs 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)", + "ts-bookkeeping 0.1.0 (git+https://github.com/Jokler/tsclientlib/?branch=fix-poke)", + "tsproto 0.1.0 (git+https://github.com/Jokler/tsclientlib/?branch=fix-poke)", + "tsproto-packets 0.1.0 (git+https://github.com/Jokler/tsclientlib/?branch=fix-poke)", + "tsproto-structs 0.1.0 (git+https://github.com/Jokler/tsclientlib/?branch=fix-poke)", ] [[package]] name = "tsproto" version = "0.1.0" -source = "git+https://github.com/ReSpeak/tsclientlib/#b0b5a678636c835d7fa07706a5ff068934611bd6" +source = "git+https://github.com/Jokler/tsclientlib/?branch=fix-poke#a2e2d5b7a81a5f8b1af43473fccb3ffd3c85ee8b" dependencies = [ "aes 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2653,14 +2654,14 @@ dependencies = [ "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", - "tsproto-packets 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)", + "tsproto-packets 0.1.0 (git+https://github.com/Jokler/tsclientlib/?branch=fix-poke)", "untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tsproto-packets" version = "0.1.0" -source = "git+https://github.com/ReSpeak/tsclientlib/#b0b5a678636c835d7fa07706a5ff068934611bd6" +source = "git+https://github.com/Jokler/tsclientlib/?branch=fix-poke#a2e2d5b7a81a5f8b1af43473fccb3ffd3c85ee8b" dependencies = [ "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2680,7 +2681,7 @@ dependencies = [ [[package]] name = "tsproto-structs" version = "0.1.0" -source = "git+https://github.com/ReSpeak/tsclientlib/#b0b5a678636c835d7fa07706a5ff068934611bd6" +source = "git+https://github.com/Jokler/tsclientlib/?branch=fix-poke#a2e2d5b7a81a5f8b1af43473fccb3ffd3c85ee8b" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2695,7 +2696,7 @@ dependencies = [ [[package]] name = "tsproto-types" version = "0.1.0" -source = "git+https://github.com/ReSpeak/tsclientlib/#b0b5a678636c835d7fa07706a5ff068934611bd6" +source = "git+https://github.com/Jokler/tsclientlib/?branch=fix-poke#a2e2d5b7a81a5f8b1af43473fccb3ffd3c85ee8b" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2704,7 +2705,7 @@ dependencies = [ "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "t4rust-derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "tsproto-structs 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)", + "tsproto-structs 0.1.0 (git+https://github.com/Jokler/tsclientlib/?branch=fix-poke)", ] [[package]] @@ -2979,14 +2980,14 @@ dependencies = [ "checksum array-init 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f30bbe2f5e3d117f55bd8c7a1f9191e4a5deba9f15f595bbea4f670c59c765db" "checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" -"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" +"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" "checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea" "checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491" "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" "checksum bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb" "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" -"checksum blake2b_simd 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b83b7baab1e671718d78204225800d6b170e648188ac7dc992e9d6bddf87d0c0" +"checksum blake2b_simd 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a" "checksum block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1c924d49bd09e7c06003acda26cd9742e796e34282ec6c1189404dee0c1f4774" "checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245" "checksum built 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3d2315cfb416f86e05360edc950b1d7d25ecfb00f7f8eba60dbd7882a0f2e944" @@ -3075,7 +3076,7 @@ dependencies = [ "checksum gstreamer-sys 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1d18da01b97d0ab5896acd5151e4c155acefd0e6c03c3dd24dd133ba054053db" "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" -"checksum hermit-abi 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f629dc602392d3ec14bfc8a09b5e644d7ffd725102b48b81e59f90f2633621d7" +"checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772" "checksum hostname 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "21ceb46a83a85e824ef93669c8b390009623863b5c195d1ba747292c0c72f94e" "checksum http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0" "checksum http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d" @@ -3098,7 +3099,7 @@ dependencies = [ "checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe" "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" -"checksum lock_api 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e57b3997725d2b60dbec1297f6c2e2957cc383db1cebd6be812163f969c7d586" +"checksum lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b" "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" "checksum lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" @@ -3137,7 +3138,7 @@ dependencies = [ "checksum paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4214c9e912ef61bf42b81ba9a47e8aad1b2ffaf739ab162bf96d1e011f54e6c5" "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" "checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" -"checksum pin-project-lite 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f0af6cbca0e6e3ce8692ee19fb8d734b641899e07b68eb73e9bbbd32f1703991" +"checksum pin-project-lite 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e8822eb8bb72452f038ebf6048efa02c3fe22bf83f76519c9583e47fc194a422" "checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587" "checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" @@ -3243,12 +3244,12 @@ dependencies = [ "checksum trust-dns-resolver 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c9992e58dba365798803c0b91018ff6c8d3fc77e06977c4539af2a6bfe0a039" "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" "checksum try_from 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b" -"checksum ts-bookkeeping 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)" = "<none>" -"checksum tsclientlib 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)" = "<none>" -"checksum tsproto 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)" = "<none>" -"checksum tsproto-packets 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)" = "<none>" -"checksum tsproto-structs 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)" = "<none>" -"checksum tsproto-types 0.1.0 (git+https://github.com/ReSpeak/tsclientlib/)" = "<none>" +"checksum ts-bookkeeping 0.1.0 (git+https://github.com/Jokler/tsclientlib/?branch=fix-poke)" = "<none>" +"checksum tsclientlib 0.1.0 (git+https://github.com/Jokler/tsclientlib/?branch=fix-poke)" = "<none>" +"checksum tsproto 0.1.0 (git+https://github.com/Jokler/tsclientlib/?branch=fix-poke)" = "<none>" +"checksum tsproto-packets 0.1.0 (git+https://github.com/Jokler/tsclientlib/?branch=fix-poke)" = "<none>" +"checksum tsproto-structs 0.1.0 (git+https://github.com/Jokler/tsclientlib/?branch=fix-poke)" = "<none>" +"checksum tsproto-types 0.1.0 (git+https://github.com/Jokler/tsclientlib/?branch=fix-poke)" = "<none>" "checksum typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9" "checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
