Skip to content

Commit

Permalink
Bump ctor from 0.2.5 to 0.2.6 in /lang/rust (#2636)
Browse files Browse the repository at this point in the history
Bumps [ctor](https://github.com/mmastrac/rust-ctor) from 0.2.5 to 0.2.6.
- [Commits](https://github.com/mmastrac/rust-ctor/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 236f93c commit e0926ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lang/rust/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 lang/rust/avro_test_helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ readme = "README.md"
[dependencies]
anyhow = { default-features = false, version = "1.0.75", features = ["std"] }
better-panic = { default-features = false, version = "0.3.0" }
ctor = { default-features = false, version = "0.2.5" }
ctor = { default-features = false, version = "0.2.6" }
env_logger = { default-features = false, version = "0.10.1" }
log = { workspace = true }
ref_thread_local = { default-features = false, version = "0.1.1" }

0 comments on commit e0926ee

Please sign in to comment.