diff --git a/hello-world/Cargo.toml b/hello-world/Cargo.toml index 172efb5..d14ad2d 100644 --- a/hello-world/Cargo.toml +++ b/hello-world/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cursive = "0.20.0" +cursive = "0.21.1" diff --git a/tutorial_one/Cargo.toml b/tutorial_one/Cargo.toml index 1d96c16..9fd3d86 100644 --- a/tutorial_one/Cargo.toml +++ b/tutorial_one/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cursive = "0.20.0" +cursive = "0.21.1" diff --git a/tutorial_three/Cargo.toml b/tutorial_three/Cargo.toml index 585fe9a..ff9f446 100644 --- a/tutorial_three/Cargo.toml +++ b/tutorial_three/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cursive = "0.20.0" +cursive = "0.21.1" diff --git a/tutorial_two/Cargo.toml b/tutorial_two/Cargo.toml index 6655658..dda2f7a 100644 --- a/tutorial_two/Cargo.toml +++ b/tutorial_two/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cursive = "0.20.0" +cursive = "0.21.1"