Skip to content

Commit 82821ae

Browse files
chore(deps): update rust crate encase to 0.11.0 (#7637)
1 parent 5f3f702 commit 82821ae

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ criterion = "0.5"
100100
codespan-reporting = { version = "0.12", default-features = false }
101101
ctor = "0.4"
102102
document-features = "0.2.11"
103-
encase = "0.10.0"
103+
encase = "0.11.0"
104104
env_logger = "0.11"
105105
fern = "0.7"
106106
flume = "0.11"
107107
futures-lite = "2"
108-
glam = "0.29"
108+
glam = "0.30"
109109
half = { version = "2.5", default-features = false } # We require 2.5 to have `Arbitrary` support.
110110
hashbrown = { version = "0.15.2", default-features = false, features = [
111111
"default-hasher",

0 commit comments

Comments
 (0)