Update dependencies

main
trivernis 1 year ago
parent 988f012a3e
commit d12326d87c
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

876
Cargo.lock generated

File diff suppressed because it is too large Load Diff

@ -15,19 +15,19 @@ pixiv-rs = "0.1.0"
hydrus-api = { version = "0.9.3", default-features = false, features = ["cbor"] } hydrus-api = { version = "0.9.3", default-features = false, features = ["cbor"] }
rustnao = "0.2.1" rustnao = "0.2.1"
tempdir = "0.3.7" tempdir = "0.3.7"
thiserror = "1.0.32" thiserror = "1.0.38"
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] } tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
tracing = "0.1.36" tracing = "0.1.37"
clap = { version = "3.2.17", features = ["derive", "env"] } clap = { version = "4.1.6", features = ["derive", "env"] }
serde = { version = "1.0.143", features = ["derive"] } serde = { version = "1.0.152", features = ["derive"] }
reqwest = { version = "0.11.11", features = ["json"] } reqwest = { version = "0.11.14", features = ["json"] }
serde_json = "1.0.83" serde_json = "1.0.93"
config = "0.13.2" config = "0.13.3"
directories = "4.0.1" directories = "4.0.1"
color-eyre = "0.6.2" color-eyre = "0.6.2"
egg-mode = "0.16.0" egg-mode = "0.16.1"
lazy-regex = "2.3.0" lazy-regex = "2.4.1"
[dependencies.tokio] [dependencies.tokio]
version = "1.20.1" version = "1.25.0"
features = ["macros", "rt", "time", "fs"] features = ["macros", "rt", "time", "fs"]

Loading…
Cancel
Save