Skip to content

Commit

Permalink
Bump the all-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 2 updates: [garde](https://github.com/jprochazk/garde) and [thiserror](https://github.com/dtolnay/thiserror).


Updates `garde` from 0.21.0 to 0.21.1
- [Release notes](https://github.com/jprochazk/garde/releases)
- [Commits](jprochazk/garde@v0.21.0...v0.21.1)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 9db951f commit 1c97e91
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ axum-server = { version = "0.7.1", features = ["tls-rustls-no-provider"] }
clap = { version = "4.5.23", features = ["derive", "env"] }
fake = { version = "3.1.0", default-features = false }
friendly-zoo = "1.1.0"
garde = { version = "0.21.0", default-features = false, features = [
garde = { version = "0.21.1", default-features = false, features = [
"derive",
"url",
] }
Expand All @@ -39,7 +39,7 @@ sqlx = { version = "0.8.3", features = [
"time",
"json",
], default-features = false }
thiserror = "2.0.9"
thiserror = "2.0.11"
openidconnect = "3.5.0"
time = { version = "0.3.37", default-features = false, features = ["serde"] }
tokio = { version = "1.42.0", features = [
Expand Down

0 comments on commit 1c97e91

Please sign in to comment.