Skip to content

Commit a6a6f2b

Browse files
committed
Update mysql-async
Signed-off-by: Ryan Levick <[email protected]>
1 parent 9b22144 commit a6a6f2b

File tree

2 files changed

+13
-64
lines changed

2 files changed

+13
-64
lines changed

Cargo.lock

Lines changed: 12 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/factor-outbound-mysql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doctest = false
1010
[dependencies]
1111
anyhow = { workspace = true }
1212
# Removing default features for mysql_async to remove flate2/zlib feature
13-
mysql_async = { version = "0.34", default-features = false, features = [
13+
mysql_async = { version = "0.35", default-features = false, features = [
1414
"native-tls-tls",
1515
] }
1616
spin-core = { path = "../core" }

0 commit comments

Comments
 (0)