Skip to content

Commit

Permalink
Update codee requirement from 0.2 to 0.3
Browse files Browse the repository at this point in the history
Updates the requirements on [codee](https://github.com/Synphonyte/codee) to permit the latest version.
- [Release notes](https://github.com/Synphonyte/codee/releases)
- [Changelog](https://github.com/Synphonyte/codee/blob/main/CHANGELOG.md)
- [Commits](Synphonyte/codee@v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: codee
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent 958bc27 commit e22409d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ actix-web = { version = "4", optional = true, default-features = false }
async-trait = { version = "0.1", optional = true }
cfg-if = "1"
chrono = "0.4"
codee = { version = "0.2", optional = true }
codee = { version = "0.3", optional = true }
cookie = { version = "0.18", features = ["percent-encode"], optional = true }
default-struct-builder = "0.5"
futures-util = { version = "0.3", optional = true }
Expand All @@ -41,7 +41,7 @@ wasm-bindgen-futures = "0.4"
web-sys = { version = "0.3.77", optional = true }

[dev-dependencies]
codee = { version = "0.2", features = [
codee = { version = "0.3", features = [
"json_serde",
"msgpack_serde",
"base64",
Expand Down

0 comments on commit e22409d

Please sign in to comment.