Skip to content

Commit 7d20938

Browse files
authored
align sqlx-core and sqlx-macros-core on workspace sha2 0.11 (#4301)
1 parent 3c56a5a commit 7d20938

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sqlx-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ percent-encoding = "2.3.0"
9191
serde = { version = "1.0.219", features = ["derive", "rc"], optional = true }
9292
serde_json = { version = "1.0.142", features = ["raw_value"], optional = true }
9393
toml = { version = "0.8.16", optional = true }
94-
sha2 = { version = "0.10.0", default-features = false, optional = true }
94+
sha2 = { workspace = true, optional = true }
9595
#sqlformat = "0.2.0"
9696
tokio-stream = { version = "0.1.8", features = ["fs"], optional = true }
9797
tracing = { version = "0.1.37", features = ["log"] }

sqlx-macros-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ either = "1.6.1"
7575
proc-macro2 = { version = "1.0.83", default-features = false }
7676
serde = { version = "1.0.219", features = ["derive"] }
7777
serde_json = { version = "1.0.142" }
78-
sha2 = { version = "0.10.0" }
78+
sha2 = { workspace = true }
7979
syn = { version = "2.0.87", default-features = false, features = ["full", "derive", "parsing", "printing", "clone-impls"] }
8080
quote = { version = "1.0.35", default-features = false }
8181
url = { version = "2.2.2" }

0 commit comments

Comments
 (0)