Skip to content

Commit

Permalink
chore(deps): bump the patch group in /bundler with 3 updates
Browse files Browse the repository at this point in the history
Bumps the patch group in /bundler with 3 updates: [clap](https://github.com/clap-rs/clap), [serde_json](https://github.com/serde-rs/json) and [thiserror](https://github.com/dtolnay/thiserror).


Updates `clap` from 4.5.23 to 4.5.26
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.23...clap_complete-v4.5.26)

Updates `serde_json` from 1.0.134 to 1.0.135
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.134...v1.0.135)

Updates `thiserror` from 2.0.9 to 2.0.11
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.9...2.0.11)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 6476615 commit 582be7f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 deletions bundler/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
anyhow = { version = "1.0.95" }
axum = { version = "0.7.9" }
axum-extra = { version = "0.9.4", features = ["typed-header"] }
clap = { version = "4.5.23", features = ["derive", "env"] }
clap = { version = "4.5.26", features = ["derive", "env"] }
clio = { version = "0.3.5", features = ["clap-parse"] }
derive_more = { version = "1.0.0", features = ["deref", "deref_mut", "as_ref"] }
dotenvy = { version = "0.15.7" }
Expand All @@ -21,14 +21,14 @@ opentelemetry-semantic-conventions = { version = "0.15.0" }
opentelemetry_sdk = { version = "0.23.0", features = ["rt-tokio"] }
schemars = { version = "0.8.21" }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = { version = "1.0.134" }
serde_json = { version = "1.0.135" }
sqlx = { version = "0.8.3", features = [
"runtime-tokio",
"tls-rustls",
"mysql",
] }
tar = { version = "0.4.43" }
thiserror = "2.0.9"
thiserror = "2.0.11"
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
tower = { version = "0.5.2" }
tower-http = { version = "0.6.2", features = ["trace"] }
Expand Down

0 comments on commit 582be7f

Please sign in to comment.