Skip to content

Commit b6a8889

Browse files
deps: bump compact_str from 0.8.1 to 0.9.0
Bumps [compact_str](https://github.com/ParkMyCar/compact_str) from 0.8.1 to 0.9.0. - [Changelog](https://github.com/ParkMyCar/compact_str/blob/main/CHANGELOG.md) - [Commits](ParkMyCar/compact_str@v0.8.1...v0.9.0) --- updated-dependencies: - dependency-name: compact_str dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a9da3ce commit b6a8889

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ orion-xds = { path = "orion-xds" }
4343
abort-on-drop = "0.2"
4444
bounded-integer = "0.5.8"
4545
bytes = "1"
46-
compact_str = { version = "0.8.0", features = ["serde"] }
46+
compact_str = { version = "0.9.0", features = ["serde"] }
4747
exponential-backoff = "1.2.0"
4848
futures = "0.3"
4949
http = "1.0"

orion-format/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ thiserror.workspace = true
1717
ahash = "0.8.11"
1818
bitflags = { version = "2.9.0", features = ["serde"] }
1919
chrono = "0.4.40"
20-
compact_str = "0.8.0"
20+
compact_str = "0.9.0"
2121
criterion = "0.5.1"
2222
dhat = "0.3.3"
2323
http-serde-ext = "1.0.2"

0 commit comments

Comments
 (0)