diff options
-rw-r--r-- | askama_escape/Cargo.toml | 2 | ||||
-rw-r--r-- | testing/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/askama_escape/Cargo.toml b/askama_escape/Cargo.toml index 324d945..6de179e 100644 --- a/askama_escape/Cargo.toml +++ b/askama_escape/Cargo.toml @@ -17,7 +17,7 @@ maintenance = { status = "actively-developed" } travis-ci = { repository = "djc/askama" } [dev-dependencies] -criterion = "0.2" +criterion = "0.3" [[bench]] name = "all" diff --git a/testing/Cargo.toml b/testing/Cargo.toml index b5a8e99..73e0a8a 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -26,7 +26,7 @@ mime = { version = "0.3", optional = true } hyper = { version = "0.12", optional = true } [dev-dependencies] -criterion = "0.2" +criterion = "0.3" [[bench]] name = "all" |