Skip to content

Commit

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


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

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

Updates `serde_json` from 1.0.133 to 1.0.134
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.133...v1.0.134)

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

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: garde
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: serde_json
  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 and raffomania committed Dec 23, 2024
1 parent 05488e3 commit c12d181
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
33 changes: 17 additions & 16 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
doctest = false

[dependencies]
anyhow = { version = "1.0.94" }
anyhow = { version = "1.0.95" }
argon2 = "0.5.3"
askama = { version = "0.12.1", features = ["with-axum"] }
askama_axum = "0.4.0"
Expand All @@ -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.0.1", default-features = false }
friendly-zoo = "1.1.0"
garde = { version = "0.20.0", default-features = false, features = [
garde = { version = "0.21.0", default-features = false, features = [
"derive",
"url",
] }
Expand All @@ -29,7 +29,7 @@ mime_guess = "2.0.5"
rand = { version = "0.8.5", default-features = false }
serde = "1.0.216"
serde-aux = { version = "4.5.0", default-features = false }
serde_json = "1.0.133"
serde_json = "1.0.134"
serde_qs = "0.13.0"
sqlx = { version = "0.8.2", features = [
"runtime-tokio",
Expand All @@ -39,7 +39,7 @@ sqlx = { version = "0.8.2", features = [
"time",
"json",
], default-features = false }
thiserror = "2.0.7"
thiserror = "2.0.9"
openidconnect = "3.5.0"
time = { version = "0.3.37", default-features = false, features = ["serde"] }
tokio = { version = "1.42.0", features = [
Expand All @@ -63,7 +63,7 @@ walkdir = "2"

[dev-dependencies]
http-body-util = "0.1.2"
serde_json = "1.0.133"
serde_json = "1.0.134"
test-log = { version = "0.2.16", features = [
"trace",
], default-features = false }
Expand Down

0 comments on commit c12d181

Please sign in to comment.