Prepare, configure, and manage Firecracker microVMs in seconds!
virtualization linux microvm firecracker
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: update dependencies in Cargo.toml for reqwest support in utoipa-swagger-ui

+4 -1
+3
Cargo.lock
··· 2427 2427 "base64", 2428 2428 "bytes", 2429 2429 "encoding_rs", 2430 + "futures-channel", 2430 2431 "futures-core", 2432 + "futures-util", 2431 2433 "h2 0.4.12", 2432 2434 "http 1.3.1", 2433 2435 "http-body", ··· 3671 3673 "base64", 3672 3674 "mime_guess", 3673 3675 "regex", 3676 + "reqwest", 3674 3677 "rust-embed", 3675 3678 "serde", 3676 3679 "serde_json",
+1 -1
crates/fire-server/Cargo.toml
··· 15 15 utoipa-actix-web = "0.1.2" 16 16 utoipa-rapidoc = { version = "6.0.0", features = ["actix-web"] } 17 17 utoipa-redoc = { version = "6.0.0", features = ["actix-web"] } 18 - utoipa-swagger-ui = { version = "9", features = ["actix-web"] } 18 + utoipa-swagger-ui = { version = "9", features = ["actix-web", "reqwest"] }