Skip to content

Commit

Permalink
Update downcast-rs requirement from 1.1.1 to 2.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [downcast-rs](https://github.com/marcianx/downcast-rs) to permit the latest version.
- [Changelog](https://github.com/marcianx/downcast-rs/blob/master/CHANGELOG.md)
- [Commits](marcianx/downcast-rs@v1.1.1...v2.0.0)

---
updated-dependencies:
- dependency-name: downcast-rs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Ralith committed Jan 7, 2025
1 parent 019706e commit 3763ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ whoami = "1.2.1"
serde = { version = "1.0.104", features = ["derive", "rc"] }
toml = { workspace = true }
fxhash = "0.2.1"
downcast-rs = "1.1.1"
downcast-rs = "2.0.0"
quinn = { workspace = true }
futures-util = "0.3.1"
webpki = "0.22.0"
Expand Down

0 comments on commit 3763ae5

Please sign in to comment.