add glob to workspace dependencies

This commit is contained in:
Mark Sinclair
2025-11-12 11:15:04 +00:00
parent c9676de462
commit f53ac2b08f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -266,6 +266,7 @@ futures = "0.3.31"
futures-util = "0.3"
generic-array = "0.14.7"
getrandom = "0.2.10"
glob = "0.3"
handlebars = "3.5.5"
hex = "0.4.3"
hickory-resolver = "0.25"
+1 -1
View File
@@ -46,6 +46,6 @@ utoipauto = { workspace = true }
[build-dependencies]
anyhow = { workspace = true }
glob = "0.3.3"
glob = { workspace = true }
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
sqlx = { workspace = true, features = ["runtime-tokio-rustls", "postgres"] }