cargo: bump dependencies (#204)

This commit is contained in:
Paolo Barbolini 2023-10-08 11:13:30 +02:00 committed by GitHub
parent fef732b319
commit e63afb0582
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1173 additions and 495 deletions

1664
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -28,7 +28,7 @@ pulldown-cmark = "0.9"
relative-path = { version = "1.3", features = ["serde"] }
reqwest = { version = "0.11", features = ["json"] }
route-recognizer = "0.3"
rustsec = "0.27"
rustsec = "0.28"
semver = { version = "1.0", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
@ -37,7 +37,7 @@ slog = "2"
slog-async = "2"
slog-term = "2"
tokio = { version = "1.24.2", features = ["rt-multi-thread", "macros", "sync", "time"] }
toml = "0.7"
toml = "0.8"
[build-dependencies]
sass-rs = "0.2"