Skip to content

Fetch can't decompress brotli response #13531

Answered by FabianLars
petrvecera asked this question in Q&A
Discussion options

You must be logged in to vote

Tauri itself depends on reqwest 0.11 == it has it in its own cargo.toml file.

0.11 vs 0.12 are like 1.0 vs 2.0 so not semver compatible (in other words, they count as completely different packages) which means that cargo will not combine them.

Tauri doesn't "lock" any of its dependencies outside of this semver behavior.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@FabianLars
Comment options

@petrvecera
Comment options

@FabianLars
Comment options

Answer selected by petrvecera
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants