Skip to content

Commit a094e01

Browse files
dependabot[bot]torokati44
authored andcommitted
build(deps): bump downcast-rs from 1.2.1 to 2.0.1
Bumps [downcast-rs](https://github.com/marcianx/downcast-rs) from 1.2.1 to 2.0.1. - [Changelog](https://github.com/marcianx/downcast-rs/blob/master/CHANGELOG.md) - [Commits](marcianx/downcast-rs@v1.2.1...v2.0.1) --- updated-dependencies: - dependency-name: downcast-rs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 78bca26 commit a094e01

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

Cargo.lock

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

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ smallvec = { version = "1.13.2", features = ["union"] }
3030
num-traits = { workspace = true }
3131
num-derive = { workspace = true }
3232
quick-xml = "0.36.2"
33-
downcast-rs = "1.2.1"
33+
downcast-rs = "2.0.1"
3434
url = { workspace = true }
3535
weak-table = "0.3.2"
3636
percent-encoding = "2.3.1"

render/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gif = "0.13.1"
1818
png = "0.17.16"
1919
flate2 = { workspace = true }
2020
smallvec = { version = "1.13.2", features = ["union"] }
21-
downcast-rs = "1.2.1"
21+
downcast-rs = "2.0.1"
2222
lyon = { version = "1.0.1", optional = true }
2323
lyon_geom = "1.0.6"
2424
thiserror = { workspace = true }

0 commit comments

Comments
 (0)