Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [nom](https://github.com/rust-bakery/nom), [numeric_cast](https://github.com/Nugine/numeric_cast), [colored](https://github.com/mackwic/colored) and [const-str](https://github.com/Nugine/const-str) to permit the latest version.

Updates `nom` to 8.0.0
- [Changelog](https://github.com/rust-bakery/nom/blob/main/CHANGELOG.md)
- [Commits](rust-bakery/nom@7.1.3...8.0.0)

Updates `numeric_cast` to 0.3.0
- [Release notes](https://github.com/Nugine/numeric_cast/releases)
- [Commits](Nugine/numeric_cast@v0.2.1...v0.3.0)

Updates `colored` to 3.0.0
- [Release notes](https://github.com/mackwic/colored/releases)
- [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md)
- [Commits](colored-rs/colored@v2.1.0...v3.0.0)

Updates `const-str` to 0.6.1
- [Release notes](https://github.com/Nugine/const-str/releases)
- [Commits](Nugine/const-str@v0.5.7...v0.6.1)

---
updated-dependencies:
- dependency-name: nom
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: numeric_cast
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: colored
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: const-str
  dependency-type: direct:production
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 1f93200 commit dcdb303
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ codegen-writer = "0.2.0"
heck = "0.5.0"
nugine-rust-utils = "0.3.1"
std-next = "0.1.1"
numeric_cast = "0.2.1"
numeric_cast = "0.3.0"
regex = "1.11.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = { version = "1.0.128", features = ["preserve_order"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/s3s-fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ hyper-util = { version = "0.1.9", optional = true, features = [
md-5 = "0.10.6"
mime = "0.3.17"
std-next = "0.1.1"
numeric_cast = "0.2.1"
numeric_cast = "0.3.0"
path-absolutize = "3.1.1"
s3s = { version = "0.11.0-dev", path = "../s3s" }
serde_json = "1.0.128"
Expand Down
4 changes: 2 additions & 2 deletions crates/s3s-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ clap = { version = "4.5.20", features = ["derive"] }
dotenvy = "0.15.7"
serde_json = "1.0.128"
indexmap = "2.6.0"
colored = "2.1.0"
colored = "3.0.0"
regex = "1.11.0"
nugine-rust-utils = "0.3.1"
backtrace = "0.3.74"
const-str = { version = "0.5.7", features = ["std", "proc"] }
const-str = { version = "0.6.1", features = ["std", "proc"] }
4 changes: 2 additions & 2 deletions crates/s3s/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ hyper = { version = "1.4.1", features = ["http1", "server"] }
itoa = "1.0.11"
memchr = "2.7.4"
mime = "0.3.17"
nom = "7.1.3"
nom = "8.0.0"
nugine-rust-utils = "0.3.1"
numeric_cast = "0.2.1"
numeric_cast = "0.3.0"
pin-project-lite = "0.2.14"
quick-xml = { version = "0.37.0", features = ["serialize"] }
serde = { version = "1.0.210", features = ["derive"] }
Expand Down

0 comments on commit dcdb303

Please sign in to comment.