Skip to content

Commit da8bdeb

Browse files
deps: bump the deps group with 2 updates
Bumps the deps group with 2 updates: [anyhow](https://github.com/dtolnay/anyhow) and [jiff](https://github.com/BurntSushi/jiff). Updates `anyhow` from 1.0.101 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.101...1.0.102) Updates `jiff` from 0.2.20 to 0.2.21 - [Release notes](https://github.com/BurntSushi/jiff/releases) - [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md) - [Commits](BurntSushi/jiff@jiff-static-0.2.20...jiff-static-0.2.21) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: jiff dependency-version: 0.2.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 07e643e commit da8bdeb

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ license = "GPL-3.0-or-later"
66
publish = false
77

88
[dependencies]
9-
anyhow = "1.0.101"
9+
anyhow = "1.0.102"
1010
axum = "0.8.8"
1111
cronexpr = "1.4.0"
1212
futures = "0.3.31"
1313
globset = "0.4.18"
1414
handlebars = "6.4.0"
15-
jiff = { version = "0.2.19", features = ["serde"] }
15+
jiff = { version = "0.2.21", features = ["serde"] }
1616
k8s-openapi = { version = "0.27.0", features = ["latest", "schemars"] }
1717
kube = { version = "3.0.1", default-features = false, features = ["runtime", "derive", "client", "rustls-tls", "ws"] }
1818
kube_quantity = "0.9.0"

0 commit comments

Comments
 (0)