Skip to content

Commit

Permalink
chore(deps): update dependency rand to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent 9902736 commit cdffb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprint/db/Cargo.toml.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test-helpers = ["dep:fake", "dep:rand", "dep:regex"]
anyhow = "1.0"
fake = { version = "3.0", features = ["derive"], optional = true }
{{project-name}}-config = { path = "../config" }
rand = { version = "0.8", optional = true }
rand = { version = "0.9", optional = true }
regex = { version = "1.10", optional = true }
serde = { version = "1.0", features = ["derive"] }
sqlx = { version = "0.8", features = [ "runtime-tokio", "tls-rustls", "postgres", "macros", "uuid", "migrate", "chrono" ] }
Expand Down

0 comments on commit cdffb45

Please sign in to comment.