Unverified Commit 18c168ae authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

build(deps): bump const-str in the dependencies group (#447)

Bumps the dependencies group with 1 update: [const-str](https://github.com/Nugine/const-str).


Updates `const-str` from 0.7.1 to 1.0.0
- [Release notes](https://github.com/Nugine/const-str/releases)
- [Commits](https://github.com/Nugine/const-str/compare/v0.7.1...v1.0.0

)

---
updated-dependencies:
- dependency-name: const-str
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 336ed86c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -880,18 +880,18 @@ dependencies = [

[[package]]
name = "const-str"
version = "0.7.1"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0664d2867b4a32697dfe655557f5c3b187e9b605b38612a748e5ec99811d160"
checksum = "93e19f68b180ebff43d6d42005c4b5f046c65fcac28369ba8b3beaad633f9ec0"
dependencies = [
 "const-str-proc-macro",
]

[[package]]
name = "const-str-proc-macro"
version = "0.7.1"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c25c2a02ba19f2d4fd9f54d5f239f97c867deb7397763a9771edab63c44a4fa"
checksum = "1d3e0f24ee268386bd3ab4e04fc60df9a818ad801b5ffe592f388a6acc5053fb"
dependencies = [
 "proc-macro2",
 "quote",
+1 −1
Original line number Diff line number Diff line
@@ -25,4 +25,4 @@ indexmap = "2.12.1"
colored = "3.0.0"
regex = "1.12.2"
backtrace = "0.3.76"
const-str = { version = "0.7.1", features = ["std", "proc"] }
const-str = { version = "1.0.0", features = ["std", "proc"] }
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ zeroize = "1.8.2"
std-next = "0.1.9"
sync_wrapper = { version = "1.0.2", default-features = false }
tokio = { version = "1.48.0", features = ["time"] }
const-str = "0.7.1"
const-str = "1.0.0"
http = "1.4.0"
subtle = "2.6.1"
cfg-if = "1.0.4"