Skip to content

Commit

Permalink
fix(deps): update rust crate serde to v1.0.214
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent c6386db commit fb7d3ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ homepage = "https://github.com/Unleash/unleash-edge"
license = "MIT"
name = "unleash-edge"
repository = "https://github.com/Unleash/unleash-edge"
version = "19.6.1"
version = "19.6.0"

[package.metadata.wix]
upgrade-guid = "11E5D83A-3034-48BB-9A84-9F589EBD648C"
Expand Down Expand Up @@ -77,11 +77,11 @@ rustls = { version = "0.23.15", default-features = false, features = [
rustls-pemfile = "2.2.0"
rustls-pki-types = "1.9.0"
semver = "1.0.23"
serde = { version = "1.0.213", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.132"
serde_qs = { version = "0.13.0", features = ["actix4", "tracing"] }
shadow-rs = { version = "0.35.0" }
tokio = { version = "1.41.0", features = [
tokio = { version = "1.40.0", features = [
"macros",
"rt-multi-thread",
"tracing",
Expand Down

0 comments on commit fb7d3ab

Please sign in to comment.