mirror of
https://github.com/amigan/rustypaste-pretty.git
synced 2024-11-21 20:09:48 -05:00
chore(deps): upgrade dependencies
This commit is contained in:
parent
e82914f0f1
commit
240907c53a
2 changed files with 281 additions and 276 deletions
529
Cargo.lock
generated
529
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
28
Cargo.toml
28
Cargo.toml
|
@ -13,43 +13,43 @@ categories = ["web-programming::http-server"]
|
||||||
include = ["src/**/*", "Cargo.*", "LICENSE", "README.md", "CHANGELOG.md"]
|
include = ["src/**/*", "Cargo.*", "LICENSE", "README.md", "CHANGELOG.md"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = { version = "4.2.1", features = ["rustls"] }
|
actix-web = { version = "4.3.0", features = ["rustls"] }
|
||||||
actix-multipart = "0.4.0"
|
actix-multipart = "0.5.0"
|
||||||
actix-files = "0.6.2"
|
actix-files = "0.6.2"
|
||||||
awc = { version = "3.0.1", features = ["rustls"] }
|
awc = { version = "3.1.0", features = ["rustls"] }
|
||||||
env_logger = "0.9.1"
|
env_logger = "0.10.0"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
serde = "1.0.145"
|
serde = "1.0.152"
|
||||||
futures-util = "0.3.24"
|
futures-util = "0.3.26"
|
||||||
petname = { version = "1.1.2", default-features = false, features = ["std_rng", "default_dictionary"] }
|
petname = { version = "1.1.3", default-features = false, features = ["std_rng", "default_dictionary"] }
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
dotenvy = "0.15.5"
|
dotenvy = "0.15.6"
|
||||||
url = "2.3.1"
|
url = "2.3.1"
|
||||||
mime = "0.3.16"
|
mime = "0.3.16"
|
||||||
regex = "1.6.0"
|
regex = "1.6.0"
|
||||||
serde_regex = "1.1.0"
|
serde_regex = "1.1.0"
|
||||||
lazy-regex = "2.3.0"
|
lazy-regex = "2.4.1"
|
||||||
humantime = "2.1.0"
|
humantime = "2.1.0"
|
||||||
humantime-serde = "1.1.1"
|
humantime-serde = "1.1.1"
|
||||||
glob = "0.3.0"
|
glob = "0.3.1"
|
||||||
ring = "0.16.20"
|
ring = "0.16.20"
|
||||||
hotwatch = "0.4.5"
|
hotwatch = "0.4.5"
|
||||||
|
|
||||||
[dependencies.config]
|
[dependencies.config]
|
||||||
version = "0.13.2"
|
version = "0.13.3"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["toml", "yaml"]
|
features = ["toml", "yaml"]
|
||||||
|
|
||||||
[dependencies.byte-unit]
|
[dependencies.byte-unit]
|
||||||
version = "4.0.14"
|
version = "4.0.18"
|
||||||
features = ["serde"]
|
features = ["serde"]
|
||||||
|
|
||||||
[dependencies.infer]
|
[dependencies.infer]
|
||||||
version = "0.9.0"
|
version = "0.12.0"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
actix-rt = "2.7.0"
|
actix-rt = "2.8.0"
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
opt-level = 0
|
opt-level = 0
|
||||||
|
|
Loading…
Reference in a new issue