Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ja573 committed Nov 28, 2024
1 parent d299bfe commit ce4e0c5
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 32 deletions.
62 changes: 38 additions & 24 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,3 @@ thoth-export-server = { version = "=0.13.2", path = "thoth-export-server" }
clap = { version = "4.5.21", features = ["cargo", "env"] }
dialoguer = { version = "0.11.0", features = ["password"] }
dotenv = "0.15.0"

[dev-dependencies]
cargo-husky = { version = "1.5.0", default-features = false, features = ["prepush-hook", "run-cargo-check", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt"] }
2 changes: 1 addition & 1 deletion thoth-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ maintenance = { status = "actively-developed" }
chrono = { version = "0.4.38", features = ["serde"] }
gloo-storage = "0.3.0"
gloo-timers = "0.3.0"
thiserror = "1.0.69"
thiserror = "2.0"
yew = "0.19.3"
yew-agent = "0.1.0"
yew-router = "0.16.0"
Expand Down
4 changes: 2 additions & 2 deletions thoth-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ thoth-errors = {version = "=0.13.2", path = "../thoth-errors" }
graphql_client = "0.14.0"
chrono = { version = "0.4.38", features = ["serde"] }
reqwest = { version = "0.12", features = ["json"] }
reqwest-middleware = { version = "0.3.3", features = ["json"] }
reqwest-retry = "0.6.1"
reqwest-middleware = { version = "0.4.0", features = ["json"] }
reqwest-retry = "0.7.0"
serde = "1.0"
serde_json = "1.0"
uuid = { version = "1.11.0", features = ["serde"] }
Expand Down
4 changes: 2 additions & 2 deletions thoth-errors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"

[dependencies]
chrono = "0.4.38"
thiserror = "1.0"
thiserror = "2.0"
reqwest = { version = "0.12", features = ["json"] }
serde = "1.0"
serde_json = "1.0"
Expand All @@ -26,5 +26,5 @@ csv = "1.3.0"
juniper = "0.16.1"
marc = { version = "3.1.1", features = ["xml"] }
phf = { version = "0.11", features = ["macros"] }
reqwest-middleware = "0.3.3"
reqwest-middleware = "0.4.0"
xml-rs = "0.8.19"

0 comments on commit ce4e0c5

Please sign in to comment.