summary refs log tree commit diff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-16 13:23:11 +0000
committerGitHub <noreply@github.com>2024-12-16 13:23:11 +0000
commit29d586311d2425b30a8a83ce120fa7511050f89f (patch)
treeffd6eaacaf5cc230bef5e6113fadd935a638d6e1
parentBump serde from 1.0.215 to 1.0.216 (#18031) (diff)
downloadsynapse-29d586311d2425b30a8a83ce120fa7511050f89f.tar.xz
Bump http from 1.1.0 to 1.2.0 (#18013)
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock

index 5dd4122d9e..3487064451 100644 --- a/Cargo.lock +++ b/Cargo.lock
@@ -168,9 +168,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "http" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" dependencies = [ "bytes", "fnv",