Skip to content

Commit

Permalink
Bump base64 from 0.21.5 to 0.22.0 (#1107)
Browse files Browse the repository at this point in the history
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.5 to 0.22.0.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.5...v0.22.0)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent cd1e677 commit dde491d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
20 changes: 13 additions & 7 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 examples/token-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"

[dependencies]
anyhow = { version = "1.0.80", features = ["backtrace"] }
base64 = "0.21.5"
base64 = "0.22.0"
futures = { version = "0.3.29", default-features = false }
northstar-client= { path = "../../northstar-client" }
tokio = { version = "1.32.0", features = ["macros", "rt", "net"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/token-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"

[dependencies]
anyhow = { version = "1.0.80", features = ["backtrace"] }
base64 = "0.21.5"
base64 = "0.22.0"
northstar-client = { path = "../../northstar-client" }
tokio = { version = "1.32.0", features = ["macros", "rt", "net"] }

Expand Down
2 changes: 1 addition & 1 deletion northstar-nstar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version.workspace = true

[dependencies]
anyhow = { version = "1.0.80", features = ["backtrace"] }
base64 = "0.21.5"
base64 = "0.22.0"
clap = { version = "4.2.7", features = ["derive"] }
clap_complete = "4.3.2"
futures = { version = "0.3.29", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion northstar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version.workspace = true
anyhow = { version = "1.0.80", features = ["backtrace"] }
async-stream = { version = "0.3.4", optional = true }
async-trait = { version = "0.1.76", optional = true }
base64 = { version = "0.21.5", optional = true }
base64 = { version = "0.22.0", optional = true }
bincode = { version = "1.3.3", optional = true }
bitflags = "2.4.2"
byteorder = { version = "1.5.0", optional = true }
Expand Down

0 comments on commit dde491d

Please sign in to comment.