diff --git a/examples/diesel_mysql/Cargo.toml b/examples/diesel_mysql/Cargo.toml index 767e9f901..2c846cba7 100644 --- a/examples/diesel_mysql/Cargo.toml +++ b/examples/diesel_mysql/Cargo.toml @@ -22,7 +22,7 @@ sea-query-diesel = { path = "../../sea-query-diesel", features = [ ] } [patch.crates-io] -diesel = { git = "https://github.com/caido/dependency-diesel", branch = "fix/expose-push-bind-value" } +diesel = { git = "https://github.com/diesel-rs/diesel", rev = "860e2ffff4c4fb8cf981dcb9fe5884baf0fa824e" } # NOTE: if you are copying this example into your own project, use the following line instead: # sea-query = { version = "0"} diff --git a/examples/diesel_postgres/Cargo.toml b/examples/diesel_postgres/Cargo.toml index 6783d3626..d89bd85a3 100644 --- a/examples/diesel_postgres/Cargo.toml +++ b/examples/diesel_postgres/Cargo.toml @@ -31,7 +31,7 @@ sea-query-diesel = { path = "../../sea-query-diesel", features = [ ] } [patch.crates-io] -diesel = { git = "https://github.com/caido/dependency-diesel", branch = "fix/expose-push-bind-value" } +diesel = { git = "https://github.com/diesel-rs/diesel", rev = "860e2ffff4c4fb8cf981dcb9fe5884baf0fa824e" } # NOTE: if you are copying this example into your own project, use the following line instead: # sea-query = { version = "0"} diff --git a/examples/diesel_sqlite/Cargo.toml b/examples/diesel_sqlite/Cargo.toml index 5cda05549..e66db667a 100644 --- a/examples/diesel_sqlite/Cargo.toml +++ b/examples/diesel_sqlite/Cargo.toml @@ -22,7 +22,7 @@ sea-query-diesel = { path = "../../sea-query-diesel", features = [ ] } [patch.crates-io] -diesel = { git = "https://github.com/caido/dependency-diesel", branch = "fix/expose-push-bind-value" } +diesel = { git = "https://github.com/diesel-rs/diesel", rev = "860e2ffff4c4fb8cf981dcb9fe5884baf0fa824e" } # NOTE: if you are copying this example into your own project, use the following line instead: # sea-query = { version = "0"} diff --git a/sea-query-diesel/Cargo.toml b/sea-query-diesel/Cargo.toml index a89479d46..5cfc4ef28 100644 --- a/sea-query-diesel/Cargo.toml +++ b/sea-query-diesel/Cargo.toml @@ -66,4 +66,4 @@ with-mac_address = ["sea-query/with-mac_address", "mac_address"] postgres-array = ["sea-query/postgres-array"] [patch.crates-io] -diesel = { git = "https://github.com/caido/dependency-diesel", branch = "fix/expose-push-bind-value" } +diesel = { git = "https://github.com/diesel-rs/diesel", rev = "860e2ffff4c4fb8cf981dcb9fe5884baf0fa824e" }