cargo upgrade --incompatible

This commit is contained in:
Bryan Stitt 2023-05-11 13:25:55 -07:00
parent d67d623216
commit 2a242fe37f
8 changed files with 286 additions and 308 deletions

534
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -7,8 +7,8 @@ edition = "2021"
[dependencies]
redis-rate-limiter = { path = "../redis-rate-limiter" }
anyhow = "1.0.70"
anyhow = "1.0.71"
hashbrown = "0.13.2"
log = "0.4.17"
moka = { version = "0.10.2", default-features = false, features = ["future"] }
tokio = "1.27.0"
moka = { version = "0.11.0", default-features = false, features = ["future"] }
tokio = "1.28.1"

View File

@ -10,8 +10,8 @@ path = "src/mod.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sea-orm = "0.11.2"
serde = "1.0.160"
uuid = "1.3.1"
ethers = "2.0.3"
sea-orm = "0.11.3"
serde = "1.0.163"
uuid = "1.3.2"
ethers = "2.0.4"
ulid = "1.0.0"

View File

@ -8,8 +8,8 @@ edition = "2021"
[dependencies]
ewma = "0.1.1"
log = "0.4.17"
serde = { version = "1.0.159", features = [] }
tokio = { version = "1.27.0", features = ["full"] }
serde = { version = "1.0.163", features = [] }
tokio = { version = "1.28.1", features = ["full"] }
[dev-dependencies]
tokio = { version = "1.27.0", features = ["full", "test-util"] }
tokio = { version = "1.28.1", features = ["full", "test-util"] }

View File

@ -9,10 +9,10 @@ name = "migration"
path = "src/lib.rs"
[dependencies]
tokio = { version = "1.27.0", features = ["full", "tracing"] }
tokio = { version = "1.28.1", features = ["full", "tracing"] }
[dependencies.sea-orm-migration]
version = "0.11.2"
version = "0.11.3"
features = [
# Enable at least one `ASYNC_RUNTIME` and `DATABASE_DRIVER` feature if you want to run migration via CLI.
# View the list of supported features at https://www.sea-ql.org/SeaORM/docs/install-and-config/database-and-async-runtime.

View File

@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
flume = "0.10.14"
tokio = { version = "1.27.0", features = ["time"] }
tokio = { version = "1.28.1", features = ["time"] }

View File

@ -5,7 +5,7 @@ authors = ["Bryan Stitt <bryan@stitthappens.com>"]
edition = "2021"
[dependencies]
anyhow = "1.0.70"
anyhow = "1.0.71"
chrono = "0.4.24"
deadpool-redis = { version = "0.11.1", features = ["rt_tokio_1", "serde"] }
tokio = "1.27.0"
deadpool-redis = { version = "0.12.0", features = ["rt_tokio_1", "serde"] }
tokio = "1.28.1"

View File

@ -26,10 +26,10 @@ thread-fast-rng = { path = "../thread-fast-rng" }
# TODO: import chrono from sea-orm so we always have the same version
# TODO: make sure this time version matches siwe. PR to put this in their prelude
anyhow = { version = "1.0.70", features = ["backtrace"] }
anyhow = { version = "1.0.71", features = ["backtrace"] }
argh = "0.1.10"
axum = { version = "0.6.16", features = ["headers", "ws"] }
axum-client-ip = "0.4.0"
axum = { version = "0.6.18", features = ["headers", "ws"] }
axum-client-ip = "0.4.1"
axum-macros = "0.3.7"
chrono = "0.4.24"
console-subscriber = { version = "*", optional = true }
@ -37,14 +37,14 @@ counter = "0.5.7"
derive_more = "0.99.17"
dotenv = "0.15.0"
env_logger = "0.10.0"
ethers = { version = "2.0.3", default-features = false, features = ["rustls", "ws"] }
ethers = { version = "2.0.4", default-features = false, features = ["rustls", "ws"] }
fdlimit = "0.2.1"
flume = "0.10.14"
fstrings = "0.2"
futures = { version = "0.3.28", features = ["thread-pool"] }
gethostname = "0.4.2"
glob = "0.3.1"
handlebars = "4.3.6"
handlebars = "4.3.7"
hashbrown = { version = "0.13.2", features = ["serde"] }
hdrhistogram = "7.5.2"
http = "0.2.9"
@ -54,33 +54,33 @@ hostname = "0.3.1"
ipnet = "2.7.2"
itertools = "0.10.5"
log = "0.4.17"
moka = { version = "0.10.2", default-features = false, features = ["future"] }
moka = { version = "0.11.0", default-features = false, features = ["future"] }
num = "0.4.0"
num-traits = "0.2.15"
once_cell = { version = "1.17.1" }
ordered-float = "3.6.0"
ordered-float = "3.7.0"
pagerduty-rs = { version = "0.1.6", default-features = false, features = ["async", "rustls", "sync"] }
parking_lot = { version = "0.12.1", features = ["arc_lock"] }
prettytable = "*"
proctitle = "0.1.1"
rdkafka = { version = "0.29.0" }
regex = "1.7.3"
reqwest = { version = "0.11.16", default-features = false, features = ["json", "tokio-rustls"] }
regex = "1.8.1"
reqwest = { version = "0.11.17", default-features = false, features = ["json", "tokio-rustls"] }
rmp-serde = "1.1.1"
rustc-hash = "1.1.0"
sentry = { version = "0.31.0", default-features = false, features = ["backtrace", "contexts", "panic", "anyhow", "reqwest", "rustls", "log", "sentry-log"] }
serde = { version = "1.0.160", features = [] }
serde = { version = "1.0.163", features = [] }
serde_json = { version = "1.0.96", default-features = false, features = ["alloc", "raw_value"] }
serde_prometheus = "0.2.2"
siwe = "0.5.0"
time = "0.3.20"
tokio = { version = "1.27.0", features = ["full"] }
time = "0.3.21"
tokio = { version = "1.28.1", features = ["full"] }
tokio-console = { version = "*", optional = true }
tokio-stream = { version = "0.1.12", features = ["sync"] }
tokio-stream = { version = "0.1.14", features = ["sync"] }
tokio-uring = { version = "0.4.0", optional = true }
toml = "0.7.3"
tower = "0.4.13"
tower-http = { version = "0.4.0", features = ["cors", "sensitive-headers"] }
ulid = { version = "1.0.0", features = ["serde"] }
url = "2.3.1"
uuid = "1.3.1"
uuid = "1.3.2"