Skip to content

Commit

Permalink
sea-orm 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Nov 13, 2024
1 parent bb82080 commit 544e445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ rbdc-mysql = "4.5"
rbs = "4.5"
async-std = "1.12"
async-trait = "0.1"
sea-orm = "0.12"
sea-orm-migration = "0.12"
sea-orm = "1"
sea-orm-migration = "1"
eyre = "0.6"
tera = "1.3"
futures = "0.3"
Expand Down
1 change: 0 additions & 1 deletion examples/logging-otlp/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use opentelemetry::KeyValue;
use opentelemetry_appender_tracing::layer::OpenTelemetryTracingBridge;
use opentelemetry_otlp::{LogExporter, WithExportConfig};
use opentelemetry_sdk::logs::LoggerProvider;
use opentelemetry_sdk::trace::{self, RandomIdGenerator};
use opentelemetry_sdk::{runtime, Resource};
use salvo::logging::Logger;
use salvo::prelude::*;
Expand Down

0 comments on commit 544e445

Please sign in to comment.