update fastrand, change version

This commit is contained in:
yggverse 2026-04-07 19:26:39 +03:00
parent af874ea32b
commit 0afba8de2a
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -451,9 +451,9 @@ dependencies = [
[[package]] [[package]]
name = "fastrand" name = "fastrand"
version = "2.4.0" version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a043dc74da1e37d6afe657061213aa6f425f855399a11d3463c6ecccc4dfda1f" checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
[[package]] [[package]]
name = "find-msvc-tools" name = "find-msvc-tools"
@ -2458,7 +2458,7 @@ dependencies = [
[[package]] [[package]]
name = "ytd" name = "ytd"
version = "0.3.0" version = "0.3.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"chrono", "chrono",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "ytd" name = "ytd"
version = "0.3.0" version = "0.3.1"
edition = "2024" edition = "2024"
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"