Skip to content

Commit

Permalink
Merge pull request #59 from jaysonsantos/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
fix(deps): update all non-major dependencies
  • Loading branch information
jaysonsantos authored Dec 19, 2023
2 parents 9f67ed1 + e39317a commit b60d534
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 29 deletions.
51 changes: 30 additions & 21 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mambembe-lib = { path = "../lib" }
serde = "1.0.193"
serde_json = "1.0.108"
structopt = "0.3.26"
tokio = { version = "1.20.1", features = ["full"] }
tokio = { version = "1.35.0", features = ["full"] }
tracing = "0.1.40"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.18", features = ["fmt", "env-filter"] }
Expand Down
2 changes: 1 addition & 1 deletion keyring/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lazy_static = "1.4.0"
mambembe-lib = { path = "../lib" }
serde = "1.0.193"
serde_json = "1.0.108"
thiserror = "1.0.50"
thiserror = "1.0.51"

[features]
with-keyring = ["keyring"]
Expand Down
8 changes: 4 additions & 4 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ 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.22", default-features = false, features = ["json", "gzip", "rustls-tls"] }
rsa = "0.9.4"
reqwest = { version = "0.11.23", default-features = false, features = ["json", "gzip", "rustls-tls"] }
rsa = "0.9.6"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
sha-1 = "0.10.1"
sha2 = "0.10.8"
slauth = { version = "0.5.0", default-features = false }
thiserror = "1.0.50"
thiserror = "1.0.51"
tracing = "0.1.40"
url = { version = "2.5.0", features = ["serde"] }

[dev-dependencies]
dotenv = "0.15.0"
mambembe-stub-server = { path = "../stub_server" }
tokio = { version = "1.20.1", features = ["rt-multi-thread"] }
tokio = { version = "1.35.0", features = ["rt-multi-thread"] }

[build-dependencies]
dotenv = "0.15.0"
Expand Down
4 changes: 2 additions & 2 deletions stub_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ 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.22", default-features = false }
reqwest = { version = "0.11.23", default-features = false }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
tokio = { version = "1.20.1", features = ["full"] }
tokio = { version = "1.35.0", features = ["full"] }
tracing = "0.1.40"

0 comments on commit b60d534

Please sign in to comment.