Skip to content

Commit

Permalink
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: [anyhow](https://github.com/dtolnay/anyhow), [serde_json](https://github.com/serde-rs/json) and [built](https://github.com/lukaslueg/built).


Updates `anyhow` from 1.0.89 to 1.0.90
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.89...1.0.90)

Updates `serde_json` from 1.0.128 to 1.0.132
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.128...1.0.132)

Updates `built` from 0.7.4 to 0.7.5
- [Changelog](https://github.com/lukaslueg/built/blob/master/CHANGELOG.md)
- [Commits](lukaslueg/built@0.7.4...0.7.5)

---
updated-dependencies:
- dependency-name: anyhow
  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: built
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and garryod committed Oct 21, 2024
1 parent 2cfc53d commit 913fdd6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.

6 changes: 3 additions & 3 deletions bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = { version = "1.0.89" }
anyhow = { version = "1.0.90" }
axum = { version = "0.7.7" }
axum-extra = { version = "0.9.4", features = ["typed-header"] }
clap = { version = "4.5.20", features = ["derive", "env"] }
Expand All @@ -21,7 +21,7 @@ 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.210", features = ["derive"] }
serde_json = { version = "1.0.128" }
serde_json = { version = "1.0.132" }
sqlx = { version = "0.8.2", features = [
"runtime-tokio",
"tls-rustls",
Expand All @@ -38,4 +38,4 @@ tracing-subscriber = { version = "0.3.18" }
url = { version = "2.5.2" }

[build-dependencies]
built = { version = "0.7.4" }
built = { version = "0.7.5" }

0 comments on commit 913fdd6

Please sign in to comment.