Skip to content

Commit

Permalink
chore(deps): update rust crate rustls to v0.23.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 29c715a commit 0679d00
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 50 deletions.
64 changes: 29 additions & 35 deletions Cargo.lock

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

30 changes: 15 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ features = ["std", "serde"]
version = "0.5.7"

[workspace.dependencies.ctor]
version = "0.2.9"
version = "0.2.8"

[workspace.dependencies.cargo_toml]
version = "0.20"
Expand Down Expand Up @@ -82,7 +82,7 @@ version = "1.1.0"
version = "1.11.1"

[workspace.dependencies.axum]
version = "0.7.9"
version = "0.7.5"
default-features = false
features = [
"form",
Expand All @@ -95,7 +95,7 @@ features = [
]

[workspace.dependencies.axum-extra]
version = "0.9.6"
version = "0.9.4"
default-features = false
features = ["typed-header", "tracing"]

Expand All @@ -116,7 +116,7 @@ default-features = false
features = ["util"]

[workspace.dependencies.tower-http]
version = "0.6.2"
version = "0.6.1"
default-features = false
features = [
"add-extension",
Expand Down Expand Up @@ -149,7 +149,7 @@ default-features = false
features = ["rc"]

[workspace.dependencies.serde_json]
version = "1.0.133"
version = "1.0.132"
default-features = false
features = ["raw_value"]

Expand Down Expand Up @@ -207,13 +207,14 @@ default-features = false
version = "4.5.21"
default-features = false
features = [
"std",
"derive",
"env",
"error-context",
"help",
"std",
"string",
#"color", Do we need these?
#"unicode",
"usage",
"error-context",
"string",
]

[workspace.dependencies.futures]
Expand Down Expand Up @@ -243,7 +244,7 @@ version = "0.8.5"

# Validating urls in config, was already a transitive dependency
[workspace.dependencies.url]
version = "2.5.4"
version = "2.5.3"
default-features = false
features = ["serde"]

Expand All @@ -254,7 +255,7 @@ features = ["alloc", "std"]
default-features = false

[workspace.dependencies.hyper]
version = "1.5.1"
version = "1.5.0"
default-features = false
features = [
"server",
Expand Down Expand Up @@ -321,7 +322,7 @@ version = "0.1.2"
[workspace.dependencies.ruma]
git = "https://github.com/girlbossceo/ruwuma"
#branch = "conduwuit-changes"
rev = "97e2fb6df13f65532d33fc2f0f097ad5a449dd70"
rev = "2ab432fba19eb8862c594d24af39d8f9f6b4eac6"
features = [
"compat",
"rand",
Expand All @@ -334,7 +335,6 @@ features = [
"server-util",
"unstable-exhaustive-types",
"ring-compat",
"compat-upload-signatures",
"identifiers-validation",
"unstable-unspecified",
"unstable-msc2409",
Expand Down Expand Up @@ -460,7 +460,7 @@ version = "0.4.3"
default-features = false

[workspace.dependencies.termimad]
version = "0.31.1"
version = "0.31.0"
default-features = false

[workspace.dependencies.checked_ops]
Expand Down Expand Up @@ -504,7 +504,7 @@ rev = "4d78a14a5e03f539b8c6b475aefa08bb14e4de91"
# adds event for CTRL+\: https://github.com/girlbossceo/rustyline-async/commit/67d8c49aeac03a5ef4e818f663eaa94dd7bf339b
[patch.crates-io.rustyline-async]
git = "https://github.com/girlbossceo/rustyline-async"
rev = "deaeb0694e2083f53d363b648da06e10fc13900c"
rev = "9654cc84e19241f6e19021eb8e677892656f5071"

#
# Our crates
Expand Down

0 comments on commit 0679d00

Please sign in to comment.