Skip to content

Commit

Permalink
fix(deps): update rust crate serde to v1.0.215
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 7ba15a9 commit 20ea669
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

10 changes: 5 additions & 5 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 @@ -42,7 +42,7 @@ clap-markdown = "0.1.4"
dashmap = "6.0.1"
futures = "0.3.30"
futures-core = "0.3.30"
iter_tools = "0.24.0"
iter_tools = "0.21.0"
itertools = "0.13.0"
lazy_static = "1.4.0"
num_cpus = "1.16.0"
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 All @@ -91,7 +91,7 @@ tracing = { version = "0.1.40", features = ["log"] }
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
ulid = "1.1.2"
unleash-types = { version = "0.14", features = ["openapi", "hashes"] }
unleash-yggdrasil = { version = "0.14.0" }
unleash-yggdrasil = { version = "0.13.3" }
utoipa = { version = "5", features = ["actix_extras", "chrono"] }
utoipa-swagger-ui = { version = "8", features = ["actix-web"] }
[dev-dependencies]
Expand Down

0 comments on commit 20ea669

Please sign in to comment.