Skip to content

Commit 0426b62

Browse files
jschwesylvestre
authored andcommitted
Fix rouille to 3.4
3.5 requires a bump in MSRV (but fixes RUSTSEC-2021-0131, so we probably should update soon anyway) Signed-off-by: Jonathan Schwender <[email protected]>
1 parent 46c721f commit 0426b62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ zstd = "0.6"
8888
crossbeam-utils = { version = "0.8", optional = true }
8989
libmount = { version = "0.1.10", optional = true }
9090
nix = { version = "0.23.1", optional = true }
91-
rouille = { version = "3", optional = true, default-features = false, features = ["ssl"] }
91+
rouille = { version = "~3.4", optional = true, default-features = false, features = ["ssl"] }
9292
syslog = { version = "5", optional = true }
9393
void = { version = "1", optional = true }
9494
version-compare = { version = "0.1.0", optional = true }

0 commit comments

Comments
 (0)