Skip to content
Merged
21 changes: 10 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ path = "tests/fixtures.rs"

[dependencies]
# Multistore
multistore = { version = "0.7.1", features = ["azure", "gcp"] }
multistore-oidc-provider = "0.7.1"
multistore-path-mapping = "0.7.1"
multistore-sts = "0.7.1"
multistore = { version = "0.7.2", features = ["azure", "gcp"] }
multistore-oidc-provider = "0.7.2"
multistore-path-mapping = "0.7.2"
multistore-sts = "0.7.2"

# Serialization
serde = { version = "1", features = ["derive"] }
Expand Down Expand Up @@ -67,7 +67,7 @@ getrandom = { version = "0.4", features = ["wasm_js"] }
# ring is transitive (via object_store); this direct entry only turns the
# feature on for the wasm target.
ring = { version = "0.17", features = ["wasm32_unknown_unknown_js"] }
multistore-cf-workers = { version = "0.7.1", features = ["azure", "gcp"] }
multistore-cf-workers = { version = "0.7.2", features = ["azure", "gcp"] }
# On wasm32-unknown-unknown reqwest selects its browser `fetch` backend by
# target arch (not a cargo feature), so the default TLS/backend features are
# unnecessary here. The `form` feature gates `.form()`, which the STS
Expand All @@ -86,4 +86,3 @@ web-sys = { version = "0.3", features = [
] }
worker = { version = "=0.7.5", features = ["http"] }
worker-macros = { version = "=0.7.5", features = ["http"] }

Loading