summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDany Marcoux <dmarcoux@posteo.de>2020-08-03 22:16:14 +0200
committerDany Marcoux <dmarcoux@posteo.de>2020-08-03 22:17:32 +0200
commit1cc40bc9ce95c23d56f6d91fa1c4deb646231fef (patch)
tree2a4460b52f9bb1891294b02e8360ba83698d9bef /Cargo.lock
parent38a615f407f439158dccc0cb20d36ee70fe33c27 (diff)
fix: Update rustlings version in Cargo.lock
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 52c8ed4..732a4b5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -592,7 +592,7 @@ dependencies = [
[[package]]
name = "rustlings"
-version = "3.0.0"
+version = "4.0.0"
dependencies = [
"assert_cmd 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",