diff --git a/Cargo.lock b/Cargo.lock index dc511ce11..f39c9e154 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2214,8 +2214,8 @@ dependencies = [ [[package]] name = "fsrs" -version = "5.0.1" -source = "git+https://github.com/open-spaced-repetition/fsrs-rs.git?branch=Feat/estimate-workload-for-cards#03e83fa66d86a4f60a2bb2e920b9c5cae9106b9d" +version = "5.1.0" +source = "git+https://github.com/open-spaced-repetition/fsrs-rs.git?branch=Feat/estimate-workload-for-cards#e070c8870f27357f3deaa8b643933b5b3e7a2938" dependencies = [ "burn", "itertools 0.14.0", diff --git a/cargo/licenses.json b/cargo/licenses.json index e7b61a5fe..92713c098 100644 --- a/cargo/licenses.json +++ b/cargo/licenses.json @@ -1450,7 +1450,7 @@ }, { "name": "fsrs", - "version": "5.0.0", + "version": "5.1.0", "authors": "Open Spaced Repetition", "repository": "https://github.com/open-spaced-repetition/fsrs-rs", "license": "BSD-3-Clause", @@ -3322,7 +3322,7 @@ }, { "name": "rand", - "version": "0.9.1", + "version": "0.9.2", "authors": "The Rand Project Developers|The Rust Project Developers", "repository": "https://github.com/rust-random/rand", "license": "Apache-2.0 OR MIT", @@ -4132,7 +4132,7 @@ }, { "name": "strum", - "version": "0.27.1", + "version": "0.27.2", "authors": "Peter Glotfelty ", "repository": "https://github.com/Peternator7/strum", "license": "MIT",