Skip to content

Commit 16fd846

Browse files
build(deps): bump reqwest from 0.12.8 to 0.12.9 (#122)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.8 to 0.12.9. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.8...v0.12.9) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d01513 commit 16fd846

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
66

77
[dependencies]
8-
reqwest = { version = "0.12.8", features = ["json"] }
8+
reqwest = { version = "0.12.9", features = ["json"] }
99
serde = { version = "1.0.214", features = ["derive"] }
1010
serde_json = "1.0.128"
1111
thiserror = "1.0.65"

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ log = "0.4.22"
1919
log4rs = "1.3.0"
2020
rand = "0.8.5"
2121
regex = "1.11.1"
22-
reqwest = { version = "0.12.8", features = ["json"] }
22+
reqwest = { version = "0.12.9", features = ["json"] }
2323
serde = { version = "1.0.214", features = ["derive"] }
2424
serde_json = { version = "1.0.128", features = ["raw_value"] }
2525
sqlx = { version = "0.8", features = ["runtime-tokio", "postgres", "chrono"] }

0 commit comments

Comments
 (0)