Commit graph

207 commits

Author SHA1 Message Date
Zhang Jingqiang
06aae4575b update packages 2024-08-08 11:17:04 +08:00
Zhang Jingqiang
56afe0d8a2 update packages 2024-08-03 11:09:36 +08:00
Zhang Jingqiang
0a2f67c5d8 support TLS redis server 2024-08-02 17:24:03 +08:00
Zhang Jingqiang
efde1e9187 update to redis 0.26 2024-07-28 15:08:00 +08:00
Zhang Jingqiang
1df93664d2
Update to MSRV 1.80 (#257)
* use rustc-check-cfg and bump lib versions

* switch to use std::sync::LazyLock

* update doc
2024-07-25 22:45:58 +08:00
Zhang Jingqiang
9368255982 update packages 2024-07-24 10:17:32 +08:00
Zhang Jingqiang
705d16e461 update packages 2024-07-23 22:51:55 +08:00
Zhang Jingqiang
1bcedd7c0c add common RollingTicketer data type 2024-07-10 18:00:19 +08:00
Zhang Jingqiang
6d57801b44 delete useless demo crates 2024-07-06 20:32:56 +08:00
Zhang Jingqiang
02f1b695e2 update packages 2024-07-06 20:13:33 +08:00
Zhang Jingqiang
7d84b5b76c g3proxy: allow to block IMAP connection 2024-07-04 17:25:42 +08:00
Zhang Jingqiang
6bfe1097ea update packages 2024-07-02 10:07:26 +08:00
Zhang Jingqiang
071cb7a026 update packages 2024-06-25 13:24:21 +08:00
Zhang Jingqiang
8d2ebc4b44 split out new g3-cert-agent lib crate 2024-06-24 14:17:58 +08:00
Zhang Jingqiang
195eb6ad84 update packages 2024-06-19 15:22:55 +08:00
Zhang Jingqiang
1ff0ee3f04 add openssl variant info to version message 2024-06-13 11:21:33 +08:00
Zhang Jingqiang
7d84018441 update packages 2024-06-11 10:33:19 +08:00
dependabot[bot]
1e1b219913
build(deps): bump regex from 1.10.4 to 1.10.5 (#249)
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.4 to 1.10.5.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.10.4...1.10.5)

---
updated-dependencies:
- dependency-name: regex
  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>
2024-06-10 13:28:02 +08:00
Zhang Jingqiang
86744fa26f update packages 2024-06-08 10:47:33 +08:00
Zhang Jingqiang
66a822d0ff bump lib crate version 2024-06-04 14:30:06 +08:00
Zhang Jingqiang
276709bb0d use tokio::io::Join 2024-06-04 10:49:35 +08:00
Zhang Jingqiang
1c6f6770c4 update rustls and enable cert compression 2024-06-04 10:17:04 +08:00
dependabot[bot]
fa00e832ea
build(deps): bump redis from 0.25.3 to 0.25.4 (#245)
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.25.3 to 0.25.4.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.25.3...redis-0.25.4)

---
updated-dependencies:
- dependency-name: redis
  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>
2024-05-30 12:02:25 +08:00
Zhang Jingqiang
02b769eb8f update packages 2024-05-21 10:13:17 +08:00
Zhang Jingqiang
8d4314052a update to quinn 0.11 2024-05-15 10:49:57 +08:00
Zhang Jingqiang
8941c0cac5 update to use rustls 0.23 2024-05-15 10:49:57 +08:00
Zhang Jingqiang
f09eaeba27 support syslog and fluentd on windows 2024-05-13 16:41:45 +08:00
Zhang Jingqiang
1dc578bb64 rework signal handlers 2024-05-10 16:40:37 +08:00
Zhang Jingqiang
4db0075536 reduce workspace level dependencies 2024-05-10 11:02:55 +08:00
Zhang Jingqiang
6a61eb3fab rename g3proxy-geoip to g3iploc-db 2024-05-09 19:18:56 +08:00
Zhang Jingqiang
d635d276e0 split g3-geoip to g3-geoip-types and g3-geoip-db 2024-05-09 19:13:00 +08:00
Zhang Jingqiang
4d1e1918d3 add new component g3iploc 2024-05-09 18:52:20 +08:00
Zhang Jingqiang
1775599fc8 add new g3-ip-locate lib crate 2024-05-09 14:35:01 +08:00
Zhang Jingqiang
e288973b83 switch to use pin-project-lite 2024-05-08 14:06:37 +08:00
Zhang Jingqiang
72b65dbdaf update packages 2024-05-08 10:35:26 +08:00
dependabot[bot]
43f61bb40b
build(deps): bump zip from 1.1.4 to 1.2.1 (#226)
Bumps [zip](https://github.com/zip-rs/zip2) from 1.1.4 to 1.2.1.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/compare/v1.1.4...v1.2.1)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-07 12:15:31 +08:00
Zhang Jingqiang
b0180458c9 update packages 2024-05-03 08:58:31 +08:00
dependabot[bot]
dbc7c74dce
build(deps): bump rustls from 0.21.11 to 0.21.12 (#213)
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.11 to 0.21.12.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.21.11...v/0.21.12)

---
updated-dependencies:
- dependency-name: rustls
  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>
2024-04-29 13:59:13 +08:00
dependabot[bot]
159dcb8b4f
build(deps): bump async-recursion from 1.1.0 to 1.1.1 (#211)
Bumps [async-recursion](https://github.com/dcchut/async-recursion) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/dcchut/async-recursion/releases)
- [Commits](https://github.com/dcchut/async-recursion/compare/v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: async-recursion
  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>
2024-04-29 13:56:47 +08:00
Zhang Jingqiang
e1d599f039 update zip 2024-04-22 10:42:07 +08:00
dependabot[bot]
c6ec820a22
build(deps): bump rustls from 0.21.10 to 0.21.11 in the cargo group (#209)
Bumps the cargo group with 1 update: [rustls](https://github.com/rustls/rustls).


Updates `rustls` from 0.21.10 to 0.21.11
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.21.10...v/0.21.11)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: direct:production
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-20 13:11:09 +08:00
Zhang Jingqiang
53f116d0fc update packages 2024-04-12 19:08:14 +08:00
dependabot[bot]
f68d311850
build(deps): bump clap_complete from 4.5.1 to 4.5.2 (#204)
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.1...clap_complete-v4.5.2)

---
updated-dependencies:
- dependency-name: clap_complete
  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>
2024-04-10 13:46:32 +08:00
dependabot[bot]
3d68f9e3a3
build(deps): bump redis from 0.25.2 to 0.25.3 (#200)
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.25.2 to 0.25.3.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.25.2...redis-0.25.3)

---
updated-dependencies:
- dependency-name: redis
  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>
2024-04-05 14:06:05 +08:00
Zhang Jingqiang
592d70b5fa update packages 2024-04-03 17:33:42 +08:00
Zhang Jingqiang
0b0f9d91c4 g3proxy: parse smtp greeting message 2024-04-03 15:33:57 +08:00
dependabot[bot]
772e87cf26 build(deps): bump tokio from 1.36.0 to 1.37.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.36.0 to 1.37.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.36.0...tokio-1.37.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-29 11:51:10 +08:00
Zhang Jingqiang
7c2132c186 update packages 2024-03-28 10:52:09 +08:00
Zhang Jingqiang
f2bd0e784a switch to use yaml-rust2 2024-03-27 14:33:30 +08:00
Zhang Jingqiang
4775bce26b update to use pyo3 0.21 and clean features 2024-03-26 10:34:41 +08:00