Skip to content

Commit

Permalink
Bump stdext from 0.3.1 to 0.3.2
Browse files Browse the repository at this point in the history
Bumps [stdext](https://github.com/popzxc/stdext-rs) from 0.3.1 to 0.3.2.
- [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.1...v0.3.2)

---
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] authored and pacman82 committed Feb 8, 2024
1 parent c596763 commit 83f9753
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.0"
criterion = { version = "0.5.1", features = ["html_reports"] }
tokio = { version = "1.36.0", features = ["rt", "macros", "time"] }
stdext = "0.3.1" # Used for function_name macro to generate unique table names for tests
stdext = "0.3.2" # Used for function_name macro to generate unique table names for tests


[[bench]]
Expand Down

0 comments on commit 83f9753

Please sign in to comment.