Skip to content

Commit 8e0645a

Browse files
chore(deps): bump the patch group across 1 directory with 8 updates
Bumps the patch group with 8 updates in the /bundler directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.95` | `1.0.98` | | [clap](https://github.com/clap-rs/clap) | `4.5.28` | `4.5.37` | | [schemars](https://github.com/GREsau/schemars) | `0.8.21` | `0.8.22` | | [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.219` | | [serde_json](https://github.com/serde-rs/json) | `1.0.138` | `1.0.140` | | [sqlx](https://github.com/launchbadge/sqlx) | `0.8.3` | `0.8.5` | | [tar](https://github.com/alexcrichton/tar-rs) | `0.4.43` | `0.4.44` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.11` | `2.0.12` | Updates `anyhow` from 1.0.95 to 1.0.98 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.95...1.0.98) Updates `clap` from 4.5.28 to 4.5.37 - [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.28...clap_complete-v4.5.37) Updates `schemars` from 0.8.21 to 0.8.22 - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v0.8.21...v0.8.22) Updates `serde` from 1.0.217 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.217...v1.0.219) Updates `serde_json` from 1.0.138 to 1.0.140 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.138...v1.0.140) Updates `sqlx` from 0.8.3 to 0.8.5 - [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md) - [Commits](launchbadge/sqlx@v0.8.3...v0.8.5) Updates `tar` from 0.4.43 to 0.4.44 - [Commits](alexcrichton/tar-rs@0.4.43...0.4.44) Updates `thiserror` from 2.0.11 to 2.0.12 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.11...2.0.12) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.98 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: clap dependency-version: 4.5.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: schemars dependency-version: 0.8.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: serde dependency-version: 1.0.219 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: serde_json dependency-version: 1.0.140 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: sqlx dependency-version: 0.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: tar dependency-version: 0.4.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: thiserror dependency-version: 2.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea41efd commit 8e0645a

File tree

2 files changed

+53
-61
lines changed

2 files changed

+53
-61
lines changed

bundler/Cargo.lock

Lines changed: 45 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundler/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ edition = "2021"
55
license-file = "../LICENSE"
66

77
[dependencies]
8-
anyhow = { version = "1.0.95" }
8+
anyhow = { version = "1.0.98" }
99
axum = { version = "0.7.9" }
1010
axum-extra = { version = "0.9.4", features = ["typed-header"] }
11-
clap = { version = "4.5.28", features = ["derive", "env"] }
11+
clap = { version = "4.5.37", features = ["derive", "env"] }
1212
clio = { version = "0.3.5", features = ["clap-parse"] }
1313
derive_more = { version = "2.0.1", features = ["deref", "deref_mut", "as_ref"] }
1414
dotenvy = { version = "0.15.7" }
@@ -20,16 +20,16 @@ opentelemetry = { version = "0.23.0" }
2020
opentelemetry-otlp = { version = "0.16.0", features = ["metrics", "tokio"] }
2121
opentelemetry-semantic-conventions = { version = "0.15.0" }
2222
opentelemetry_sdk = { version = "0.23.0", features = ["rt-tokio"] }
23-
schemars = { version = "0.8.21" }
24-
serde = { version = "1.0.217", features = ["derive"] }
25-
serde_json = { version = "1.0.138" }
26-
sqlx = { version = "0.8.3", features = [
23+
schemars = { version = "0.8.22" }
24+
serde = { version = "1.0.219", features = ["derive"] }
25+
serde_json = { version = "1.0.140" }
26+
sqlx = { version = "0.8.5", features = [
2727
"runtime-tokio",
2828
"tls-rustls",
2929
"mysql",
3030
] }
31-
tar = { version = "0.4.43" }
32-
thiserror = "2.0.11"
31+
tar = { version = "0.4.44" }
32+
thiserror = "2.0.12"
3333
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
3434
tower = { version = "0.5.2" }
3535
tower-http = { version = "0.6.2", features = ["trace"] }

0 commit comments

Comments
 (0)