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 Jan 2, 2024
1 parent b62fa79 commit f67dbc2
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 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 @@ -13,7 +13,7 @@ fuzzy-matcher = "0.3.7"
mambembe-keyring = { path = "../keyring/" }
mambembe-lib = { path = "../lib" }
serde = "1.0.193"
serde_json = "1.0.108"
serde_json = "1.0.109"
structopt = "0.3.26"
tokio = { version = "1.35.1", features = ["full"] }
tracing = "0.1.40"
Expand Down
6 changes: 3 additions & 3 deletions keyring/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
directories = { version = "5.0.1", optional = true }
keyring = { version = "2.2.0", optional = true }
keyring = { version = "2.3.0", optional = true }
lazy_static = "1.4.0"
mambembe-lib = { path = "../lib" }
serde = "1.0.193"
serde_json = "1.0.108"
thiserror = "1.0.52"
serde_json = "1.0.109"
thiserror = "1.0.55"
tracing = "0.1.40"

[features]
Expand Down
6 changes: 3 additions & 3 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aes = "0.8.3"
async-trait = "0.1.75"
async-trait = "0.1.76"
cbc = { version = "0.1.2", features = ["block-padding", "alloc"] }
data-encoding = "2.5.0"
hex = "0.4.3"
Expand All @@ -21,11 +21,11 @@ rand = "0.8.5"
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"
serde_json = "1.0.109"
sha-1 = "0.10.1"
sha2 = "0.10.8"
slauth = { version = "0.5.0", default-features = false }
thiserror = "1.0.52"
thiserror = "1.0.55"
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 @@ -11,6 +11,6 @@ lazy_static = "1.4.0"
rand = "0.8.5"
reqwest = { version = "0.11.23", default-features = false }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
serde_json = "1.0.109"
tokio = { version = "1.35.1", features = ["full"] }
tracing = "0.1.40"

0 comments on commit f67dbc2

Please sign in to comment.