Skip to content

Commit

Permalink
Merge pull request #35 from matter-labs/base64-0.2
Browse files Browse the repository at this point in the history
chore(deps): update rust crate base64 to 0.22.0
  • Loading branch information
haraldh authored Mar 5, 2024
2 parents 9901758 + f875e7a commit 90764ed
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: DeterminateSystems/magic-nix-cache-action@main

- name: cargo clippy
run: nix develop -L --ignore-environment -c cargo clippy --all --locked
run: nix develop -L --ignore-environment -c cargo clippy --all

build:
runs-on: ubuntu-latest
Expand Down
18 changes: 12 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ actix-tls = "3"
actix-web = { version = "4.5", features = ["rustls-0_22"] }
anyhow = "1.0.80"
awc = { version = "3.4", features = ["rustls-0_22-webpki-roots"] }
base64 = "0.21.7"
base64 = "0.22.0"
bitflags = "2.4"
bytemuck = { version = "1.14.3", features = ["derive", "min_const_generics", "extern_crate_std"] }
bytes = "1"
Expand Down

0 comments on commit 90764ed

Please sign in to comment.