feat(dev): update references of readur to newer versions

This commit is contained in:
perf3ct 2025-07-14 17:17:24 +00:00
parent 6165148e4d
commit 721a348888
5 changed files with 6 additions and 6 deletions

2
Cargo.lock generated
View File

@ -3741,7 +3741,7 @@ dependencies = [
[[package]] [[package]]
name = "readur" name = "readur"
version = "0.1.0" version = "2.4.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"aws-config", "aws-config",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "readur" name = "readur"
version = "0.1.0" version = "2.4.2"
edition = "2021" edition = "2021"
[[bin]] [[bin]]

View File

@ -1,12 +1,12 @@
{ {
"name": "readur-frontend", "name": "readur-frontend",
"version": "0.1.0", "version": "2.4.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "readur-frontend", "name": "readur-frontend",
"version": "0.1.0", "version": "2.4.2",
"dependencies": { "dependencies": {
"@emotion/react": "^11.14.0", "@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0", "@emotion/styled": "^11.14.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "readur-frontend", "name": "readur-frontend",
"version": "0.1.0", "version": "2.4.2",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {

View File

@ -164,7 +164,7 @@ use crate::{
modifiers(&SecurityAddon), modifiers(&SecurityAddon),
info( info(
title = "Readur API", title = "Readur API",
version = "0.1.0", version = "2.4.2",
description = "Document management and OCR processing API", description = "Document management and OCR processing API",
contact( contact(
name = "Readur Team", name = "Readur Team",