Skip to content

Commit

Permalink
Merge pull request #298 from nextcloud/dependabot/cargo/miette-5.10.0
Browse files Browse the repository at this point in the history
Bump miette from 5.9.0 to 5.10.0
  • Loading branch information
icewind1991 authored Jul 20, 2023
2 parents d2dc457 + f74f8c1 commit 22622db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "any", "mysql",
dotenv = "0.15.0"
dashmap = "5.4.0"
once_cell = "1.18.0"
miette = { version = "5.9.0", features = ["fancy"] }
miette = { version = "5.10.0", features = ["fancy"] }
smallvec = { version = "1.11.0", features = ["serde"] }
reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "json"] }
warp-real-ip = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion test_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ ureq = "2.7.1"
flexi_logger = { version = "0.25.5", features = ["colors"] }
log = "0.4.19"
base64 = "0.21.2"
miette = { version = "5.9.0", features = ["fancy"] }
miette = { version = "5.10.0", features = ["fancy"] }
url = "2.4.0"

0 comments on commit 22622db

Please sign in to comment.