Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
6d5c9de7dc build(deps): bump const_format from 0.2.34 to 0.2.35 in /src/agent
Bumps [const_format](https://github.com/rodrimati1992/const_format_crates) from 0.2.34 to 0.2.35.
- [Release notes](https://github.com/rodrimati1992/const_format_crates/releases)
- [Changelog](https://github.com/rodrimati1992/const_format_crates/blob/master/Changelog.md)
- [Commits](https://github.com/rodrimati1992/const_format_crates/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-11 16:04:24 +00:00
2 changed files with 3 additions and 3 deletions

4
src/agent/Cargo.lock generated
View File

@@ -754,9 +754,9 @@ dependencies = [
[[package]]
name = "const_format"
version = "0.2.34"
version = "0.2.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd"
checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
dependencies = [
"const_format_proc_macros",
]

View File

@@ -27,7 +27,7 @@ regex = "1.10.5"
serial_test = "0.10.0"
url = "2.5.0"
derivative = "2.2.0"
const_format = "0.2.30"
const_format = "0.2.35"
# Async helpers
async-trait = "0.1.50"