Skip to content

Commit 48b1e2d

Browse files
chore(deps): update dependency rand to 0.10
1 parent 0d9d69b commit 48b1e2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blueprint/db/Cargo.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test-helpers = ["dep:fake", "dep:rand", "dep:regex"]
1515
anyhow = "1.0"
1616
fake = { version = "4.0", features = ["derive"], optional = true }
1717
{{project-name}}-config = { path = "../config" }
18-
rand = { version = "0.9", optional = true }
18+
rand = { version = "0.10", optional = true }
1919
regex = { version = "1.10", optional = true }
2020
serde = { version = "1.0", features = ["derive"] }
2121
sqlx = { version = "0.8", features = [ "runtime-tokio", "tls-rustls", "postgres", "macros", "uuid", "migrate", "chrono" ] }

0 commit comments

Comments
 (0)