Skip to content

Commit 5b01c36

Browse files
chore: update deps
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 98ed314 commit 5b01c36

File tree

7 files changed

+114
-112
lines changed

7 files changed

+114
-112
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Since this is not a library, this changelog focuses on the changes that are rele
2020

2121
- Liwan has been relicensed under the terms of the Apache-2.0 license
2222
- Updated dependencies (DuckDb 1.2)
23-
- Updated list of referer spammer, useragents
23+
- Updated list of referrer spammers, useragents
2424

2525
## v1.1.0 - 2024-12-28
2626

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name="liwan"
33
version="1.2.0"
44
edition="2024"
5-
rust-version="1.85"
5+
rust-version="1.86"
66
repository="https://github.com/explodingcamera/liwan"
77
license="Apache-2.0"
88
publish=false
@@ -16,7 +16,7 @@ path="src/main.rs"
1616

1717
[dependencies]
1818
# async/concurrency
19-
tokio={version="1.38", default-features=false, features=["macros", "rt-multi-thread"]}
19+
tokio={version="1.44", default-features=false, features=["macros", "rt-multi-thread"]}
2020
tokio-util={version="0.7", features=["io"]}
2121
futures-lite="2.6"
2222
crossbeam-utils="0.8"
@@ -56,7 +56,7 @@ poem-openapi={version="5.1", default-features=false, features=["time"]}
5656
tower={version="0.5", default-features=false, features=["limit"]}
5757
uaparser="0.6"
5858
mime_guess={version="2.0"}
59-
rust-embed={version="8.6"}
59+
rust-embed={version="8.7"}
6060
reqwest={version="0.12", default-features=false, features=[
6161
"json",
6262
"stream",

data/licenses-cargo.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/licenses-npm.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)