Update crates #1103

Merged
KitaitiMakoto merged 7 commits from update-crates into main 2 years ago

44
Cargo.lock generated

@ -1282,9 +1282,9 @@ dependencies = [
[[package]]
name = "flume"
version = "0.10.12"
version = "0.10.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "843c03199d0c0ca54bc1ea90ac0d507274c28abcc4f691ae8b4eaa375087c76a"
checksum = "1ceeb589a3157cac0ab8cc585feb749bd2cea5cb55a6ee802ad72d9fd38303da"
dependencies = [
"futures-core",
"futures-sink",
@ -1680,7 +1680,7 @@ dependencies = [
"http 0.2.7",
"indexmap",
"slab",
"tokio 1.18.2",
"tokio 1.19.2",
"tokio-util 0.7.1",
"tracing",
]
@ -1932,7 +1932,7 @@ dependencies = [
"itoa 1.0.1",
"pin-project-lite 0.2.9",
"socket2 0.4.4",
"tokio 1.18.2",
"tokio 1.19.2",
"tower-service",
"tracing",
"want 0.3.0",
@ -1973,7 +1973,7 @@ dependencies = [
"bytes 1.1.0",
"hyper 0.14.18",
"native-tls",
"tokio 1.18.2",
"tokio 1.19.2",
"tokio-native-tls",
]
@ -2178,7 +2178,7 @@ dependencies = [
"nom 2.2.1",
"percent-encoding 2.1.0",
"thiserror",
"tokio 1.18.2",
"tokio 1.19.2",
"tokio-native-tls",
"tokio-stream",
"tokio-util 0.7.1",
@ -3271,7 +3271,7 @@ dependencies = [
"serde_json",
"shrinkwraprs",
"syntect",
"tokio 1.18.2",
"tokio 1.19.2",
"tracing",
"url 2.2.2",
]
@ -3889,7 +3889,7 @@ dependencies = [
"serde 1.0.137",
"serde_json",
"serde_urlencoded 0.7.1",
"tokio 1.18.2",
"tokio 1.19.2",
"tokio-native-tls",
"tokio-socks",
"url 2.2.2",
@ -4137,11 +4137,11 @@ dependencies = [
[[package]]
name = "scheduled-thread-pool"
version = "0.2.5"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc6f74fd1204073fa02d5d5d68bec8021be4c38690b61264b2fdb48083d0e7d7"
checksum = "977a7519bff143a44f842fd07e80ad1329295bd71686457f18e496736f4bf9bf"
dependencies = [
"parking_lot 0.11.2",
"parking_lot 0.12.0",
]
[[package]]
@ -4845,9 +4845,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.18.2"
version = "1.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"
checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"
dependencies = [
"bytes 1.1.0",
"libc",
@ -4934,7 +4934,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
dependencies = [
"native-tls",
"tokio 1.18.2",
"tokio 1.19.2",
]
[[package]]
@ -4965,7 +4965,7 @@ dependencies = [
"either 1.6.1",
"futures-util",
"thiserror",
"tokio 1.18.2",
"tokio 1.19.2",
]
[[package]]
@ -4976,7 +4976,7 @@ checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
dependencies = [
"futures-core",
"pin-project-lite 0.2.9",
"tokio 1.18.2",
"tokio 1.19.2",
]
[[package]]
@ -5066,7 +5066,7 @@ dependencies = [
"futures-core",
"futures-sink",
"pin-project-lite 0.2.9",
"tokio 1.18.2",
"tokio 1.19.2",
"tracing",
]
@ -5096,9 +5096,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
[[package]]
name = "tracing"
version = "0.1.34"
version = "0.1.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
dependencies = [
"cfg-if 1.0.0",
"log 0.4.17",
@ -5120,11 +5120,11 @@ dependencies = [
[[package]]
name = "tracing-core"
version = "0.1.26"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
checksum = "7709595b8878a4965ce5e87ebf880a7d39c9afc6837721b21a5a816a8117d921"
dependencies = [
"lazy_static",
"once_cell",
"valuable",
]

@ -18,13 +18,13 @@ num_cpus = "1.10"
rocket = "0.4.11"
rocket_contrib = { version = "0.4.11", features = ["json"] }
rocket_i18n = "0.4.1"
scheduled-thread-pool = "0.2.2"
scheduled-thread-pool = "0.2.6"
serde = "1.0"
serde_json = "1.0.81"
shrinkwraprs = "0.3.0"
validator = { version = "0.15", features = ["derive"] }
webfinger = "0.4.1"
tracing = "0.1.34"
tracing = "0.1.35"
tracing-subscriber = "0.3.10"
riker = "0.4.2"
activitystreams = "0.7.0-alpha.18"

@ -17,13 +17,13 @@ serde_json = "1.0.81"
shrinkwraprs = "0.3.0"
syntect = "4.5.0"
regex-syntax = { version = "0.6.26", default-features = false, features = ["unicode-perl"] }
tracing = "0.1.34"
tracing = "0.1.35"
askama_escape = "0.10.3"
activitystreams = "0.7.0-alpha.18"
activitystreams-ext = "0.1.0-alpha.2"
url = "2.2.2"
flume = "0.10.12"
tokio = { version = "1.18.2", features = ["full"] }
flume = "0.10.13"
tokio = { version = "1.19.2", features = ["full"] }
futures = "0.3.21"
[dependencies.chrono]

@ -16,7 +16,7 @@ openssl = "0.10.40"
rocket = "0.4.11"
rocket_i18n = "0.4.1"
reqwest = "0.11.10"
scheduled-thread-pool = "0.2.2"
scheduled-thread-pool = "0.2.6"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0.81"
@ -29,7 +29,7 @@ shrinkwraprs = "0.3.0"
diesel-derive-newtype = "1.0.0"
glob = "0.3.0"
lindera-tantivy = { version = "0.7.1", optional = true }
tracing = "0.1.34"
tracing = "0.1.35"
riker = "0.4.2"
once_cell = "1.12.0"
lettre = "0.9.6"

Loading…
Cancel
Save