Skip to content

Commit 7ae9bad

Browse files
authored
Merge branch 'main' into ps/update-uniffi
2 parents 184111a + 58bf7d4 commit 7ae9bad

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ reqwest = { version = ">=0.12.5, <0.13", features = [
5050
schemars = { version = ">=0.8.9, <0.9", features = ["uuid1", "chrono"] }
5151
serde = { version = ">=1.0, <2.0", features = ["derive"] }
5252
serde_json = ">=1.0.96, <2.0"
53-
serde_qs = ">=0.12.0, <0.15"
53+
serde_qs = ">=0.12.0, <0.16"
5454
serde_repr = ">=0.1.12, <0.2"
5555
thiserror = ">=1.0.40, <3"
5656
tokio = { version = "1.36.0", features = ["macros"] }

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.85.0"
2+
channel = "1.86.0"
33
components = [ "rustfmt", "clippy" ]
44
profile = "minimal"
55

0 commit comments

Comments
 (0)