Skip to content

Commit

Permalink
Bump stdext from 0.3.2 to 0.3.3
Browse files Browse the repository at this point in the history
Bumps [stdext](https://github.com/popzxc/stdext-rs) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/popzxc/stdext-rs/releases)
- [Changelog](https://github.com/popzxc/stdext-rs/blob/master/CHANGELOG.md)
- [Commits](popzxc/stdext-rs@v0.3.2...v0.3.3)

---
updated-dependencies:
- dependency-name: stdext
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 2, 2024
1 parent 9a12706 commit d2260be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion odbc-api/Cargo.toml
Expand Up @@ -89,7 +89,7 @@ test-case = "3.3.1"
tempfile = "3.10.1"
criterion = { version = "0.5.1", features = ["html_reports"] }
tokio = { version = "1.37.0", features = ["rt", "macros", "time"] }
stdext = "0.3.2" # Used for function_name macro to generate unique table names for tests
stdext = "0.3.3" # Used for function_name macro to generate unique table names for tests


[[bench]]
Expand Down

0 comments on commit d2260be

Please sign in to comment.