Skip to content

Commit

Permalink
fix(deps): update rust crate base64 to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 11, 2024
1 parent 22c81ee commit 17acd4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/components/fixtures/mizer-definitions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ mizer-fixtures = { path = ".." }
serde = { version = "1", features = ["derive"] }
toml = "0.8"
mizer-util = { path = "../../../util" }
base64 = "0.21"
base64 = "0.22"
rayon = "1.10"
indexmap = "2.2"
2 changes: 1 addition & 1 deletion crates/components/fixtures/open-fixture-library/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
simd-json = "0.13"
mizer-util = { path = "../../../util" }
base64 = "0.21"
base64 = "0.22"

[build-dependencies]
ureq = "2.9"
2 changes: 1 addition & 1 deletion crates/runtime/layouts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ serde = { version = "1", features = ["derive"] }
mizer-node = { path = "../pipeline/node" }
mizer-fixtures = { path = "../../components/fixtures" }
pinboard = "2.2"
base64 = "0.21"
base64 = "0.22"
mizer-util = { path = "../../util" }
mizer-debug-ui = { path = "../debug-ui" }
mizer-module = { path = "../module" }
2 changes: 1 addition & 1 deletion crates/util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tracy-client = { version = "0.17", optional = true, features = ["sampling", "cod
serde = { version = "1", features = ["derive", "rc"] }
bezier-rs = "0.4"
uuid = { version = "1.8", features = ["v4"] }
base64 = "0.21"
base64 = "0.22"
indexmap = "2.2"
shellexpand = "3.1"
ringbuffer = "0.15"
Expand Down

0 comments on commit 17acd4f

Please sign in to comment.