Skip to content

Commit

Permalink
Merge pull request #258 from spacemeshos/dependabot/cargo/base64-0.22.1
Browse files Browse the repository at this point in the history
Bump base64 from 0.22.0 to 0.22.1
  • Loading branch information
fasmat committed May 7, 2024
2 parents dae1b06 + b240c4b commit 2e9518c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 certifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
rand = "0.8.5"
serde_json = "1.0.116"
base64 = "0.22.0"
base64 = "0.22.1"
axum-prometheus = "0.6.1"
tower = { version = "0.4.13", features = ["limit"] }
duration-str = { version = "0.7.1", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion initializer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
base64 = "0.22.0"
base64 = "0.22.1"
clap = { version = "4.5.4", features = ["derive"] }
post-rs = { path = "../" }
scrypt-ocl = { path = "../scrypt-ocl" }
Expand Down

0 comments on commit 2e9518c

Please sign in to comment.