Skip to content

Commit

Permalink
deps: get back on mainline mysql_common
Browse files Browse the repository at this point in the history
Now that blackbeam/rust_mysql_common#71 has made it into a release,
we no longer need to depend on Git `main`.
  • Loading branch information
benesch committed Dec 11, 2022
1 parent 50bc993 commit 8e87623
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Expand Up @@ -110,7 +110,6 @@ csv = { git = "https://github.com/BurntSushi/rust-csv.git" }
csv-core = { git = "https://github.com/BurntSushi/rust-csv.git" }
hashbrown = { git = "https://github.com/MaterializeInc/hashbrown.git" }
postgres-protocol = { git = "https://github.com/MaterializeInc/rust-postgres" }
mysql_common = { git = "https://github.com/blackbeam/rust_mysql_common.git" }
tokio-postgres = { git = "https://github.com/MaterializeInc/rust-postgres" }
tungstenite = { git = "https://github.com/snapview/tungstenite-rs.git" }
serde-value = { git = "https://github.com/MaterializeInc/serde-value.git" }
Expand Down
4 changes: 0 additions & 4 deletions deny.toml
Expand Up @@ -173,10 +173,6 @@ allow-git = [
# Waiting on https://github.com/MaterializeInc/serde-value/pull/35.
"https://github.com/MaterializeInc/serde-value.git",

# Waiting on https://github.com/blackbeam/rust_mysql_common/pull/71 to make
# it into a release.
"https://github.com/blackbeam/rust_mysql_common.git",

# Waiting on https://github.com/snapview/tungstenite-rs/pull/299 to make
# it into a release.
"https://github.com/snapview/tungstenite-rs.git",
Expand Down

0 comments on commit 8e87623

Please sign in to comment.