Skip to content

Commit d61dd60

Browse files
Update mysql_async requirement from 0.35 to 0.36 in /reference-apps/rust
Updates the requirements on [mysql_async](https://github.com/blackbeam/mysql_async) to permit the latest version. - [Release notes](https://github.com/blackbeam/mysql_async/releases) - [Commits](blackbeam/mysql_async@v0.35.0...v0.36.1) --- updated-dependencies: - dependency-name: mysql_async dependency-version: 0.36.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a91f5a9 commit d61dd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference-apps/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ chrono = { version = "=0.4.42" }
1414
log = "0.4"
1515
env_logger = "=0.11.8"
1616
tokio-postgres = "0.7"
17-
mysql_async = "0.35"
17+
mysql_async = "0.36"
1818
mongodb = "3.1"
1919
redis = { version = "0.27", features = ["tokio-comp", "cluster-async"] }
2020
lapin = "2.3"

0 commit comments

Comments
 (0)