This is an automated email from the ASF dual-hosted git repository.
martin-g pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 3273c60 chore(deps): Bump linktime from 0.18.0 to 0.19.0 (#627)
3273c60 is described below
commit 3273c603ded8e5f8a5e15188740455bc60a66232
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 17 09:26:54 2026 +0300
chore(deps): Bump linktime from 0.18.0 to 0.19.0 (#627)
Bumps [linktime](https://github.com/mmastrac/linktime) from 0.18.0 to
0.19.0.
- [Release notes](https://github.com/mmastrac/linktime/releases)
- [Changelog](https://github.com/mmastrac/linktime/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/mmastrac/linktime/compare/linktime-0.18.0...linktime-0.19.0)
---
updated-dependencies:
- dependency-name: linktime
dependency-version: 0.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 20 ++++++++++----------
avro_test_helper/Cargo.toml | 2 +-
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 6c9c0c9..753e166 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -406,9 +406,9 @@ dependencies = [
[[package]]
name = "ctor"
-version = "1.0.8"
+version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fb22e947478ccf9dc44d8922042c677a63fbb88f2cb468521d1145816e5087cb"
+checksum = "914a755b7c2d4af2bdcff7ce1739e2db9a1b81a9b07123d8015786ae03c0980d"
dependencies = [
"linktime-proc-macro",
]
@@ -498,9 +498,9 @@ dependencies = [
[[package]]
name = "dtor"
-version = "1.0.5"
+version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6d738e43aa64edab57c983d56de890d65fea7dc05605490c74451ce721dfd84b"
+checksum = "cd3f6c362b2bbd7063090886afd78978f5dbf1f11da7efcc40f81d32c943fac1"
dependencies = [
"linktime-proc-macro",
]
@@ -762,18 +762,18 @@ checksum =
"b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
[[package]]
name = "link-section"
-version = "0.19.0"
+version = "0.19.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e333fe507b738576d6da5bb3f1a7d7a1c80307ed9ef31624c057d844c19c93e9"
+checksum = "39c29a617ce3df32c08497bdc1ab6e2376e0b17948ac166a2fbe5977c5954cd9"
dependencies = [
"linktime-proc-macro",
]
[[package]]
name = "linktime"
-version = "0.18.0"
+version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "747e3b77d4686c927ec2052a2dcc3943e734a31b279c8f12b4332357ad9be5c8"
+checksum = "e69a9e2780a5e20ee9ef734fa17fa97ad02dd66face418654ede43ff0ade4c09"
dependencies = [
"ctor",
"dtor",
@@ -783,9 +783,9 @@ dependencies = [
[[package]]
name = "linktime-proc-macro"
-version = "0.2.0"
+version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8c7b0a3383c2a1002d11349c92c85a666a5fb679e96c79d782cf0dbe557fd6ee"
+checksum = "7e57c38c1e860fd37c604281cdfb1dd2216977fd76a50f85ba2f388ef3219616"
[[package]]
name = "log"
diff --git a/avro_test_helper/Cargo.toml b/avro_test_helper/Cargo.toml
index b748a24..45b065f 100644
--- a/avro_test_helper/Cargo.toml
+++ b/avro_test_helper/Cargo.toml
@@ -31,7 +31,7 @@ readme = "README.md"
[dependencies]
better-panic = { default-features = false, version = "0.3.0" }
-linktime = { default-features = false, version = "0.18.0", features = ["ctor",
"dtor", "proc_macro"] }
+linktime = { default-features = false, version = "0.19.0", features = ["ctor",
"dtor", "proc_macro"] }
env_logger = { default-features = false, version = "0.11.10" }
log = { workspace = true }