Skip to content

Commit

Permalink
Bump the patch group in /bundler with 2 updates
Browse files Browse the repository at this point in the history
Bumps the patch group in /bundler with 2 updates: [clap](https://github.com/clap-rs/clap) and [serde_json](https://github.com/serde-rs/json).


Updates `clap` from 4.5.3 to 4.5.4
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.3...v4.5.4)

Updates `serde_json` from 1.0.114 to 1.0.115
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.114...v1.0.115)

---
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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and garryod committed Apr 2, 2024
1 parent e31e1a6 commit aa16b06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions bundler/Cargo.lock

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

4 changes: 2 additions & 2 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.81" }
axum = { version = "0.7.5" }
axum-extra = { version = "0.9.3", features = ["typed-header"] }
clap = { version = "4.5.3", features = ["derive", "env"] }
clap = { version = "4.5.4", features = ["derive", "env"] }
clio = { version = "0.3.5", features = ["clap-parse"] }
derive_more = { version = "0.99.17" }
dotenvy = { version = "0.15.7" }
Expand All @@ -20,7 +20,7 @@ opentelemetry-semantic-conventions = { version = "0.14.0" }
opentelemetry_sdk = { version = "0.22.1", features = ["rt-tokio"] }
schemars = { version = "0.8.16" }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = { version = "1.0.114" }
serde_json = { version = "1.0.115" }
sqlx = { version = "0.7.4", features = [
"runtime-tokio",
"tls-rustls",
Expand Down

0 comments on commit aa16b06

Please sign in to comment.