Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2024
1 parent 96e27df commit 2167dc2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 26 deletions.
39 changes: 17 additions & 22 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ cbc = { version = "0.1.2", features = ["block-padding", "alloc"] }
data-encoding = "2.5.0"
hex = "0.4.3"
hmac = "0.12.1"
itertools = "0.12.1"
itertools = "0.13.0"
json = "0.12.4"
lazy_static = "1.4.0"
md5 = "0.7.0"
pbkdf2 = { version = "0.12.2", default-features = false }
rand = "0.8.5"
reqwest = { version = "0.11.24", default-features = false, features = ["json", "gzip", "rustls-tls"] }
reqwest = { version = "0.12.0", default-features = false, features = ["json", "gzip", "rustls-tls"] }
rsa = "0.9.6"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
sha-1 = "0.10.1"
sha2 = "0.10.8"
slauth = { version = "0.5.0", default-features = false }
slauth = { version = "0.7.0", default-features = false }
thiserror = "1.0.57"
tracing = "0.1.40"
url = { version = "2.5.0", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion stub_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
color-eyre = { version = "0.6.2", git = "https://github.com/jaysonsantos/color-eyre" }
lazy_static = "1.4.0"
rand = "0.8.5"
reqwest = { version = "0.11.24", default-features = false }
reqwest = { version = "0.12.0", default-features = false }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
tokio = { version = "1.36.0", features = ["full"] }
Expand Down

0 comments on commit 2167dc2

Please sign in to comment.