Bump all dependencies except crates-index (#126)

This commit is contained in:
Paolo Barbolini 2021-11-25 10:35:28 +01:00 committed by GitHub
parent 5c82d0f05e
commit f2899ceb81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 265 additions and 260 deletions

515
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -14,19 +14,19 @@ members = [
badge = { path = "./libs/badge" }
anyhow = "1"
cadence = "0.25"
cadence = "0.26"
derive_more = "0.99"
futures = "0.3"
hyper = { version = "0.14.3", features = ["full"] }
hyper = { version = "0.14.10", features = ["full"] }
indexmap = { version = "1", features = ["serde-1"] }
lru_time_cache = "0.11.1"
maud = "0.22.1"
maud = "0.23"
pulldown-cmark = "0.8"
once_cell = "1"
pin-project = "1"
relative-path = { version = "1.3", features = ["serde"] }
route-recognizer = "0.3"
rustsec = "0.24"
rustsec = "0.25"
crates-index = "0.17"
semver = { version = "1.0", features = ["serde"] }
reqwest = { version = "0.11", features = ["json"] }
@ -35,7 +35,7 @@ serde_json = "1"
slog = "2"
slog-async = "2"
slog-term = "2"
tokio = { version = "1.0.1", features = ["full"] }
tokio = { version = "1.14", features = ["full"] }
toml = "0.5"
font-awesome-as-a-crate = "0.1.2"